Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 3 | -5/+5 |
| | |||||
* | Implemented FR #65917 (getallheaders() is not supported by the built-in...) | Andrea Faulds | 2013-11-12 | 1 | -2/+2 |
| | | | | | | | | | - Implemented apache_request_headers() and getallheaders() alias in CLI server - Implemented apache_response_headers() in CLI server using FastCGI code Conflicts: NEWS UPGRADING | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-10 | 1 | -0/+1 |
|\ | | | | | | | | | * PHP-5.4: Fix #61345: fix install of CGI binary | ||||
| * | Fix #61345: fix install of CGI binary | Michael Heimpold | 2013-08-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CLI was not built but only CGI binary, then a sequence of $ ./buildconf $ ./configure --prefix=/usr/local/phpcgi --disable-cli $ make -j8 $ sudo rm -rf /usr/local/phpcgi $ sudo make install results in the following error: /bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules Installing shared extensions: /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/ Installing PHP CGI binary: /usr/local/phpcgi/bin/ cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory make: *** [install-cgi] Fehler 1 The solution is to create the binary directory before copying the CGI binary as e.g. CLI does. Signed-off-by: Oliver Metz <oliver.metz@gmx.de> [extensive commit message] Signed-off-by: Michael Heimpold <mhei@heimpold.de> | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-07-02 | 3 | -0/+6 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.4: Fixed Bug #65142 Missing phar man page NEWS Fixed Bug #65143 Missing php-cgi man page | ||||
| * | Fixed Bug #65143 Missing php-cgi man page | Remi Collet | 2013-07-02 | 3 | -0/+6 |
| | | | | | | | | | | | | | | Currently php-cgi man page is a simple redirect to php (CLI) man page. Could be splited / improved in the future. | ||||
* | | Added PHP_FCGI_BACKLOG, overrides the default listen backlog | Arnaud Le Blanc | 2013-06-29 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-02-17 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | * PHP-5.4: Added HTTP codes as of RFC 6585 | ||||
| * | Added HTTP codes as of RFC 6585 | Jonh Wendell | 2013-02-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Added descriptions for the new HTTP codes: - 428 Precondition Required - 429 Too Many Requests - 431 Request Header Fields Too Large - 511 Network Authentication Required | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -5/+5 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -5/+5 |
| | | |||||
* | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix test failed | Xinchen Hui | 2012-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fix test (no charset outputed) | ||||
| * | Fix test (no charset outputed) | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fix broken apache_request_headers test | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 |
| | | | | | | | | | | This test depends on the default_charset setting, so set it to UTF-8 for consistent output | ||||
* | | This test depends on the default_charset setting, so set it to | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 |
| | | | | | | | | UTF-8 for consistent output | ||||
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-08 | 2 | -2/+57 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: c++ comments restore BC ws + restore BC to apache_request_headers fix bug #61807 - Buffer Overflow in apache_request_headers | ||||
| * | c++ comments | Stanislav Malyshev | 2012-05-08 | 1 | -4/+4 |
| | | |||||
| * | restore BC | Stanislav Malyshev | 2012-05-08 | 1 | -1/+1 |
| | | |||||
| * | ws + restore BC to apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -7/+7 |
| | | |||||
| * | fix bug #61807 - Buffer Overflow in apache_request_headers | Stanislav Malyshev | 2012-05-08 | 2 | -2/+57 |
| | | |||||
| * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| | | |||||
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
|\ \ | | | | | | | | | | | | | | | | * PHP-5.4: improve fix for CVE-2012-1823 Fix for CVE-2012-1823 | ||||
| * \ | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| |\ \ | | |/ | |/| | | | | | | | | | | * PHP-5.3: improve fix for CVE-2012-1823 Fix for CVE-2012-1823 | ||||
| | * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 |
| | | | |||||
| | * | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-07 | 1 | -1/+14 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | David Soria Parra | 2012-05-05 | 1 | -1/+14 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | By Rasmus Lerdorf * PHP-5.4: Fix for CVE-2012-1823 (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3) Fix for CVE-2012-1823 | ||||
| * | | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-04 | 1 | -1/+14 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net | ||||
| | * | - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename ↵ | Felipe Pena | 2012-04-19 | 1 | -3/+4 |
| | | | | | | | | | | | | set to null) patch by ab@php.net | ||||
| | * | Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| | | | |||||
| | * | Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) | Ondřej Surý | 2012-03-21 | 1 | -2/+4 |
| | | | |||||
| | * | Always restore PG(magic_quote_gpc) on request shutdown | Dmitry Stogov | 2012-02-02 | 1 | -1/+3 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 3 | -5/+5 |
| | | | |||||
| | * | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed possible memory leak | Dmitry Stogov | 2011-08-11 | 1 | -1/+4 |
| | | | |||||
| | * | Added checks for malformated FastCGI requests (Edgar Frank) | Dmitry Stogov | 2011-01-19 | 1 | -4/+15 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 3 | -5/+5 |
| | | | |||||
| | * | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -2/+0 |
| | | | |||||
| | * | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+1 |
| | | | |||||
| | * | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 |
| | | | |||||
| | * | fix micro-memleaks (happened once per process) | Antony Dovgal | 2010-06-08 | 1 | -0/+3 |
| | | | |||||
| | * | - Fix #51688, ini per dir crashes when invalid document root are given | Pierre Joye | 2010-04-30 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #61605 (header_remove() does not remove all headers) Conflicts: NEWS | ||||
| * | | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -0/+34 |
| | | | |||||
| * | | Fixed reinitialization of SAPI callbacks after php_module_startup() | Dmitry Stogov | 2012-02-14 | 1 | -7/+9 |
| | | | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -5/+5 |
| | | | |||||
| * | | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| | | |