summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0b1'.php-5.1.0b1SVN Migration2005-06-101-285/+0
* - Go with 5.1.0b1Andi Gutmans2005-06-101-2/+2
* hmm, backing out this change, as it seems to cause problems with user-spaceWez Furlong2005-06-091-6/+1
* silence warningfoobar2005-06-061-0/+2
* Don't crash when compiled with the zend memory manager disabled.Wez Furlong2005-06-061-3/+9
* Avoid double-freeing streams.Wez Furlong2005-06-061-1/+6
* __halt_compiler() patch interfaceZeev Suraski2005-06-041-0/+6
* Disabled search of recored separator outside of bufferDmitry Stogov2005-06-011-2/+2
* Fixed "refcount" counting for autoglobalsDmitry Stogov2005-06-011-2/+19
* Fixed possible memory corruption on request shutdownDmitry Stogov2005-05-311-0/+2
* Fixed bug #29971 (variables_order behaviour)Dmitry Stogov2005-05-251-2/+12
* nuked unused header filefoobar2005-05-243-3/+0
* - Remove unused filefoobar2005-05-241-37/+0
* make it compile on Win32 (thanks to Sebastian for noticing)Antony Dovgal2005-05-241-1/+1
* Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-231-0/+1
* revert by Wez's requestAntony Dovgal2005-05-231-1/+1
* fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-231-1/+2
* fix bugs #32742 (segmentation fault when the stream with a wrapper is not clo...Antony Dovgal2005-05-163-2/+27
* fix inverted logic and thus Bug #27508Wez Furlong2005-05-111-1/+1
* fix off-by-one in _php_image_output()Antony Dovgal2005-05-061-1/+4
* Attempt to eliminate seek() prior to every write.Ilia Alshanetsky2005-04-291-1/+1
* fix #32828 (Throwing exception in output_callback function with ob_start andAntony Dovgal2005-04-281-1/+1
* - Reorder request shutdown calls: Call all __destruct() functions andfoobar2005-04-281-8/+20
* renameAndrey Hristov2005-04-271-2/+2
* Revert. (Nokia is not that important :)foobar2005-04-251-1/+1
* MFB: zval** not zval*Ilia Alshanetsky2005-04-241-1/+1
* Fixed bug #32802 (General cookie overrides more specific cookie).Ilia Alshanetsky2005-04-241-0/+12
* - Fixed bug #32111 (Cookies can also be separated by colon)foobar2005-04-231-1/+1
* ws, pval -> zvalfoobar2005-04-231-56/+40
* add INT_MAX and INT_SIZE constants.Andrey Hristov2005-04-191-0/+2
* - Remove relicfoobar2005-04-171-1/+0
* revert the patch, the problem seems to be somewhere elseAntony Dovgal2005-04-111-4/+0
* Fold validation into an inlined function per Andi's suggestionSara Golemon2005-04-091-11/+20
* Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails...Uwe Schindler2005-04-071-0/+3
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-1/+1
* do not try to read after EOFAntony Dovgal2005-04-061-0/+4
* Fixed bug #30362 (stream_get_line() not reading data correctly).Ilia Alshanetsky2005-04-051-4/+10
* BugFix #32563Sara Golemon2005-04-041-2/+24
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-044-0/+12
* Bug #32491 (File upload error - unable to create a temporary file) - Changing...Uwe Schindler2005-04-041-6/+6
* C++ fixfoobar2005-03-311-2/+5
* BugFix #31137 stream_filter_remove() segfaults when stream already closedSara Golemon2005-03-292-0/+8
* Proper fix for the memory leak.Ilia Alshanetsky2005-03-281-2/+1
* Fixed memory leak when variables_order does not contain 'S'.Ilia Alshanetsky2005-03-281-1/+1
* - Made it possible to build ext/xmlrpc with libxml2foobar2005-03-261-1/+1
* Fix pathfoobar2005-03-261-1/+1
* - Fix typosAndi Gutmans2005-03-241-2/+2
* - Notices shouldn't be treatedas errors and thus not being conidered to beMarcus Boerger2005-03-231-0/+4
* Define PHP_ABSTRACT_MEAndrei Zmievski2005-03-211-0/+1
* - We don't need to block those here (works as it works with normal errorMarcus Boerger2005-03-191-2/+0