Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin | Marko Karppinen | 2002-07-21 | 1 | -1/+1 |
| | | | | | | link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS. This is a tentative fix for #18450. | ||||
* | Moved the cgi link line to sapi/cgi/config.m4 and stopped | Marko Karppinen | 2002-07-04 | 1 | -0/+10 |
| | | | | | using libtool on Darwin on it | ||||
* | Generate content-type header, if the user did not specify one of its own. | Sascha Schumann | 2002-07-04 | 1 | -0/+10 |
| | | | | | Noticed by: Edin Kadribasic <edink@proventum.net> | ||||
* | Add CRLF after complete HTTP reply header | Sascha Schumann | 2002-07-03 | 1 | -0/+1 |
| | |||||
* | Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module | Sascha Schumann | 2002-07-03 | 1 | -6/+18 |
| | | | | | | | | | | | as per the CGI RFC. The status notation is incompatible with Apache's non-parsed-header mode "nph-*", but that has never worked before anyway. One could make the format string configurable. Noticed by: Sebastian Bergmann | ||||
* | - Revert WS changes | Andi Gutmans | 2002-06-22 | 1 | -2/+0 |
| | |||||
* | - This shouldn't have snuck in. | Andi Gutmans | 2002-06-22 | 1 | -1/+0 |
| | |||||
* | - Stop using persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -6/+20 |
| | |||||
* | Merge from cli. | Edin Kadribasic | 2002-05-26 | 1 | -5/+2 |
| | |||||
* | Added copyright notice to php -v output. | Edin Kadribasic | 2002-05-11 | 1 | -1/+1 |
| | |||||
* | Revert to the old php_ini.c, and reimplement the binary-path searching. | Zeev Suraski | 2002-05-11 | 1 | -0/+2 |
| | | | | | Should now also work under UNIX (CLI/CGI) | ||||
* | - Prefix the first version line with 'PHP' so it's easier to use shell tools to | Markus Fischer | 2002-05-10 | 1 | -1/+1 |
| | | | | | parse the version number (both CLI and CGI). | ||||
* | - This affects both CGI and CLI sapi: | Markus Fischer | 2002-05-10 | 1 | -2/+1 |
| | | | | | | Remove Zend version output from -m switch and move it over to the output of the -v switch (-v is supposed to list version numbers, not -m). | ||||
* | Backed out preceding change. | Preston L. Bannister | 2002-05-09 | 1 | -8/+0 |
| | |||||
* | Detect when running under IIS and default force_redirect to zero. This This ↵ | Preston L. Bannister | 2002-05-09 | 1 | -0/+8 |
| | | | | | | | means an explicit php.ini setting is no longer required. (No extraneous whitespace changes this time :). | ||||
* | Revert the last patches. | foobar | 2002-05-09 | 1 | -739/+731 |
| | |||||
* | Detect when running under IIS and not require explicit setting of ↵ | Preston L. Bannister | 2002-05-09 | 1 | -731/+739 |
| | | | | | | | force_redirect. This means an explicit php.ini setting is no longer required. | ||||
* | Added the current SAPI to the output of php -v | Sander Roobol | 2002-05-09 | 1 | -1/+1 |
| | |||||
* | Fixed some minor typos | Sander Roobol | 2002-05-02 | 1 | -3/+3 |
| | |||||
* | Fix build. | Sebastian Bergmann | 2002-05-02 | 1 | -2/+2 |
| | |||||
* | updated cgi warning notice. | James Cox | 2002-05-02 | 1 | -0/+2 |
| | |||||
* | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -15/+15 |
| | | | | | @ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo) | ||||
* | fix quoting | Wez Furlong | 2002-04-02 | 1 | -1/+1 |
| | |||||
* | just did... | James Cox | 2002-04-02 | 1 | -1/+0 |
| | |||||
* | updated the alert sent to the browser. removed the verbosity, and linked to ↵ | James Cox | 2002-04-02 | 1 | -14/+6 |
| | | | | more info. | ||||
* | add security impersonation feature for running under IIS security | Shane Caraveo | 2002-03-18 | 3 | -9/+171 |
| | |||||
* | fix closing pipes | Shane Caraveo | 2002-03-17 | 1 | -14/+37 |
| | | | | | fix buffer overrun | ||||
* | Fix warning, hope this is okay. | Sebastian Bergmann | 2002-03-11 | 1 | -1/+0 |
| | |||||
* | woohoo, take some credit! | Shane Caraveo | 2002-03-10 | 1 | -0/+2 |
| | |||||
* | children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var. | Shane Caraveo | 2002-03-10 | 1 | -1/+1 |
| | |||||
* | combine fastcgi capability with regular cgi binary | Shane Caraveo | 2002-03-10 | 16 | -13/+8253 |
| | | | | | | | | | include fastcgi library for ease of windows builds NOTE: included fastcgi library is modified for thread safety, but fastcgi support in cgi_main.c is only written for single threaded serving. This does not present any issue for using fastcgi. | ||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -9/+1 |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
* | - Put them back (and do it right) | Derick Rethans | 2002-03-06 | 1 | -0/+6 |
| | |||||
* | - Remove unused variables | Derick Rethans | 2002-03-06 | 1 | -2/+0 |
| | |||||
* | add comment for IIS users | Shane Caraveo | 2002-03-01 | 1 | -14/+15 |
| | | | | | fix some whitespace | ||||
* | This is much better. With FORCE_CGI_REDIRECT turned on by default for ↵ | Shane Caraveo | 2002-03-01 | 1 | -7/+14 |
| | | | | | | | | | | | | | compilation, we can now define this in the ini file. So it can be turned on for apache, turned off for IIS which does not have a redirect issue. Alternately, a different 'REDIRECT_STATUS' environment var can be defined in case some web server out there needs it. new ini vars cgi.force_redirect 0|1 cgi.redirect_status_env ENV_VAR_NAME | ||||
* | fix force redirect crash under multithreaded compile | Shane Caraveo | 2002-03-01 | 1 | -8/+22 |
| | | | | | | | should be discused: fix redirect detection to only work with apache or netscape, where we know they set an environment variable regarding redirect. IIS has no security issue here. Don't know about other windows web servers. | ||||
* | Default name of CGI binary changed to php-cgi. | Edin Kadribasic | 2002-02-28 | 1 | -1/+1 |
| | | | | | | # Please note that this only applies when installing php with # make install. The binary is still built as "php" in top build dir. | ||||
* | - Make the errorcode 255. (Doing docs right away) | Derick Rethans | 2002-02-15 | 1 | -2/+2 |
| | |||||
* | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 1 | -1/+5 |
| | | | | | SAPIs accordingly. (Andrei, Derick) | ||||
* | Remove obsolete CG(extended_info) = 0 calls, we already do this in ↵ | Sebastian Bergmann | 2002-02-02 | 1 | -1/+0 |
| | | | | zend_set_default_compile_time_values(). | ||||
* | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+1 |
| | |||||
* | Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com) | Edin Kadribasic | 2002-01-20 | 1 | -1/+3 |
| | |||||
* | reimplement extension listing | Shane Caraveo | 2002-01-18 | 1 | -2/+7 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | @- Added -w option to the cgi-version. This will remove all comments and | Thies C. Arntzen | 2001-12-08 | 1 | -1/+14 |
| | | | | | @ whitespace from teh script. (Thies) | ||||
* | Added missing cvs ids and unified configure messages. | foobar | 2001-11-30 | 1 | -0/+4 |
| | |||||
* | fixed output problem with output buffering handler. | Rui Hirokawa | 2001-11-11 | 1 | -0/+1 |
| | |||||
* | Convert PATH_TRANSLATED for RISC OS | Alex Waugh | 2001-11-04 | 1 | -0/+9 |
| |