summaryrefslogtreecommitdiff
path: root/main/php_regex.h
Commit message (Collapse)AuthorAgeFilesLines
* typing in the darkRasmus Lerdorf1999-10-301-1/+1
|
* Damn, can't see underscores correctly on this silly terminal I am onRasmus Lerdorf1999-10-301-5/+5
|
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-301-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 warningsRasmus Lerdorf1999-10-291-0/+1
|
* file did not end with a newline, causing problems for Sun's C compilerMike Gerdts1999-08-031-1/+1
|
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-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