summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Using new magic constant __DIR__ in run-tests.phpLars Strojny2008-03-051-3/+3
|
* - Fix tests (allow_call_time_pass_reference might be off for properly ↵Jani Taskinen2008-03-057-7/+21
| | | | configured sites.. :)
* Optimized require_once() and include_once() by eliminationg open() syscall ↵Dmitry Stogov2008-03-058-70/+149
| | | | on second usage.
* - Fix test when register_globals=On in php.iniJani Taskinen2008-03-051-0/+2
|
* MFH: apply better fixAntony Dovgal2008-03-051-3/+5
|
* MFH: fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
|
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
|
* Add oci_bind_by_name updateChristopher Jones2008-03-041-0/+2
|
* Add #41069. Clarify attributions.Christopher Jones2008-03-041-2/+3
|
* MFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) ↵Christopher Jones2008-03-046-12/+1354
| | | | in oci_bind_by_name
* Attempt greater test portabilityChristopher Jones2008-03-041-6/+10
|
* Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameterIlia Alshanetsky2008-03-041-5/+10
| | | | | value)
* - new tests for readdir() functionJosie Messa2008-03-048-0/+815
|
* Fixed SIGSEGV because of access to uninitialized dataDmitry Stogov2008-03-041-0/+1
|
* 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
|
* 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-043-111/+303
| | | | | | | Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset
* Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())Ilia Alshanetsky2008-03-031-1/+5
|
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-032-3/+29
|
* Remove inconsistent behaviour when a protected static prop is overridden by ↵Robin Fernandes2008-03-036-20/+106
| | | | public static prop (details: http://turl.ca/phhhf ).
* Removed unnecassary strlen()Dmitry Stogov2008-03-031-1/+0
|
* Fixed bug #44306 (Better detection of MIPS processors on Windows)Ilia Alshanetsky2008-03-021-1/+1
|
* MFHLukas Smith2008-03-011-4/+4
|
* MFHLukas Smith2008-03-011-23/+65
|
* MFH: New testsJohannes Schlüter2008-03-012-0/+211
|
* MFH: Allow implementation of abstract methods with optional parameters ↵Johannes Schlüter2008-03-012-1/+25
| | | | | | | (Christian Schneider)
* MFH: Fix #44144 (object methods as spl autoload functions returned correctly)Etienne Kneuss2008-02-292-8/+20
|
* Heaps additionEtienne Kneuss2008-02-291-0/+1
|
* MFH: Fix #44288 (Move declarations)Etienne Kneuss2008-02-291-3/+6
|
* count() before and after a simplexml array cast should be the sameRasmus Lerdorf2008-02-281-0/+22
|
* We don't nave to change request shutdown sequence if dl() was failedDmitry Stogov2008-02-281-1/+3
|
* MFHAntony Dovgal2008-02-281-306/+47
|
* MFB: Fixed security issue detailed in CVE-2008-0599Ilia Alshanetsky2008-02-281-1/+1
|
* - MFH: Fixed bug #44260 (African timezones missing).Derick Rethans2008-02-271-12/+15
|
* MFHAntony Dovgal2008-02-271-1/+1
|
* Fix (#43559) merged into 5_2Felipe Pena2008-02-271-2/+0
|
* MFB: Improved fix for #44242Felipe Pena2008-02-271-2/+2
|
* Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)Ilia Alshanetsky2008-02-271-0/+4
|
* Fixed testsFelipe Pena2008-02-262-7/+7
|
* - committed chdir() tests in wrong directoryJosie Messa2008-02-265-457/+0
|
* - New tests for chdir() functionJosie Messa2008-02-2610-0/+914
|
* MFH: Use STD_PHP_INI_BOOLEAN. Fix whitespace.Christopher Jones2008-02-261-9/+9
|
* Fix test noiseChristopher Jones2008-02-264-485/+485
|
* Better fix for bug #44189Ilia Alshanetsky2008-02-262-4/+3
|
* MFH: OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)Christopher Jones2008-02-259-15/+483
|
* MFH: Fix foldingEtienne Kneuss2008-02-251-0/+2
|
* MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementationEtienne Kneuss2008-02-2517-3/+2035
|
* MFH: fix win32 buildRob Richards2008-02-251-1/+3
|