63 Commits (b515bfbdfbea06307df53d725ea3aa3807504a21)

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 14 years ago
Xinchen Hui d4b90b4788 Fixed bug #60206 (possible integer overflow in content_length) 15 years ago
Rasmus Lerdorf 02023fc8fe Fix Apache1 build 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Ilia Alshanetsky f89effd2a8 Updated _SERVER['REQUEST_TIME'] to include microsecond precision. 16 years ago
Kalle Sommer Nielsen 34b631f679 Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's 16 years ago
Michael Wallner 11d24c1593 * implement new output API, fixing some bugs and implementing some feature 16 years ago
Kalle Sommer Nielsen dd8e59da8f Removed safe_mode 16 years ago
Kalle Sommer Nielsen febee11285 Removed register_globals 16 years ago
Jani Taskinen af49e58f51 - Reverted r296062 and r296065 16 years ago
Jani Taskinen 06f072cb5e MFH: Improved / fixed output buffering (Michael Wallner) 16 years ago
Rasmus Lerdorf 1947334023 Fix bug #50940 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Stanislav Malyshev 09e37bc5ed MFB: init server context before config variables are processed 17 years ago
Stanislav Malyshev 281676da26 MFB: fix php_value application order for Apache 17 years ago
Arnaud Le Blanc 8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud) 18 years ago
Alexey Zakhlestin d33c8680ab fixed types (no more compiler warnings) 18 years ago
Scott MacVicar 938186a67f Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) 18 years ago
Rasmus Lerdorf 6c158374ba exit_on_timeout patch 18 years ago
Rasmus Lerdorf 42d4cf6531 Revert 18 years ago
Rasmus Lerdorf bafb0b4ff5 We need to pass PHP-managed pointers to filter here to avoid having 18 years ago
Marcus Boerger af316021e8 - Rewrite scanner to be based on re2c instead of flex 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Antony Dovgal 83e7324dae fix build 19 years ago
Jani Taskinen fc2fef68ac - ws + sync apache2filter apache_config.c with the one from apache2handler 19 years ago
Stanislav Malyshev c94dee8696 implement separate .htaccess stage 19 years ago
Scott MacVicar b73d2a94ae Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). 19 years ago
Andrei Zmievski 0b222980d0 Rename php5 module to php6. Remove version number from 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Dmitry Stogov a7c536fbcd Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make a 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 6123f11021 MFH: 20 years ago
Ilia Alshanetsky 3642ebdcdd Added filter support for $_SERVER in cgi/apache2 sapis 20 years ago
Brian France 8767cd2df4 MFB: 20 years ago
Brian France 33879eceb3 Memory assigned to the request_rec should be allocated from apache pools 20 years ago
Dmitry Stogov c6fdecc906 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 20 years ago
Dmitry Stogov 29e1530cd7 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 20 years ago
Dmitry Stogov 61d39cf1c1 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 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 6687f0377b New memory manager 20 years ago
Dmitry Stogov 29ed52ffa4 New memory manager 20 years ago
Michael Wallner 231ad17475 - explicit usage of TS macros 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Rasmus Lerdorf 6fb0bf80ea Switch to a signed int for now. Will look at moving to a long throughout 20 years ago
Rasmus Lerdorf 9b985490f6 We might want to consider moving this to a long throughout the sapi code, 20 years ago
Rasmus Lerdorf 839c3e24a3 MFB input filter hook for getenv() 20 years ago
Rasmus Lerdorf 4df7ab403c Add input_filter hook call in getenv() 20 years ago
Ilia Alshanetsky 46ba651680 MFH: 20 years ago