summaryrefslogtreecommitdiff
path: root/main/php_main.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Centralize html_puts() logic - php_html_puts() remains as an API wrapperZeev Suraski2002-05-111-2/+0
|
* Supply php_html_puts which escapes a whole string.. now fully works in ZTSSascha Schumann2002-03-041-0/+2
| | | | | mode, too.
* - Hopefully fix the shutdown_memory_manager() stuff. Part of my previousAndi Gutmans2002-02-261-1/+1
| | | | | - patch seems to have gotten lost
* - Pass shutdown_memory_manager the TSRMLS context.Andi Gutmans2002-02-261-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-2/+0
|
* renamed jstring to mbstring.Rui Hirokawa2001-05-011-2/+2
|
* added japanse http input (POST/GET/Cookie) handler. It is nessceary to add ↵Rui Hirokawa2001-04-301-0/+4
| | | | input encoding conversion functionality for ext/jstring.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Return the exit status from php_execute_script()Sascha Schumann2000-11-221-1/+1
|
* - 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