summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_3RC2'.php-4.3.3RC2SVN Migration2003-07-301-17/+0
|
* MFHfoobar2003-07-303-9/+14
|
* MFH: Fixed bug #23792 (8 bit graphics don't rotate properly)Ilia Alshanetsky2003-07-301-60/+75
|
* MFHfoobar2003-07-303-14/+9
|
* MFH: persistent streams patchIlia Alshanetsky2003-07-292-3/+15
|
* MFH: Make pclose() respect references.Ilia Alshanetsky2003-07-281-1/+2
|
* MFHfoobar2003-07-281-1/+1
|
* Fix nameclash with NSAPI APIZeev Suraski2003-07-283-8/+8
|
* MFH: Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format)Ilia Alshanetsky2003-07-281-0/+11
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-07-281-0/+16
|
* MFH: Fixed bug #24557 (make fclose() respect refcount on the resource).Ilia Alshanetsky2003-07-271-1/+1
|
* MFH: Fixed bug #24827 (ob_gzhandler overrides Vary header)Ilia Alshanetsky2003-07-271-2/+2
|
* some missing static with internal funcs.foobar2003-07-251-8/+11
|
* MFHfoobar2003-07-251-1/+1
|
* Export symbols needed for shared extensions.Edin Kadribasic2003-07-251-1/+1
|
* Bug 24760 fix, in which the port number when non-default is not handledHarrie Hazewinkel2003-07-251-2/+0
| | | | | | | | | | correctly and ends up as the default port. This seems to be caused by some buffer overflow where the port number is assign zero, even though it it is not assigned to the port variable. Fix was reported and a fix proposed by "chuck+php at 2003 dot snew dot com" (Bugfixing branch)
* MFH: fix for #24629Jason Greene2003-07-251-2/+10
|
* MFH: Fix for #24629Wez Furlong2003-07-241-2/+8
|
* MFHfoobar2003-07-241-7/+3
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-07-241-0/+15
|
* - No OnUpdateLong in this branch.foobar2003-07-241-3/+3
|
* MFH fix for bug #19613Zeev Suraski2003-07-241-0/+2
|
* MFH: missing cvs Id tags, proto fixesfoobar2003-07-244-2/+10
|
* - MFH: Sync to HEAD (TSRMLS_FETCH() nukes, pval -> zval, php_error_docref)foobar2003-07-243-408/+376
|
* MFH: zlib fixIlia Alshanetsky2003-07-241-7/+5
|
* Fix this test, at least for Tru 64 where 1 second it just too small anWez Furlong2003-07-231-1/+1
| | | | | interval for the test to succeed.
* MFH: Fixed GLOB_ONLYDIR to work on GNU libc based system.Ilia Alshanetsky2003-07-231-2/+8
|
* MFH: Removed unused variables.Ilia Alshanetsky2003-07-231-2/+1
|
* MFH: Fixed bug #24752 (Unhandled "uniqueidentifier" field type)Ilia Alshanetsky2003-07-232-0/+17
|
* MFH: Fixed #24609 (segfault when using replace node across different docs)Ilia Alshanetsky2003-07-231-0/+11
| | | | | | | | Patch by: Rob Richards # This patch somehow did not make it into 4.3.X, so on Rob's request in am # MFHing it in.
* MFH (#24594)Pierre Joye2003-07-231-86/+182
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-07-231-0/+85
|
* MFH: The value might be a null pointerMarcus Boerger2003-07-221-3/+7
|
* MFH: r1.196: mysql_fixesIlia Alshanetsky2003-07-221-26/+66
|
* New curl lib needs additional libs to link (#24725)Edin Kadribasic2003-07-221-2/+2
|
* Proper fix for #24592Sascha Schumann2003-07-221-7/+6
| | | | | | | | | | | | | | The core issue is that undefined variables are refcounted (refcount != 0) while is_ref is still set to 0. I don't know whether this is a bug in the engine, but is it not the first time this irregularity has caused problems for the session extension. The irregularity confused ZEND_SET_SYMBOL_WITH_LENGTH which then did the wrong thing WRT null values. Fortunately, nulls can simply be ignored in this case, thus the old code is restored and a new condition is added.
* MFH: Fixed bug #24592 (Possible crash in session extnsion, with NULL values).Ilia Alshanetsky2003-07-211-3/+6
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-07-211-0/+33
|
* MFH: Fixed bug #24560 (parse_url() incorrectly handling certain file://Ilia Alshanetsky2003-07-212-3/+7
| | | | | based schemas).
* - Upgraded bundled Expat library to 1.95.6 (Jani)foobar2003-07-2118-4046/+5626
| | | | | # Fixes bug #20442 (and possibly others not reported to us)
* - CURLOPT_ENCODING is always defined, check the version instead.foobar2003-07-201-2/+2
|
* MFH: missing CVS Id tags and license headersfoobar2003-07-204-0/+46
|
* - UDM_PARAM_SORT_ORDER has been added in Udm_Set_Agent_Param whileSergey Kartashoff2003-07-181-0/+9
| | | | | using with mnogosearch-3.2.14+ to set order of search results.
* - Coredump in Udm_Find was fixed.Sergey Kartashoff2003-07-181-1/+1
|
* MFH: Fix handling of empty settingsMarcus Boerger2003-07-161-1/+1
|
* MFH: /libpath directives for zlibSebastian Bergmann2003-07-161-6/+6
|
* MFHfoobar2003-07-161-1/+3
|
* MFH: this is internal function -> staticfoobar2003-07-161-2/+2
|
* MFHfoobar2003-07-162-2/+2
|
* Update credits.foobar2003-07-161-1/+1
|