summaryrefslogtreecommitdiff
path: root/genif.sh
Commit message (Collapse)AuthorAgeFilesLines
* - run ext sources through conv_protoSascha Schumann1999-05-211-3/+3
| | | | | - add necessary phpext_*_ptr
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-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 onceSascha Schumann1999-05-081-10/+10
|
* this is faster than parsing the file line by lineSascha Schumann1999-05-081-22/+22
|
* -fixed configure.in.in to use genif.sh instead of genif.plAndrey Hristov1999-05-081-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 onSascha Schumann1999-05-061-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...