Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |