Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Forgot to commit these. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Provide means for opening file for zend with error supression. Allows us to | Ilia Alshanetsky | 2007-01-08 | 1 | -0/+1 |
| | | | | | avoid INI hackery such as the one used in SPL. | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+1 |
| | | | | dependencies and conflicts | ||||
* | - Fix leaks with registered shutdown functions. | foobar | 2005-01-09 | 1 | -1/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 1 | -2/+2 |
| | |||||
* | linkage for C++ | Wez Furlong | 2003-08-18 | 1 | -0/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -2/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed a few compile warnings and one compile error. | Ilia Alshanetsky | 2002-12-10 | 1 | -0/+1 |
| | |||||
* | added support functions for the apache_hooks SAPI | George Schlossnagle | 2002-11-18 | 1 | -0/+1 |
| | |||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -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 Hirokawa | 2002-08-02 | 1 | -4/+0 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | reenable php_html_puts | Sascha Schumann | 2002-05-12 | 1 | -0/+2 |
| | |||||
* | Centralize html_puts() logic - php_html_puts() remains as an API wrapper | Zeev Suraski | 2002-05-11 | 1 | -2/+0 |
| | |||||
* | Supply php_html_puts which escapes a whole string.. now fully works in ZTS | Sascha Schumann | 2002-03-04 | 1 | -0/+2 |
| | | | | | mode, too. | ||||
* | - Hopefully fix the shutdown_memory_manager() stuff. Part of my previous | Andi Gutmans | 2002-02-26 | 1 | -1/+1 |
| | | | | | - patch seems to have gotten lost | ||||
* | - Pass shutdown_memory_manager the TSRMLS context. | Andi Gutmans | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+5 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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 code | Zeev Suraski | 2001-07-24 | 1 | -2/+0 |
| | |||||
* | renamed jstring to mbstring. | Rui Hirokawa | 2001-05-01 | 1 | -2/+2 |
| | |||||
* | added japanse http input (POST/GET/Cookie) handler. It is nessceary to add ↵ | Rui Hirokawa | 2001-04-30 | 1 | -0/+4 |
| | | | | input encoding conversion functionality for ext/jstring. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Return the exit status from php_execute_script() | Sascha Schumann | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | - Complete the move to the new INI parser. (Side effect: at last, people | Zeev Suraski | 2000-10-30 | 1 | -5/+0 |
| | | | | | can finally have spaces and tabs in their extension statements...) | ||||
* | Add php_handle_aborted_connection() | Sascha Schumann | 2000-10-29 | 1 | -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 it | Sascha Schumann | 2000-10-27 | 1 | -0/+1 |
| | | | | | relies on php_base64_encode). | ||||
* | Move some code to php_handle_special_queries(). | Sascha Schumann | 2000-10-26 | 1 | -0/+1 |
| | |||||
* | - Update .dsp's | Zeev Suraski | 2000-07-29 | 1 | -0/+2 |
| | | | | | - Make non ZTS Win32 build again | ||||
* | Rename macros which begin with underscore to valid macros. | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -0/+56 |