summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: Fixed possible crash inside dio_read().Ilia Alshanetsky2004-08-231-0/+5
|
* Removed unneeded bits.Ilia Alshanetsky2004-08-201-3/+0
|
* MFH: Added more missing cURL options.Ilia Alshanetsky2004-08-201-0/+6
|
* MFH: Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).Ilia Alshanetsky2004-08-201-1/+1
|
* MFH: Fixed bug #29727 (Added missing CURL authentication directives).Ilia Alshanetsky2004-08-181-0/+21
|
* fix #29625 (no quotes around the shell variable's value cause ./configure to ↵Antony Dovgal2004-08-181-1/+1
| | | | fail)
* Fixed bug #29719 (fgetcsv() has problem parsing strings ending with escapedIlia Alshanetsky2004-08-171-4/+0
| | | | | enclosures).
* MFH: Fixed bug #29594 (Use PHP's own tmpfile() implementation).Ilia Alshanetsky2004-08-161-1/+2
|
* Fixed bug #29599 (domxml_error segfaults another apache module)Rob Richards2004-08-132-10/+24
|
* More spaces -> tabs.Chuck Hagenbuch2004-08-121-8/+8
|
* MFH: Properly fix the msgno check inside imap_fetchbody().Ilia Alshanetsky2004-08-121-7/+6
|
* MFH: fix.Chuck Hagenbuch2004-08-121-1/+5
|
* MFH: Change to use md5_file()Marcus Boerger2004-08-121-4/+4
|
* MFH: Fixed memory leak.Ilia Alshanetsky2004-08-111-1/+2
|
* - MFH: Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elementsMoriyoshi Koizumi2004-08-101-3/+6
| | | | | referred twice or more times)
* - Update credits for PHP docsAndi Gutmans2004-08-091-3/+5
|
* MFH: make it build on windowsEdin Kadribasic2004-08-041-1/+5
|
* Oops. remember to save the project file before commiting.Frank M. Kromann2004-08-031-2/+2
|
* Updating library name to iconv.libFrank M. Kromann2004-08-031-2/+2
|
* Add missing header for win32 buildsFrank M. Kromann2004-07-301-0/+4
|
* MFH: win32 zts fixWez Furlong2004-07-301-0/+3
|
* MFH: win32 zts fixesWez Furlong2004-07-301-0/+9
|
* MFH: Fixed bug #29443 (Sanity check for wbmp detection).Ilia Alshanetsky2004-07-301-0/+5
|
* MFH: Added missing comma.Ilia Alshanetsky2004-07-271-1/+1
|
* MFH: Fixed bug #29349 (imagecreatefromstring() crashes with external GDIlia Alshanetsky2004-07-272-3/+9
| | | | | library).
* Fix .dspEdin Kadribasic2004-07-231-5/+4
|
* MFH: Updated version numberEdin Kadribasic2004-07-231-1/+1
|
* MFH: Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output)Ilia Alshanetsky2004-07-232-12/+42
|
* MFHStefan Esser2004-07-224-1176/+1419
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-07-221-0/+759
|
* MFH: Fixed bug #29209 (imap_fetchbody() doesn't check message index).Ilia Alshanetsky2004-07-211-12/+12
|
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-215-11/+26
|
* - MFH (ctype.c: 1.31): Correct range checks.Moriyoshi Koizumi2004-07-201-2/+4
| | | | | - MFH (ctype.c: 1.31): Normalize negative values.
* MFH: Fixed bug #29226 (ctype_* functions missing validation of numericIlia Alshanetsky2004-07-201-1/+5
| | | | | string representations).
* MFH: Fixed bug #28633 (sprintf incorrectly adding padding to floats).Ilia Alshanetsky2004-07-182-4/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-07-181-0/+10
|
* Bugfix# 29114 Potential double free in php_statSara Golemon2004-07-161-2/+5
|
* MFH: Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).Ilia Alshanetsky2004-07-151-3/+3
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-07-151-0/+14
|
* Ups... CAN-2004-0595 regression test went into wrong branch...Stefan Esser2004-07-141-0/+2
|
* MFH: add missing breakWez Furlong2004-07-131-0/+1
|
* - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)Timm Friebe2004-07-121-33/+89
| | | | | | | | | | | | | | | | - Fixed bug #27843 (sybase_query() triggers (spurious?) notices when query is a stored procedure) - Fixed multiple memory leaks with sybase_unbuffered_query() - Changed sybase_query() to ignore store_results = false in buffering mode, it would yield unpredictable results - Fixed sybase_unbuffered_query() when used with store_results = false - Changed sybase_fetch_object() to ignore second argument when passed as NULL - Made sybase_data_seek() error message more verbose - Fixed memory leak in shutdown when not all rows where selected in an unbuffered query CVS ----------------------------------------------------------------------
* MFH: fix #28978 (multiple OCIBindByName on the same placeholder eats memory)Antony Dovgal2004-07-121-1/+1
|
* MFH:Andrey Hristov2004-07-111-1/+1
| | | | | fixing bug #29038
* MFH:Andrey Hristov2004-07-112-5/+5
| | | | | | | fixed bug #28974 : overflow in array_slice() The same kind of overflow appeared in array_splice(), substr() and substr_replace()
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-07-113-0/+202
|
* MFH: Fixed bug #29049 (array sorting via user function/method does notIlia Alshanetsky2004-07-081-0/+17
| | | | | validate it).
* MFH: Fixed bug #29034 (wordwrap() returns a boolean when passed emptyIlia Alshanetsky2004-07-061-2/+3
| | | | | string).
* MFH: Fixed bug #28963 (Missing space for \0 in address allocation).Ilia Alshanetsky2004-07-041-1/+1
|
* - Fix #28984, using full transparent segfauls in imagefillPierre Joye2004-07-032-0/+31
| | | | | | (NB: imagefill is broken in HEAD, same code) - Add testcase