Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed sapi/apache | Anatol Belski | 2015-02-10 | 1 | -70/+0 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
| * | Revert "Removing ext/ereg and dependencies" | Dmitry Stogov | 2014-09-11 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68. | ||||
| * | Removing ext/ereg and dependencies | Tjerk Meesters | 2014-09-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only) | ||||
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH:- Moved the old regex functions to own extension: ereg | Jani Taskinen | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | 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. | ||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Added missing headers and $Id$ tags. | foobar | 2003-02-23 | 1 | -0/+22 |
| | |||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -1/+0 |
| | |||||
* | zlib.h being included before ssl.h needs to be handled here too | Rasmus Lerdorf | 2002-10-08 | 1 | -0/+7 |
| | |||||
* | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -0/+4 |
| | |||||
* | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 1 | -21/+31 |
| | | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now. | ||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -0/+24 |
Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library |