#
2fe7267d |
| 15-Apr-2007 |
foobar |
MFH: Simplify previous patch.
|
#
a40b6f5c |
| 15-Apr-2007 |
foobar |
- Allow using syntax highlighting under FastCGI mode.
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
52b07d18 |
| 29-Mar-2007 |
Sara Golemon |
Add missing #if check
|
#
4a119f9a |
| 28-Mar-2007 |
Dmitry Stogov |
Improved FastCGI SAPI to support external pipe and socket servers on win32
|
Revision tags: RELEASE_1_0_1 |
|
#
c2a71f8e |
| 09-Mar-2007 |
Dmitry Stogov |
Return HTTP 403 in case of "access denied".
|
Revision tags: php-4.4.6 |
|
#
efad70c2 |
| 27-Feb-2007 |
Ilia Alshanetsky |
snprintf() -> slprintf()
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
Revision tags: php-4.4.6RC1 |
|
#
748b6fde |
| 20-Feb-2007 |
Antony Dovgal |
MFH: make use of startup hooks
|
#
9ae588df |
| 19-Feb-2007 |
Ilia Alshanetsky |
Fixed strlcat() usage. # Thanks Andi
|
#
2a170f05 |
| 19-Feb-2007 |
Dmitry Stogov |
Initialize "retval" on each request
|
#
26214fc1 |
| 18-Feb-2007 |
Ilia Alshanetsky |
Eliminate strcat() usage Fixed handling of argv[] for GET
|
#
780c66d1 |
| 16-Feb-2007 |
Dmitry Stogov |
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
|
#
a79d74b6 |
| 15-Feb-2007 |
Dmitry Stogov |
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
|
Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2 |
|
#
d44cb7fa |
| 29-Jan-2007 |
Dmitry Stogov |
Prevent flush of closed handle on php_module_shutdown()
|
Revision tags: php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
2820e6c1 |
| 28-Dec-2006 |
Antony Dovgal |
MFH
|
Revision tags: php-5.2.1RC1 |
|
#
8619bf83 |
| 15-Nov-2006 |
Dmitry Stogov |
Removed unnecessary getenv/putenv calls
|
#
0916ac47 |
| 15-Nov-2006 |
Dmitry Stogov |
Fixed wrong ext/filter behavior. It didn't register FastCGI environment variables and made memory leaks.
|
#
5caf547a |
| 14-Nov-2006 |
Dmitry Stogov |
cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line.
|
#
c002606a |
| 03-Nov-2006 |
Pierre Joye |
- fix build (var.s is for zstr)
|
#
6123f110 |
| 03-Nov-2006 |
Ilia Alshanetsky |
MFH: Added filter support for $_SERVER in cgi/apache2 sapis Make sure PHP_SELF is filtered in Apache 1 sapi
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
bc81c718 |
| 23-Sep-2006 |
Antony Dovgal |
fix CGI build
|
#
be18d5f3 |
| 22-Sep-2006 |
Ilia Alshanetsky |
Restore support for unquoted -d options
|
#
7d14dad0 |
| 19-Sep-2006 |
Dmitry Stogov |
MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).
|
Revision tags: php-5.2.0RC4, php-5.2.0RC3 |
|
#
f9d9c4a6 |
| 31-Aug-2006 |
Dmitry Stogov |
FastCGI environment variables must not be overriden by system environment variables
|