Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -3/+3 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -2/+2 |
| | | | | | | | * 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 | ||||
* | get rid of the binary character, execute sed only once | Sascha Schumann | 1999-05-08 | 1 | -10/+10 |
| | |||||
* | this is faster than parsing the file line by line | Sascha Schumann | 1999-05-08 | 1 | -22/+22 |
| | |||||
* | -fixed configure.in.in to use genif.sh instead of genif.pl | Andrey Hristov | 1999-05-08 | 1 | -3/+2 |
| | | | | | | -fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr | ||||
* | Do we really want to depend on Perl? Shell scripts are handy and run on | Sascha Schumann | 1999-05-06 | 1 | -0/+37 |
virtually every Unix box whereas Perl does not. I don't think Perl should be required when actually configuring PHP4. Open to comments... |