Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #33723 (php_value overrides php_admin_value) | Dmitry Stogov | 2005-08-01 | 1 | -3/+3 |
| | |||||
* | MFH: | Brian France | 2005-06-28 | 1 | -0/+4 |
| | | | | | | | | Added a SG(server_context) NULL check to php_apache_getenv. This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet. You will end up with a value of ":/foo", but at least it will not crash. | ||||
* | MFH: fix #29683 (headers_list() returns empty array) | Antony Dovgal | 2005-06-20 | 1 | -3/+1 |
| | |||||
* | MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per | Rasmus Lerdorf | 2005-05-19 | 1 | -4/+10 |
| | | | | | RFC 2616 section 10.3.5 | ||||
* | MFH | foobar | 2005-03-04 | 1 | -27/+31 |
| | |||||
* | - MFH: There is no --with-apache2, only apxs2 | Derick Rethans | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | Possible fix for bug #29764 | Ilia Alshanetsky | 2004-10-06 | 1 | -0/+8 |
| | |||||
* | MFB: typo in config.m4 (potential configuration problem with Stronghold) | Antony Dovgal | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | Security Fix broken! Destroyed Basic auth. Blame: me | Stefan Esser | 2004-07-14 | 1 | -1/+1 |
| | | | | | 4.3.x not affected | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -7/+8 |
| | |||||
* | MFB - see bug #25753 for details | Rasmus Lerdorf | 2004-01-28 | 1 | -0/+3 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 2 | -23/+23 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 4 | -8/+8 |
| | |||||
* | More things for the new build system. | Wez Furlong | 2003-12-19 | 1 | -17/+14 |
| | | | | | Pi3Web and aolserver build untested (no headers and libs for those here) | ||||
* | Fix libxml to use static lib if found. | Wez Furlong | 2003-12-04 | 1 | -1/+1 |
| | | | | | | | Disable apache and isapi by default. Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl. Only include a logo in the resources if we are building an .exe. | ||||
* | Build adjustments. | Wez Furlong | 2003-12-03 | 1 | -4/+5 |
| | |||||
* | some tweaks for Frank | Wez Furlong | 2003-12-03 | 1 | -21/+7 |
| | |||||
* | Fix build if you don't have apache headers and want to disable apache... | Wez Furlong | 2003-12-03 | 1 | -21/+22 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+39 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | regex_t is used by both Apache & mbregex. This little check prevent compile | Ilia Alshanetsky | 2003-09-17 | 1 | -0/+4 |
| | | | | | failure, while php is compiled as dso module & mbstring is enabled. | ||||
* | Nuke warning | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Show the runtime version of Apache instead of compile time. | foobar | 2003-09-09 | 1 | -1/+4 |
| | |||||
* | Fixed format bug | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Fixed win32 build (mod_php4 -> mod_php5) | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 6 | -18/+18 |
| | |||||
* | MFB - fix a couple of missing closing folding tags | Rasmus Lerdorf | 2003-06-03 | 1 | -0/+3 |
| | |||||
* | - Fix the error message if apxs|2 is fubar. | foobar | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | Fixed a syntax highlighter problem that happens when output buffering is turned | Moriyoshi Koizumi | 2003-05-16 | 1 | -5/+4 |
| | | | | | on | ||||
* | Reverting my last patch because user reports it does not help | Edin Kadribasic | 2003-05-09 | 1 | -5/+5 |
| | | | | | solve the problem. (bug #23504) | ||||
* | Fixed MFB side effect | Edin Kadribasic | 2003-05-08 | 1 | -1/+1 |
| | |||||
* | MFB | Edin Kadribasic | 2003-05-08 | 1 | -5/+5 |
| | |||||
* | Merge proper -I parameter for APXS builds | Sascha Schumann | 2003-03-30 | 1 | -1/+5 |
| | |||||
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 9 | -46/+46 |
| | | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache. | ||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 3 | -3/+3 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -4/+4 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | Possible fix for #22259 + part 1/2 for fixing one AIX bug.. | foobar | 2003-02-24 | 1 | -5/+9 |
| | |||||
* | ws fix | George Schlossnagle | 2003-02-24 | 1 | -4/+4 |
| | |||||
* | hopefully a fix for 19919 | George Schlossnagle | 2003-02-24 | 1 | -2/+10 |
| | |||||
* | Added missing headers and $Id$ tags. | foobar | 2003-02-23 | 2 | -0/+41 |
| | |||||
* | - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT) | foobar | 2003-02-23 | 1 | -1/+13 |
| | |||||
* | this tiny change adds the location of apache includes and libraries that | David Viner | 2003-02-21 | 1 | -6/+6 |
| | | | | | | | | | | | are installed when you use the Apache Windows Installer (C:\Program Files\Apache Group\Apache\*). With this patch, a windows developer who has used the Apache Windows Installer should be able to compile the Apache sapi module without any modifications to his/her installed tree. It should have no effect whatsoever on anyone else. --dviner | ||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -1/+0 |
| | |||||
* | Added HAVE_APACHE define. | foobar | 2003-02-13 | 1 | -3/+5 |
| | |||||
* | Fixed the "member fd in BUFF" test for --with-apxs builds | foobar | 2003-02-12 | 1 | -0/+1 |
| | |||||
* | move check to proper place | Sascha Schumann | 2003-02-11 | 1 | -4/+3 |
| | |||||
* | Detect whether BUFFs contain a fd element. IBM is hiding the actual | Sascha Schumann | 2003-02-11 | 2 | -0/+15 |
| | | | | | descriptor behind a void *, so we just disable this for IBM servers |