411 Commits (b0677f4bebda6149612363e5afd7166b0803ccdd)

Author SHA1 Message Date
Jani Taskinen aa3eee1dce MFH:- Moved the old regex functions to own extension: ereg 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Jani Taskinen fef2b33e85 MFH:- Fixed bug #42579 (apache_reset_timeout() does not exist) 19 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
Jani Taskinen eb923bf6fc MFH: - Changed AC_ARG_* options to PHP_ARG_* options. 19 years ago
Scott MacVicar b73d2a94ae Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). 19 years ago
foobar 7bd41e0715 MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs) 19 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Stanislav Malyshev e894206874 use snprintf 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 46a6bd7f9d MFH 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: 19 years ago
Brian France 33879eceb3 Memory assigned to the request_rec should be allocated from apache pools 20 years ago
Nuno Lopes 47713b1eb7 more int->zend_bool conversions 20 years ago
Dmitry Stogov 29e1530cd7 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 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
Rasmus Lerdorf 6fb0bf80ea Switch to a signed int for now. Will look at moving to a long throughout 20 years ago
Rasmus Lerdorf 4df7ab403c Add input_filter hook call in getenv() 20 years ago
Edin Kadribasic af11e1d592 Correctly import external data (#33292) 20 years ago
Ilia Alshanetsky 46ba651680 MFH: 20 years ago
Antony Dovgal 8068342483 MFH: fix #36400 (Custom 5xx error does not return correct HTTP response error code) 20 years ago
Rasmus Lerdorf 4d64a617c3 MFH: I don't recall the reason for messing with r->allowed here, so let's 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Andrei Zmievski e6ae0e99c3 MFH 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 20 years ago
foobar b9af8f2719 MFH: nuke php3 legacy 20 years ago
Antony Dovgal e5928942ac MFH: initialize SG(request_info).auth_digest 21 years ago
Ilia Alshanetsky 24046edbbb MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1). 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Dmitry Stogov cf6bb99723 Fixed bug #33723 (php_value overrides php_admin_value) 21 years ago
Brian France 3137e1e422 Added a SG(server_context) NULL check to php_apache_getenv. 21 years ago
Antony Dovgal 8be61d707f fix #29683 (headers_list() returns empty array) 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
Rasmus Lerdorf 091bff3570 Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per 21 years ago
foobar 0e57528666 No c++ comments in C code 21 years ago
Rui Hirokawa 8235a70ef9 added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. 21 years ago
Rasmus Lerdorf 3c0411c496 Fix for bug #32263 21 years ago
foobar 4c883c79bb Do not set apache stuff if not building apache 21 years ago
Derick Rethans 7b27263e16 - There is no --with-apache2, only apxs2 21 years ago
Rasmus Lerdorf 3d297bf881 Fix proto 21 years ago
Rasmus Lerdorf 224d2479b3 Add apache_reset_timeout() function for Apache1. This is needed because 21 years ago
Antony Dovgal ad503c814b MFB: typo in config.m4 (potential configuration problem with Stronghold) 22 years ago
Rasmus Lerdorf cad60c3760 Add SAPI hook to get the request time if provided by the web server, 22 years ago
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 22 years ago
Stefan Esser 446f4d1bc2 Security Fix broken! Destroyed Basic auth. Blame: me 22 years ago
Andi Gutmans e5cfb1d05c - Better stability during premature shutdown of request startup 22 years ago