Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | zend_alter_ini_entry now with PHP_INI_USER | Uwe Schindler | 2003-05-31 | 1 | -1/+1 | |
| | ||||||
* | Disable virtual() if zlib.output_compression is turned on. Better detection ↵ | Uwe Schindler | 2003-05-30 | 1 | -8/+16 | |
| | | | | of ns-httpdXX.dll | |||||
* | virtual() now works under windows, too | Uwe Schindler | 2003-05-30 | 1 | -11/+28 | |
| | ||||||
* | fix of incomplete windows fix | Uwe Schindler | 2003-05-29 | 1 | -4/+4 | |
| | ||||||
* | Changes for compilation under windows | Uwe Schindler | 2003-05-29 | 1 | -4/+4 | |
| | ||||||
* | Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() ↵ | Uwe Schindler | 2003-05-29 | 1 | -18/+228 | |
| | | | | function to make sub-request on server (thanks to Chris Elving from Sun) | |||||
* | Set exspected threads to tsrm_startup() to number of threads NSAPI returns ↵ | Uwe Schindler | 2003-05-20 | 1 | -2/+9 | |
| | | | | for server | |||||
* | NSAPI SAPI sends now 404 if script not found and 500 if execution failed. ↵ | Uwe Schindler | 2003-05-19 | 1 | -83/+63 | |
| | | | | Includes forgotten php4_close() function registration. Complete rewrite of php4_execute() | |||||
* | Implement feature request #8879: Added possibility to alter ini entries by ↵ | Uwe Schindler | 2003-05-18 | 2 | -4/+42 | |
| | | | | php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory) | |||||
* | PHP_WIN32 included | Uwe Schindler | 2003-03-24 | 1 | -5/+3 | |
| | ||||||
* | Changes for iPlanet Webserver 6 | Uwe Schindler | 2003-03-09 | 1 | -4/+7 | |
| | ||||||
* | *** empty log message *** | Uwe Schindler | 2003-03-02 | 1 | -1/+1 | |
| | ||||||
* | style, ws | foobar | 2003-02-09 | 1 | -102/+106 | |
| | ||||||
* | Some compilers puke on these.. | foobar | 2003-02-09 | 1 | -6/+6 | |
| | ||||||
* | (NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now ↵ | Uwe Schindler | 2003-02-07 | 1 | -57/+101 | |
| | | | | similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disappeared (all by NSAPI allocated strings are freed). | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is. | foobar | 2002-11-26 | 1 | -3/+0 | |
| | ||||||
* | Added a sanity check (hopefuly will fix bug #20109). According to | Ilia Alshanetsky | 2002-10-26 | 1 | -1/+3 | |
| | | | | | | http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539 util_hostname() can return a NULL value. | |||||
* | Possible fix for #19290 | foobar | 2002-09-29 | 1 | -2/+3 | |
| | ||||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -1/+10 | |
| | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | |||||
* | Fix for bug #19290 | Dan Kalowsky | 2002-09-08 | 1 | -1/+3 | |
| | | | | | # Untested |