summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0RC5'.php-5.1.0RC5SVN Migration2005-11-160-0/+0
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-168-22/+22
* By popular demand the {} message is now an E_STRICT.Ilia Alshanetsky2005-11-161-1/+1
* Added depreciation notice for {} string offset access.Ilia Alshanetsky2005-11-161-0/+1
* 5.1.0RC5Ilia Alshanetsky2005-11-163-4/+4
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-164-6/+45
* Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)Dmitry Stogov2005-11-163-1/+38
* Closes PECL #5944; binding an invalid parameter can lead to segfaults.Wez Furlong2005-11-161-1/+11
* - MFH Add new testMarcus Boerger2005-11-151-0/+60
* extend the entry a bit :)foobar2005-11-151-2/+2
* bfpfoobar2005-11-151-3/+3
* Allow "null" default value for arguments with array type hintDmitry Stogov2005-11-151-1/+7
* - Allow "= null" default for parameters with a class type-hint.Derick Rethans2005-11-152-1/+10
* Fixed memory leak on php-cli -hIlia Alshanetsky2005-11-151-5/+4
* MFH: Fixed possible crash in http:// wrapper.Ilia Alshanetsky2005-11-151-21/+12
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-153-6/+3
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* MFH: call zend_objects_destroy_object() explicitlyAntony Dovgal2005-11-151-5/+7
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-156-53/+84
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-156-7/+17
* Fixed call to __destruct() for objects of classes delivered from internal one...Dmitry Stogov2005-11-151-1/+1
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages a...Dmitry Stogov2005-11-153-0/+43
* Change max_procs from 25 to library default. This will make FreeTDS connectio...Frank M. Kromann2005-11-143-6/+12
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-148-10/+10
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-0/+1
* PEAR newsIlia Alshanetsky2005-11-131-0/+1
* Slated for PHP 6Ilia Alshanetsky2005-11-131-1/+0
* MFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)foobar2005-11-102-1/+4
* MFHfoobar2005-11-081-1/+8
* FBFNfoobar2005-11-081-2/+2
* MFHfoobar2005-11-081-1/+1
* NEWS updated.Rui Hirokawa2005-11-081-0/+2
* test fetching of unsigned int(11)Andrey Hristov2005-11-081-0/+19
* BFNAndrey Hristov2005-11-081-0/+2
* fix test - putting signed into unsigned produces 0, if not in strict modeAndrey Hristov2005-11-081-1/+1
* on 32bit platform if the column is UNSIGNED INT(11) and the valueAndrey Hristov2005-11-081-2/+18
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-085-2/+701
* - MFH heredoc handling in -a modeMarcus Boerger2005-11-071-1/+4
* - Add new testsMarcus Boerger2005-11-073-0/+296
* Fixed bug #35135 (PDOStatment without related PDO object may crash).Ilia Alshanetsky2005-11-072-20/+27
* - Drop unnecessary paramMarcus Boerger2005-11-071-1/+1
* - MFH Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-072-2/+59
* Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is...Dmitry Stogov2005-11-072-1/+3
* Fixed bug #35091 (SoapClient leaks memory)Dmitry Stogov2005-11-072-2/+1
* MFH:- Fixed minor leak with -dzlib.output_compression=1 -mfoobar2005-11-061-5/+4
* MFHfoobar2005-11-061-1/+1
* - Remve bogus part of testMarcus Boerger2005-11-061-3/+0
* - Fix parameter parsingMarcus Boerger2005-11-061-3/+9
* - MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.Derick Rethans2005-11-062-5/+5
* - Fix test expectationsMarcus Boerger2005-11-061-5/+5