Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -9/+0 | |
| | ||||||
* | switch to the new parameter-parse API | Alexey Zakhlestin | 2008-08-26 | 1 | -53/+43 | |
| | ||||||
* | - Added arginfo | Felipe Pena | 2008-07-16 | 1 | -10/+57 | |
| | ||||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -4/+4 | |
| | ||||||
* | MFH: 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 | |
| | ||||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 | |
| | ||||||
* | use snprintf | Stanislav Malyshev | 2007-02-23 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #40127 (apache2handler doesnt compile on Netware). | Ilia Alshanetsky | 2007-01-14 | 1 | -3/+3 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #39787 (PHP doesn't work with Apache 2.3). | Ilia Alshanetsky | 2006-12-11 | 1 | -0/+4 | |
| | ||||||
* | Added param checks for ap2 fetch respose/request header functions. | Ilia Alshanetsky | 2006-01-03 | 1 | -0/+8 | |
| | ||||||
* | Fixed possible crash in apache_getenv()/apache_setenv() on invalid | Ilia Alshanetsky | 2006-01-02 | 1 | -8/+14 | |
| | | | | | parameters. | |||||
* | MFH: fixed apache_setenv(): at least 2 parameters are required | foobar | 2006-01-02 | 1 | -1/+1 | |
| | ||||||
* | Added safety checks | Ilia Alshanetsky | 2006-01-01 | 1 | -4/+2 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed regression #31645 - only flush before running the subrequest. | Joe Orton | 2005-01-24 | 1 | -4/+4 | |
| | ||||||
* | Fixed bug #30446 - virtual() includes files out of sequence, | Joe Orton | 2005-01-11 | 1 | -0/+5 | |
| | | | | | work around 2.0 subrequest/internal redirect issue. | |||||
* | - always convert apr_time_t to time_t using apr_time_sec() to be future-proof. | Joe Orton | 2004-10-23 | 1 | -3/+4 | |
| | | | | | | - print apr_time_t values using APR_TIME_T and apr_snprintf. - remove redundant add_property_long calls. | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | Compiler warning fix (patch by Joe Orton). | Ilia Alshanetsky | 2003-11-11 | 1 | -1/+1 | |
| | ||||||
* | Use the proper way to get the max requests per child. | foobar | 2003-07-10 | 1 | -6/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | - Fix typo | Derick Rethans | 2003-05-26 | 1 | -1/+1 | |
| | ||||||
* | Added missing initialization, which causes AP2 to crash on startup in ZTS. | Ilia Alshanetsky | 2003-03-25 | 1 | -0/+3 | |
| | ||||||
* | MFB and more. Fixed various win32 compilation issues. Also the sapi | Edin Kadribasic | 2003-03-25 | 1 | -3/+7 | |
| | | | | | is now built as php4apach2.dll since the filter is being obsoleted. | |||||
* | 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. | |||||
* | - This is not supposed to be 'pretty' name. (ref. bug #22853) | foobar | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | OnUpdateInt -> OnUpdateLong. | Ilia Alshanetsky | 2003-03-07 | 1 | -3/+3 | |
| | ||||||
* | CS Fixes. | Ilia Alshanetsky | 2003-03-07 | 1 | -10/+115 | |
| | | | | | | | Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified. | |||||
* | Clean up apache2handler SAPI. | Justin Erenkrantz | 2003-02-20 | 1 | -26/+16 | |
| | | | | | | | | | | Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP | |||||
* | initial checkin of the apache2 SAPI using a handler instead of filters. | Ian Holsman | 2003-02-11 | 1 | -0/+414 | |
TBD: src highlighting better post handling |