Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Removing ext/ereg and dependencies"" | Tjerk Meesters | 2014-09-11 | 1 | -65/+0 |
| | | | | This reverts commit 1981dd9c73ada7ea893b4636b84211f68838ba23. | ||||
* | Revert "Removing ext/ereg and dependencies" | Dmitry Stogov | 2014-09-11 | 1 | -0/+65 |
| | | | | This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68. | ||||
* | Removing ext/ereg and dependencies | Tjerk Meesters | 2014-09-11 | 1 | -65/+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) | ||||
* | 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 | -0/+65 |
| | |||||
* | - Remove ereg/ from PHP_5_2 branch. (not yet wanted here :) | Jani Taskinen | 2007-07-15 | 1 | -65/+0 |
| | |||||
* | 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? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |
| | |||||
* | Protect us from Apache 2.0's pcre-posix stuff | Sascha Schumann | 2000-10-26 | 1 | -0/+3 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Avoid Apache's regex.h, if system regex was chosen | Sascha Schumann | 1999-11-30 | 1 | -0/+10 |
| | |||||
* | Suck in prototypes correctly with applied aliases | Sascha Schumann | 1999-11-13 | 1 | -0/+8 |
| | | | | | (otherwise php_reg* would not be prototyped) | ||||
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -2/+2 |
| | | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache". | ||||
* | typing in the dark | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | Damn, can't see underscores correctly on this silly terminal I am on | Rasmus Lerdorf | 1999-10-30 | 1 | -5/+5 |
| | |||||
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -0/+10 |
| | | | | | | | and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files. | ||||
* | Kill the regex header file warnings | Rasmus Lerdorf | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | file did not end with a newline, causing problems for Sun's C compiler | Mike Gerdts | 1999-08-03 | 1 | -1/+1 |
| | |||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -0/+14 |
* There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h |