Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - ws + cs | Jani Taskinen | 2009-12-08 | 1 | -93/+90 |
| | |||||
* | MFB: sprintf -> snprintf (Thanks Marcus for not merging to HEAD..) | Jani Taskinen | 2009-12-08 | 1 | -6/+6 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Improved parameter handling | Ilia Alshanetsky | 2009-01-05 | 1 | -4/+3 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | - MFB: Added arginfo | Felipe Pena | 2008-07-20 | 1 | -11/+60 |
| | |||||
* | use int for length | Antony Dovgal | 2008-07-14 | 1 | -5/+6 |
| | |||||
* | updated to the new parameter-parsing api (port from 5.3) | Alexey Zakhlestin | 2008-06-28 | 1 | -53/+60 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #42579 (apache_reset_timeout() does not exist) | Jani Taskinen | 2007-09-07 | 1 | -2/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | use strlcat() | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
| | |||||
* | - Updated the Apache 1.3 sapi as add_assoc_string's signature has been changed. | Derick Rethans | 2006-09-27 | 1 | -6/+2 |
| | |||||
* | MFB: more int->zend_bool conversions | Nuno Lopes | 2006-09-06 | 1 | -1/+2 |
| | |||||
* | - fix TS issue found by Jani | Michael Wallner | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | - new output control code | Michael Wallner | 2006-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests | ||||
* | MFB: Correctly import external data (#33292) | Edin Kadribasic | 2006-04-26 | 1 | -0/+5 |
| | |||||
* | Nuke safe_mode from sapi/* | Ilia Alshanetsky | 2006-03-07 | 1 | -9/+2 |
| | | | | | # only main/ remains at this point, this is the next step | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 1 | -4/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fix proto | Rasmus Lerdorf | 2004-12-04 | 1 | -1/+1 |
| | |||||
* | Add apache_reset_timeout() function for Apache1. This is needed because | Rasmus Lerdorf | 2004-12-04 | 1 | -0/+15 |
| | | | | | | | | | | | | | Apache1 only resets the write timer, which defaults to 300 seconds, on a successful write. That is, if the client has gone away and Apache attempts a write which fails it will set the conn->aborted flag but not reset the timeout. Assuming the PHP script is running in ignore_user_abort mode we ignore the aborted flag, but we'll still get blown out of the water 300 seconds after the failed write unless we periodically reset the timer. With set_time_limit(0), ignore_user_abort(true) and periodic apache_reset_timeout() calls we can theoretically run forever which is why I disabled this call in safe mode. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Nuke warning | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | Show the runtime version of Apache instead of compile time. | foobar | 2003-09-09 | 1 | -1/+4 |
| | |||||
* | Fixed format bug | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -4/+4 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | ARG_COUNT(ht) -> ZEND_NUM_ARGS(). | Ilia Alshanetsky | 2003-01-21 | 1 | -4/+4 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -6/+2 |
| | |||||
* | - Fix docrefs | Derick Rethans | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | - Fix typo (patch by Joseph Tate) | Derick Rethans | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Make the version code get the version from the current Apache, rather then | Ilia Alshanetsky | 2002-12-27 | 1 | -1/+7 |
| | | | | | the Apache PHP was compiled against. | ||||
* | Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache | Ilia Alshanetsky | 2002-12-27 | 1 | -0/+33 |
| | | | | | | | Hooks sapis. Made the module listing in Apache 2 not show the '.c' portion, to be consistent with Apache 1.X. | ||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -7/+7 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -2/+0 |
| | | | | | instances | ||||
* | fix phpinfo() output for better browser BC | Colin Viebrock | 2002-09-26 | 1 | -1/+1 |
| | |||||
* | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 1 | -1/+1 |
| | | | | | | | | | | It doesn't render as nicely as it used to on older browsers, but it does result in smaller files, and opens the door to using your own CSS to style it differently. There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so Derick has the patch. | ||||
* | Fix proto | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| |