summaryrefslogtreecommitdiff
path: root/main/php_main.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
| |
* | Merge branch 'PHP-5.6'Anatol Belski2014-10-291-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output
| * dll export APIs needed by phpdbgAnatol Belski2014-10-291-3/+0
| |
* | catch up with zend_html_putsAnatol Belski2014-10-271-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | 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...)