summaryrefslogtreecommitdiff
path: root/main/php_main.h
Commit message (Collapse)AuthorAgeFilesLines
...
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-5/+0
| | | | | can finally have spaces and tabs in their extension statements...)
* Add php_handle_aborted_connection()Sascha Schumann2000-10-291-0/+1
| | | | | Call this from your SAPI module to signal an aborted connection.
* Utility function for sapi modules (it is not in SAPI.c, because itSascha Schumann2000-10-271-0/+1
| | | | | relies on php_base64_encode).
* Move some code to php_handle_special_queries().Sascha Schumann2000-10-261-0/+1
|
* - Update .dsp'sZeev Suraski2000-07-291-0/+2
| | | | | - Make non ZTS Win32 build again
* Rename macros which begin with underscore to valid macros.Sascha Schumann2000-07-031-2/+2
|
* Move main.h to php_main.h.Sascha Schumann2000-06-051-0/+56