summaryrefslogtreecommitdiff
path: root/genif.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-2/+4
| | | | | module works now successfully again under Apache and other web servers.
* - add global startup/shutdown handlersSascha Schumann1999-09-031-5/+9
| | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
* - 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...