| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :) | Uwe Schindler | 2008-06-22 | 1 | -11/+17 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | replace strncpy with strlcpy | Uwe Schindler | 2004-06-26 | 1 | -5/+3 |
| | | |||||
| * | Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM | Uwe Schindler | 2004-06-23 | 1 | -17/+10 |
| | | | | | | Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables | ||||
| * | Fix bug #28878: php.ini values in php5_execute | Uwe Schindler | 2004-06-22 | 1 | -1/+1 |
| | | |||||
| * | Security fix: Put '\0' string termination before loop | Uwe Schindler | 2004-05-03 | 1 | -1/+1 |
| | | |||||
| * | hint to raise stacksize (bug #27231) | Uwe Schindler | 2004-03-18 | 1 | -0/+4 |
| | | |||||
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -28/+28 |
| | | |||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | glob-ify lib checks; this simplifies writing of config.w32 files a little. | Wez Furlong | 2004-01-07 | 1 | -2/+1 |
| | | |||||
| * | More things for the new build system. | Wez Furlong | 2003-12-19 | 1 | -13/+7 |
| | | | | | | Pi3Web and aolserver build untested (no headers and libs for those here) | ||||
| * | remove revision tag from module version entry | Uwe Schindler | 2003-12-12 | 1 | -2/+2 |
| | | |||||
| * | use /Ox flag for release build (all optimizations on). | Wez Furlong | 2003-12-05 | 1 | -13/+11 |
| | | | | | | | | | | | If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to search for the "same" library using a ; separated list of alternatives. Tweak nsapi config and remove redundant or unused flags. Add ZTS checks for both isapi and nsapi configs. | ||||
| * | First version... Wez: can you check this... | Uwe Schindler | 2003-12-05 | 1 | -0/+28 |
| | | |||||
| * | fix header handler | Uwe Schindler | 2003-10-31 | 1 | -7/+6 |
| | | |||||
| * | Send correct default content type from php.ini not static text/html ↵ | Uwe Schindler | 2003-10-31 | 1 | -1/+4 |
| | | | | | (important for other charsets than iso-8859-1) | ||||
| * | new SunONE server | Uwe Schindler | 2003-10-17 | 1 | -2/+2 |
| | | |||||
| * | Give user the chance to support nsapi_virtual() in newer servers by adding ↵ | Uwe Schindler | 2003-08-04 | 2 | -8/+68 |
| | | | | | parameter server_lib to php5_init (windows only) | ||||
| * | Removed the unnecessary check of array_init() return value. | Andrey Hristov | 2003-08-01 | 1 | -6/+2 |
| | | |||||
| * | put $ID:...$ in readme | Uwe Schindler | 2003-07-24 | 1 | -1/+1 |
| | | |||||
| * | Possibility to use php5_execute to display server error pages or directory ↵ | Uwe Schindler | 2003-07-24 | 2 | -31/+128 |
| | | | | | listing pages | ||||
| * | some code cleanups | Uwe Schindler | 2003-07-21 | 1 | -10/+16 |
| | | |||||
| * | safe mode fix | Uwe Schindler | 2003-07-15 | 1 | -2/+2 |
| | | |||||
| * | Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future | Uwe Schindler | 2003-07-15 | 1 | -7/+8 |
| | | |||||
| * | rename functions to php5_* | Uwe Schindler | 2003-07-02 | 2 | -25/+25 |
| | | |||||
| * | prevent user from making nested PHP requests using virtual() | Uwe Schindler | 2003-07-02 | 1 | -1/+11 |
| | | |||||
| * | Fixed ZTS build | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | | |||||
| * | No need for this in the HEAD branch | Edin Kadribasic | 2003-06-15 | 1 | -5/+0 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | Messages for newer servers. | Uwe Schindler | 2003-06-01 | 1 | -5/+5 |
| | | |||||
| * | Update of README for newer servers; apache-similar functions ↵ | Uwe Schindler | 2003-06-01 | 2 | -27/+96 |
| | | | | | nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode. | ||||
