100 Commits (e1023affc173ecdc3e43aaabcdfb528b3c1bfb7a)

Author SHA1 Message Date
Xinchen Hui a2045ff332 Happy New Year~ 13 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Xinchen Hui a391535e00 Fixed bug #60206 (possible integer overflow in content_length) 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Pierre Joye af567e7d54 - fix build 16 years ago
Pierre Joye 11040eae16 - revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin functioon in 5.3 (trunk is vc9+ only) 16 years ago
Pierre Joye 90f3d470c3 - revert as vc6 does not support strtoi64, update to 5.3 will be the fix 16 years ago
Pierre Joye e779300748 - #51273, Content-length header is limited to 32bit integer with apache2/windows 16 years ago
Pierre Joye 43f4d46cb3 - #51273, Content-length header is limited to 32bit integer with apache2/windows 16 years ago
Pierre Joye cbe5199c42 - WS 16 years ago
Rasmus Lerdorf 6652657f12 Fix bug #50940 16 years ago
Rasmus Lerdorf 1947334023 Fix bug #50940 16 years ago
Sebastian Bergmann 16cb1cd469 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Jani Taskinen bf7ed5eff5 - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables) 16 years ago
Jani Taskinen 8c3509c894 - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables) 16 years ago
Jani Taskinen afc44b981e ws 16 years ago
Jani Taskinen 1eaf99d866 ws 16 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Stanislav Malyshev d3dce9e02e MFH fix #46005 17 years ago
Stanislav Malyshev 40cd1d49b3 MFH fix #46005 17 years ago
Arnaud Le Blanc 8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud) 18 years ago
Rasmus Lerdorf 45e327a672 Add new empty child terminate sapi hook to the rest of the sapis 18 years ago
Ilia Alshanetsky 23994f9150 MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 18 years ago
Ilia Alshanetsky 1227a4c57a Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Antony Dovgal 37e0738f3a MFH 19 years ago
Antony Dovgal 6d76fc2834 MFH: fix #39330 (apache2handler does not call shutdown actions before apache child die) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Dmitry Stogov 53b088e60c Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. 19 years ago
Ilia Alshanetsky 1c4806c515 Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). 19 years ago
Ilia Alshanetsky cbaaf1bc07 Fixed bug #39797 (virtual() does not reset changed INI settings). 19 years ago
Ilia Alshanetsky b3006ed2a5 Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php 20 years ago
Ilia Alshanetsky e5f9b479af Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). 20 years ago
Ilia Alshanetsky 6123f11021 MFH: 20 years ago
Antony Dovgal 1ec10ac8c7 typos in comments and other minor improvements 20 years ago
Stanislav Malyshev 0617904d0a fix bug with variables clobbered by longjmp 20 years ago
Antony Dovgal 5e0f6ea7db nuke unused variable 20 years ago
Dmitry Stogov 356facf4af Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. 20 years ago
Dmitry Stogov 29ed52ffa4 New memory manager 20 years ago
Michael Wallner d724f9cfb1 MFH: call ap_set_content_type() only once, else each time we call it, 20 years ago
Michael Wallner 23b8ce3876 - fix php_apache_sapi_header_handler() modifying sapi_header 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Ilia Alshanetsky 00b9392bf5 Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php 20 years ago
Ilia Alshanetsky 110344d65c Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module). 21 years ago
Ilia Alshanetsky 8f514cd18c MFH: Resolve Apache 2 regression with sub-request handling on non-linux 21 years ago
Ilia Alshanetsky 51d8950b53 Additional tweaks to the patch for bug #34249. 21 years ago
Antony Dovgal f4371b9cc6 fix bug #34581 (crash with mod_rewrite) 21 years ago