summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_0RC5'.php-5.2.0RC5SVN Migration2006-10-050-0/+0
* 5.2.0RC5Ilia Alshanetsky2006-10-053-4/+4
* Increment replace count value for case-sensitive single char searches.Andrei Zmievski2006-10-051-0/+3
* - nuke unused variableHannes Magnusson2006-10-051-6/+6
* MFH: decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-052-1/+23
* fix build with new version of c-clientAntony Dovgal2006-10-051-0/+5
* CRLF->CRDmitry Stogov2006-10-050-0/+0
* Library updatesEdin Kadribasic2006-10-051-0/+2
* Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-052-2/+2
* Allow future extensibility without binary compatibility breakDmitry Stogov2006-10-051-0/+1
* Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)Dmitry Stogov2006-10-052-4/+13
* Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS fromIlia Alshanetsky2006-10-052-1/+6
* Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-043-2/+16
* Added support for character sets in pg_escape_string() for PostgreSQLIlia Alshanetsky2006-10-043-6/+25
* Fixed missing open_basedir check inside chdir() function.Ilia Alshanetsky2006-10-042-1/+2
* add testAntony Dovgal2006-10-041-0/+19
* MFHAntony Dovgal2006-10-041-0/+2
* MFHAntony Dovgal2006-10-042-2/+2
* add missing ifdefAntony Dovgal2006-10-041-0/+2
* Update creditsEdin Kadribasic2006-10-041-1/+1
* BFNRob Richards2006-10-041-0/+2
* fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_modeRob Richards2006-10-041-1/+1
* - used only in HEADPierre Joye2006-10-041-142/+0
* - wrong definitionPierre Joye2006-10-041-1/+1
* fix typoAntony Dovgal2006-10-041-1/+1
* MFH: fix #39032 (strcspn() stops on null character)Antony Dovgal2006-10-043-1/+20
* - more tests for the last commitsPierre Joye2006-10-031-0/+56
* Shoehorn myself into the credits.Ilia Alshanetsky2006-10-033-1/+11
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-035-7/+7
* MFH: throw a warning when doing modulus by 0 (fr #39027)Antony Dovgal2006-10-031-0/+1
* optimize zend_hash_init() with known hash table sizes.Ilia Alshanetsky2006-10-033-5/+5
* MFH: compact() doesnt throw "wrong param count"Hannes Magnusson2006-10-031-0/+3
* Fixed handling of FILTER_FORCE_ARRAYIlia Alshanetsky2006-10-031-5/+10
* pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "W...Hannes Magnusson2006-10-031-3/+3
* - vi folding, wsPierre Joye2006-10-032-7/+6
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-034-4/+5
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-10-031-4/+10
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-034-0/+28
* fix testAntony Dovgal2006-10-031-1/+1
* Fixed memory leak (Nuno)Dmitry Stogov2006-10-032-20/+35
* Fixed possible crash with default namespacesDmitry Stogov2006-10-032-3/+109
* - fix (ZTS) buildMichael Wallner2006-10-031-10/+10
* Refactor the filter extensionIlia Alshanetsky2006-10-0340-714/+526
* MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-022-1/+30
* MFH: the last part of the fix for #39004Antony Dovgal2006-10-021-0/+5
* Use php_error_docref() instead.Andrei Zmievski2006-10-021-6/+6
* More offset fixes. Added E_NOTICE where appropriate.Andrei Zmievski2006-10-021-4/+17
* Fix invalid memory access in strrpos().Andrei Zmievski2006-10-021-3/+8
* fix the fix for #39004Antony Dovgal2006-10-021-4/+4
* Fixed bug #39004 (Fixed generation of config.nice with autoconf 2.60).Ilia Alshanetsky2006-10-022-3/+17