69 Commits (fb2ae8ee734167e48a974ff80dedd432b2fa4366)

Author SHA1 Message Date
Elizabeth Marie Smith ba02e9ae64 These are really old config.w32 files - now they use PHP_PHP_BUILD correctly instead of hard coding the path to the libraries 18 years ago
Rasmus Lerdorf 45e327a672 Add new empty child terminate sapi hook to the rest of the sapis 18 years ago
Marcus Boerger af316021e8 - Rewrite scanner to be based on re2c instead of flex 18 years ago
Felipe Pena 84a8bb038a MFH: New way for check void parameters 18 years ago
Dmitry Stogov 240fa244c3 Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
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 eb923bf6fc MFH: - Changed AC_ARG_* options to PHP_ARG_* options. 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 4019bf5370 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
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
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
foobar b9af8f2719 MFH: nuke php3 legacy 21 years ago
foobar 23e671a51e - Bumber up year 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
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 a942bcd669 Merge from sapi/apache/config.m4 and cleanup 21 years ago
foobar 14058c83e6 - Fix another generated header include 21 years ago
Rasmus Lerdorf fdaa130f3a Add the new request_time sapi struct entry to all the sapis. Some of these 22 years ago
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 22 years ago
Stefan Esser 90f151470c same bug. 22 years ago
Andi Gutmans e5cfb1d05c - Better stability during premature shutdown of request startup 22 years ago
Zeev Suraski a2ea2d7173 Fix prototypes 22 years ago
Rasmus Lerdorf a61c2d667c Fix applies to apache_hooks sapi as well. See bug #25753 for details. 22 years ago
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Wez Furlong 331dc79254 More things for the new build system. 23 years ago
Hartmut Holzgraefe f992fbfa2c proto fix 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Edin Kadribasic 4aa1414623 Reverting last patch (merge from sapi/apache). 23 years ago
Edin Kadribasic 692b508957 Merge from sapi/apache (fix for #23504) 23 years ago
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 23 years ago
Stig Bakken 0e6fca4f22 * email address change 23 years ago
foobar 3c9155e0cb Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 23 years ago
Ilia Alshanetsky acc9c13c36 Build Fix. 23 years ago
Ilia Alshanetsky 13f8b211c4 Fixed compilation of Apache & Apache Hooks SAPIs. 23 years ago
Zeev Suraski 3a1a209baf Updates reflecting infrastructure changes 23 years ago