summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - run ext sources through conv_protoSascha Schumann1999-05-211-60/+60
| | | | | - add necessary phpext_*_ptr
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * 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
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-3/+3
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Move path_info to the SAPI structureZeev Suraski1999-05-021-2/+2
|
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-2/+2
| | | | | - Some work on moving stuff to SAPI.
* * Get the Apache module to compile againZeev Suraski1999-04-261-3/+12
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-64/+9
| | | | and files
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-211-0/+3062