summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-161-1/+1
* Fixed double-free in the digest authentication handling.Ilia Alshanetsky2005-07-121-1/+7
* Fixed crash in ext\standard\tests\general_functions\bug32647.php on WindowsDmitry Stogov2005-07-051-0/+1
* reorder and prevent memleak: bailout after free()Antony Dovgal2005-06-201-1/+1
* - No extra spaces before #ifndeffoobar2005-06-201-1/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-7/+8
* 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
* Avoid double-freeing streams.Wez Furlong2005-06-061-1/+6
* __halt_compiler() patch interfaceZeev Suraski2005-06-041-0/+6
* fix bugs #32742 (segmentation fault when the stream with a wrapper is not clo...Antony Dovgal2005-05-161-2/+11
* - Reorder request shutdown calls: Call all __destruct() functions andfoobar2005-04-281-8/+20
* renameAndrey Hristov2005-04-271-2/+2
* add INT_MAX and INT_SIZE constants.Andrey Hristov2005-04-191-0/+2
* added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.Rui Hirokawa2005-04-041-0/+5
* - 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
* - We don't need to block those here (works as it works with normal errorMarcus Boerger2005-03-191-2/+0
* This makes more sense. (Someone might actually use php_error_docref0() :)foobar2005-03-081-2/+2
* cs fix (really annoying :)foobar2005-02-271-1/+2
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-1/+1
* - Fix leaks with registered shutdown functions.foobar2005-01-091-2/+4
* - Fix bug #27728 (Can't return within a zend_try{} or the previousAndi Gutmans2004-12-101-4/+3
* removing php_output_activate Fix for bug#30397Anantha Kesari H Y2004-10-181-1/+0
* - Revert patch until it is discussedDerick Rethans2004-10-181-0/+1
* Fix for Bug #30397Anantha Kesari H Y2004-10-161-1/+0
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-051-1/+9
* removed redundant NEW_LIBC checks for NETWAREAnantha Kesari H Y2004-09-291-7/+0
* Fix reverse dependencyZeev Suraski2004-09-051-0/+1
* Fix an oldie fd leakZeev Suraski2004-08-161-0/+1
* - Added the PHP_EOL constant (Patch by Paul Hudson)Derick Rethans2004-08-131-0/+1
* - Execute destructors earlier (Florian Schaper, fschaper at intux org)Marcus Boerger2004-07-251-0/+4
* - Use ErrorException instead of ExceptionMarcus Boerger2004-07-151-1/+1
* The engine will take care out-of-memory situation for us.Ilia Alshanetsky2004-05-281-7/+2
* - Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry)Andi Gutmans2004-05-231-0/+2
* - Allow extra parameters to mail to be forced also from virtual host settings.Derick Rethans2004-05-201-1/+1
* and set module startup flag on startupStanislav Malyshev2004-03-241-0/+1
* reset module shutdown flag on startupStanislav Malyshev2004-03-241-0/+1
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-4/+4
* Improve the way auto-globals JIT works, and add the ability to turn it offZeev Suraski2004-03-161-0/+1
* Improve error messageMarcus Boerger2004-03-161-28/+0
* Guard display_startup_errors with checking for default (working) outputMarcus Boerger2004-03-141-1/+6
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't onl...Zeev Suraski2004-02-251-0/+4
* Remove empty commentZeev Suraski2004-02-241-1/+0
* Fix startup errorsMarcus Boerger2004-02-151-2/+2
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* CleanupZeev Suraski2004-02-101-2/+2
* Fix report_memleaksZeev Suraski2004-02-101-3/+5
* WhitespaceZeev Suraski2004-02-101-1/+1
* Fixed bug #27175 (tzset() is not being called by PHP on startup).Ilia Alshanetsky2004-02-091-1/+5