summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_1'.RELEASE_2_0_1SVN Migration2005-11-154613-1148177/+0
* - switch to bsd licensePierre Joye2005-11-155-34/+79
* MFB51: Fixed memory leak on php-cli -hIlia Alshanetsky2005-11-151-5/+4
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-159-61/+87
* Allow recursive calls to __get/__set for different propertiesIlia Alshanetsky2005-11-151-3/+2
* call zend_objects_destroy_object() explicitlyAntony Dovgal2005-11-151-5/+7
* fix warningfoobar2005-11-151-1/+1
* Fixed call to __destruct() for objects of classes delivered from internal one...Dmitry Stogov2005-11-151-1/+1
* - Prepare for including in PHP corefoobar2005-11-155-13/+46
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages a...Dmitry Stogov2005-11-152-0/+36
* ChangeLog update2005-11-151-0/+35
* Fixed possible crash in http:// wrapper.Ilia Alshanetsky2005-11-151-21/+12
* MFB: Change max_procs from 25 to library default. This will make FreeTDS conn...Frank M. Kromann2005-11-143-6/+12
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-148-10/+10
* ChangeLog update2005-11-141-0/+10
* ChangeLog update2005-11-131-0/+16
* - Fixed protos.Derick Rethans2005-11-121-1/+1
* Grr. Re-re-fix the fix.Andrei Zmievski2005-11-121-18/+11
* ChangeLog update2005-11-121-0/+13
* - Fix the "php -v" output when neither --enable-debug or --enable-gcovfoobar2005-11-121-0/+2
* Re-fix Marcus's fix.Andrei Zmievski2005-11-111-5/+3
* - Use the const instead of hard codingMarcus Boerger2005-11-111-2/+2
* - Fix buildMarcus Boerger2005-11-111-0/+4
* ChangeLog update2005-11-111-0/+17
* - Added note about --enable-gcov being strictly for developers only!foobar2005-11-101-1/+1
* fix configure helpfoobar2005-11-104-8/+7
* - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)foobar2005-11-101-1/+3
* ChangeLog update2005-11-101-0/+13
* - Fix the ccache detection.foobar2005-11-092-5/+18
* ChangeLog update2005-11-091-0/+86
* Cleanup the code coverage filesfoobar2005-11-091-0/+1
* - Change paths to be relativefoobar2005-11-081-81/+81
* - Moved gen_php_cov functionality into the Makefile. Doing 'make lcov'foobar2005-11-082-72/+21
* nuke #line directives.foobar2005-11-081-390/+0
* More files to have #line directives stripped for releasefoobar2005-11-081-1/+8
* - Fix #line pathsfoobar2005-11-081-21/+21
* - Fixed --enable-gcov to work with VPATH builds toofoobar2005-11-082-15/+39
* - Make sure parse_date.c is free of #line directives in releasesfoobar2005-11-081-1/+1
* - Use the source file as output filename instead of stdoutfoobar2005-11-082-43/+43
* - use the target file name as output file instead of stdoutfoobar2005-11-081-2/+2
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-084-2/+700
* ChangeLog update2005-11-082-0/+57
* - Make sure the generated files have relative paths in the #line directivesfoobar2005-11-083-49/+49
* - heredoc handling in -a modeMarcus Boerger2005-11-071-1/+4
* - Fix 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-071-3/+3
* Fixed bug #35091 (SoapClient leaks memory)Dmitry Stogov2005-11-071-2/+0
* ChangeLog update2005-11-071-0/+202
* - Do the LTP thing properlyfoobar2005-11-061-41/+50
* - Fixed minor memory leak triggered by: -dzlib.output_compression=1 -mfoobar2005-11-061-10/+16