Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection | Uwe Schindler | 2011-08-18 | 1 | -1/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #52162 (custom request header variables with numbers are removed) | Sriram Natarajan | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix bug #50140: With default compilation option, php symbols are unresolved ↵ | Uwe Schindler | 2009-11-17 | 1 | -0/+6 |
| | | | | for nsapi | ||||
* | As I am working on it, further improvement for bug #50087 | Uwe Schindler | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | Fix bug #50087: NSAPI performance improvements | Uwe Schindler | 2009-11-12 | 1 | -38/+24 |
| | |||||
* | MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX | Uwe Schindler | 2009-08-03 | 1 | -0/+7 |
| | |||||
* | MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown(). | Uwe Schindler | 2009-03-23 | 1 | -0/+6 |
| | |||||
* | - disable it when ZTS is disabled | Pierre Joye | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | revert last commit, sizeof does not work in preprocessor :( | Uwe Schindler | 2009-01-11 | 1 | -7/+0 |
| | |||||
* | MFH: add sanity check for time_t size of win32 | Uwe Schindler | 2009-01-11 | 1 | -1/+8 |
| | |||||
* | MFH: the #ifdef was never working. If Sun extends its NSAPI to support ↵ | Uwe Schindler | 2009-01-06 | 1 | -8/+0 |
| | | | | subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | remove unneeded includes (not needed since NSAPI 3.0, wich is very old). ↵ | Uwe Schindler | 2008-12-01 | 1 | -6/+0 |
| | | | | This is needed for cleanup of the windows build. | ||||
* | MFH: support stat cache of webserver (like apache does) | Uwe Schindler | 2008-11-29 | 1 | -1/+8 |
| | |||||
* | MFH: Some nsapi.h specific ifdefs unified & corrected | Uwe Schindler | 2008-11-29 | 1 | -4/+2 |
| | |||||
* | MFH: remove one stat call and replace by cached one | Uwe Schindler | 2008-11-29 | 1 | -6/+3 |
| | |||||
* | MFH: | Uwe Schindler | 2008-11-29 | 1 | -29/+94 |
| | | | | | | - Implement the changes needed for http://news.php.net/php.cvs/54228 - Additionally implement flushing in NSAPI and fix some small things | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -3/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+3 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -3/+0 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-16 | 1 | -7/+23 |
| | |||||
* | MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) | Uwe Schindler | 2008-06-22 | 1 | -11/+17 |
| | |||||
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
| | |||||
* | Fix typo (#44381) | Felipe Pena | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -14/+8 |
| | | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;) | ||||
* | MFH: Fix crash on server startup when log message is printed | Uwe Schindler | 2007-04-27 | 1 | -1/+5 |
| | |||||
* | remove (large) static buffers for header names and request uri | Uwe Schindler | 2007-03-06 | 1 | -19/+27 |
| | |||||
* | use slprintf instead of snprintf and remove 0termination things (because ↵ | Uwe Schindler | 2007-03-06 | 1 | -14/+10 |
| | | | | slprintf is always available now) | ||||
* | snprintf patch | Uwe Schindler | 2007-03-05 | 1 | -2/+2 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: update readme | Uwe Schindler | 2006-10-27 | 1 | -6/+6 |
| | |||||
* | Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does ↵ | Uwe Schindler | 2006-10-27 | 1 | -11/+11 |
| | | | | not break mainstream sapis!!!) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) | Dmitry Stogov | 2005-07-04 | 1 | -1/+1 |
| | |||||
* | Add sapi.get_request_time() to NSAPI | Uwe Schindler | 2005-04-03 | 1 | -1/+6 |
| | |||||
* | Add the new request_time sapi struct entry to all the sapis. Some of these | Rasmus Lerdorf | 2004-12-20 | 1 | -0/+1 |
| | | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable. | ||||
* | changed order of processing of ini entries | Uwe Schindler | 2004-09-20 | 1 | -2/+2 |
| | |||||
* | Fixed bug #29805 (HTTP Authentication Issues) | Uwe Schindler | 2004-09-15 | 1 | -0/+2 |
| |