summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_6RC2'.php-5.2.6RC2SVN Migration2008-03-070-0/+0
* 5.2.6RC2Ilia Alshanetsky2008-03-073-4/+4
* MFH: fix segfault when trying to clone uncloneable objectAntony Dovgal2008-03-062-0/+26
* Add new tests for class/object functions and features.Robin Fernandes2008-03-0649-0/+3733
* MFB: Revert patch for bug #44325Ilia Alshanetsky2008-03-052-12/+5
* - #40013, php_uname() does not return nodename on Netware (Guenter Knauf)Pierre Joye2008-03-052-0/+27
* - #42505, new sendmail default path breaks on Novell (Guenter Knauf)Pierre Joye2008-03-052-3/+4
* MF53: Fix testsJani Taskinen2008-03-057-7/+21
* - fix test (MF53)Jani Taskinen2008-03-051-4/+2
* add missing .cvsignoreAntony Dovgal2008-03-050-0/+0
* - Fix testsJani Taskinen2008-03-052-0/+4
* MFH: apply better fixAntony Dovgal2008-03-051-3/+5
* cosmetic fixesAntony Dovgal2008-03-051-3/+3
* MFH: fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
* Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-042-1/+3
* MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings asIlia Alshanetsky2008-03-042-5/+12
* - new tests for readdir() functionJosie Messa2008-03-048-0/+816
* re-fixing to skip on 64 bitZoe Slattery2008-03-042-0/+8
* Fixed SIGSEGV because of acess to uninitialized dataDmitry Stogov2008-03-041-0/+1
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-041-3/+3
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-041-14/+17
* Fixed shared memory corruption of opcode cachesDmitry Stogov2008-03-043-6/+23
* MFHAntony Dovgal2008-03-041-1/+1
* - new tests for opendir() functionJosie Messa2008-03-0410-0/+1051
* MFB: Fixed bug #44166 (Parameter handling flaw inIlia Alshanetsky2008-03-031-1/+5
* MFB: Fixed bug #44166 (Parameter handling flaw inIlia Alshanetsky2008-03-031-0/+2
* MFB: Fixed bug #44306 (Better detection of MIPS processors on Windows)Ilia Alshanetsky2008-03-022-1/+2
* Set proper RC version (Thanks Hannes)Ilia Alshanetsky2008-02-282-3/+3
* Back to devIlia Alshanetsky2008-02-283-3/+5
* 5.2.6RC1Ilia Alshanetsky2008-02-282-3/+3
* Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-282-2/+3
* MFHAntony Dovgal2008-02-271-1/+1
* MFB: Fixed bug #43559 (array_merge_recursive() doesn't behave as expected wit...Felipe Pena2008-02-273-3/+17
* Improved fix for #44242Felipe Pena2008-02-271-2/+2
* MFB: Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)Ilia Alshanetsky2008-02-272-0/+6
* - New tests for chdir() functionJosie Messa2008-02-265-0/+457
* Fix test noiseChristopher Jones2008-02-264-485/+485
* MFB: Better fix for bug #44189Ilia Alshanetsky2008-02-262-4/+3
* Add recent OCI8 bug fixesChristopher Jones2008-02-261-0/+8
* OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)Christopher Jones2008-02-259-15/+481
* Fixed bug #44242 (metaphone(CMXFXM) crashes PHP)Felipe Pena2008-02-253-1/+21
* - MFH: Fixed tests on 64bit platform.Derick Rethans2008-02-2510-5/+278
* - MFH: Fixed a problem with parsing timezones as part of a format.Derick Rethans2008-02-252-3/+3
* Replace hardcoded resource ids with %d in fgetc() tests.Steve Seear2008-02-252-122/+109
* New testFelipe Pena2008-02-241-0/+15
* Fixed segfault in filter extension when using callbacks. (reported & patched ...Felipe Pena2008-02-242-1/+3
* MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yetIlia Alshanetsky2008-02-242-0/+6
* - MFH: Fixed bug #44216 (strftime segfaults on large negative value).Derick Rethans2008-02-222-2/+5
* - MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.Derick Rethans2008-02-222-0/+5
* - New tests for reset() functionJosie Messa2008-02-225-0/+393