php-src/ext/ereg
Zeev Suraski 6d0ab6166c SAPIfication, Episode VI: Return of the SAPI
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
2000-02-10 19:41:21 +00:00
..
regex Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
ereg.c Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 2000-01-17 17:33:37 +00:00
php_ereg.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
php_regex.h SAPIfication, Episode VI: Return of the SAPI 2000-02-10 19:41:21 +00:00