summaryrefslogtreecommitdiff
path: root/main/php_main.h
Commit message (Collapse)AuthorAgeFilesLines
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Forgot to commit these.Moriyoshi Koizumi2011-06-201-0/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Provide means for opening file for zend with error supression. Allows us toIlia Alshanetsky2007-01-081-0/+1
| | | | | avoid INI hackery such as the one used in SPL.
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+1
| | | | dependencies and conflicts
* - Fix leaks with registered shutdown functions.foobar2005-01-091-1/+2
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-021-2/+2
|
* linkage for C++Wez Furlong2003-08-181-0/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-2/+0
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed a few compile warnings and one compile error.Ilia Alshanetsky2002-12-101-0/+1
|
* added support functions for the apache_hooks SAPIGeorge Schlossnagle2002-11-181-0/+1
|
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-1/+1
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* made sapi_register_treat_data() to support multibyte input encoding ↵Rui Hirokawa2002-08-021-4/+0
| | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
* reenable php_html_putsSascha Schumann2002-05-121-0/+2
|
* 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