Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - kill unused var | Pierre Joye | 2009-06-17 | 1 | -2/+0 | |
| | ||||||
* | - #47318, UMR when trying to activate user config | Pierre Joye | 2009-06-17 | 1 | -9/+40 | |
| | ||||||
* | MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME ↵ | David Soria Parra | 2009-06-09 | 1 | -2/+2 | |
| | | | | | | | for non apache). The fix was provided by Sriram Natarajan. | |||||
* | MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c) | Jani Taskinen | 2009-06-04 | 1 | -1/+4 | |
| | ||||||
* | MFH: CS + WS changes | Jani Taskinen | 2009-06-04 | 1 | -76/+91 | |
| | ||||||
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -1/+2 | |
| | ||||||
* | MFH | Arnaud Le Blanc | 2009-04-24 | 4 | -15/+15 | |
| | ||||||
* | MFH: Fix #47149. Remove check for script_filename = path_translated, as this ↵ | David Soria Parra | 2009-01-19 | 1 | -2/+1 | |
| | | | | the actual value that we get from apache. | |||||
* | Disable dl() in CGI and FastCGI modes | Dmitry Stogov | 2009-01-11 | 1 | -1/+3 | |
| | ||||||
* | MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). | David Soria Parra | 2009-01-09 | 1 | -1/+3 | |
| | ||||||
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -0/+12 | |
| | | | | | | | - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) [DOC] | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -5/+5 | |
| | ||||||
* | - WS | Pierre Joye | 2008-12-11 | 1 | -54/+54 | |
| | ||||||
* | - ws | Pierre Joye | 2008-12-11 | 1 | -28/+28 | |
| | ||||||
* | MFH: Fixed bug #46782 (fastcgi.c parse error) | Matt Wilmas | 2008-12-07 | 1 | -6/+6 | |
| | ||||||
* | Fixed bug #46366 (bad cwd with / as pathinfo) | Dmitry Stogov | 2008-11-28 | 1 | -0/+3 | |
| | ||||||
* | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -0/+165 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | [DOC] proto void header_remove([string header_name]) Removes an HTTP header previously set using header() The header_name parameter is optionnal, all headers are removed if it is not set [SAPIs] The header_handler callback in sapi_module_struct has been changed, it now take a new argument. When it is set to SAPI_HEADER_DELETE, sapi_header->header is the name of an header, header_handler has to delete it. When it is set to SAPI_HEADER_DELETE_ALL, header_handler has to delete all headers. When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE, sapi_header->header is in the form "Name: value", header_handler has to add or replace the given header. In all cases, header_handler must not free sapi_header or sapi_header->header. SAPI_HEADER_ADD must be returned if the header has been added or replaced, or 0 in other cases. | |||||
* | Fix for bug #46525 | Rasmus Lerdorf | 2008-11-08 | 1 | -0/+1 | |
| | ||||||
* | MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) | Arnaud Le Blanc | 2008-10-21 | 3 | -18/+75 | |
| | ||||||
* | Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304 response | Ilia Alshanetsky | 2008-10-17 | 1 | -0/+9 | |
| | | | | | code, in cgi sapi) | |||||
* | Fixed bug #45860 (header() function fails to correctly replace all Status lines) | Dmitry Stogov | 2008-09-02 | 2 | -2/+66 | |
| | ||||||
* | Remove stray folding tag here | Rasmus Lerdorf | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #45786 (FastCGI process exited unexpectedly) | Dmitry Stogov | 2008-08-26 | 3 | -8/+12 | |
| | ||||||
* | Fix for bug #45786 (FastCGI process exited unexpectedly) | Dmitry Stogov | 2008-08-18 | 3 | -16/+19 | |
| | ||||||
* | Fixed double call to MSHUTDOWN in case of `php-cgi -m` | Dmitry Stogov | 2008-08-15 | 1 | -0/+1 | |
| | ||||||
* | fix tests | Jani Taskinen | 2008-08-14 | 4 | -6/+3 | |
| | ||||||
* | MFH | Jani Taskinen | 2008-08-13 | 1 | -11/+0 | |
| | ||||||
* | Removed shebang line check from CGI sapi (it is checked by scanner) | Dmitry Stogov | 2008-08-04 | 1 | -57/+25 | |
| | ||||||
* | Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)) | Dmitry Stogov | 2008-07-15 | 1 | -9/+36 | |
| | ||||||
* | Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown ↵ | Dmitry Stogov | 2008-07-15 | 2 | -19/+53 | |
| | | | | before shutdown) (basant dot kukreja at sun dot com) | |||||
* | Fixed possible buffer overflow | Dmitry Stogov | 2008-06-23 | 1 | -3/+7 | |
| | ||||||
* | Optimized request startup sequence for php.ini without per dir and per host ↵ | Dmitry Stogov | 2008-04-15 | 1 | -30/+35 | |
| | | | | configurations | |||||
* | Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) | Dmitry Stogov | 2008-04-09 | 1 | -1/+1 | |
| | ||||||
* | - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) | Dmitry Stogov | 2008-04-03 | 1 | -1/+4 | |
| | | | | | | - Fixed sending of uninitialized paddings which may contain some information. (Andrey Nigmatulin) | |||||
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 | |
| | ||||||
* | Implemented concept of "delayed early binding" that allows opcode caches to ↵ | Dmitry Stogov | 2008-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | perform class declaration (early and/or run-time binding) in exactly the same order as vanila php. The following pseudo-code explains how it should be used in opcode cache. function cache_compile_file($filename) { if (!is_cached($filename)) { ... orig_compiler_options = CG(compiler_optins); CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES | ZEND_COMPILE_DELAYED_BINDING; $op_array = orig_compile_file($filename); CG(compiler_options) = orig_copiler_options; ... } else { $op_array = restore_from_cache($filename); } zend_do_delayed_early_binding($op_array); } | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 2 | -5/+5 | |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | |||||
* | MFB: Fixed security issue detailed in CVE-2008-0599 | Ilia Alshanetsky | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | optimization | Dmitry Stogov | 2008-02-15 | 2 | -10/+22 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -5/+5 | |
| | ||||||
* | The -f option is fixed to work in the same way as in CLI sapi | Dmitry Stogov | 2007-12-03 | 1 | -11/+21 | |
| | ||||||
* | MFH:- Added support for [HOST=www.example.com] special sections | Jani Taskinen | 2007-11-09 | 1 | -3/+7 | |
| | | | | | MFH:- Allowed using full path to load modules using "extension" directive | |||||
* | fix tests | Antony Dovgal | 2007-11-01 | 2 | -2/+2 | |
| | ||||||
* | Fixed bug #42848 (Status: header incorrect under FastCGI) | Dmitry Stogov | 2007-11-01 | 1 | -3/+74 | |
| | ||||||
* | Added check for HAVE_GETTIMEOFDAY | Dmitry Stogov | 2007-10-26 | 1 | -0/+14 | |
| | ||||||
* | MFH: ws | Jani Taskinen | 2007-10-25 | 1 | -2/+2 | |
| | ||||||
* | Added CGI SAPI -T option, to measure execution time of script repeated ↵ | Dmitry Stogov | 2007-10-25 | 1 | -2/+37 | |
| | | | | several times. | |||||
* | MFH: fix win build | Rob Richards | 2007-10-05 | 1 | -1/+1 | |
| | ||||||
* | MFH:- Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 5 | -208/+5 | |
| | | | | | | | | | | MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD. | |||||
* | MFH: | Jani Taskinen | 2007-09-28 | 1 | -4/+112 | |
| | | | | | | | | | | | | | | | | | | | | - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters) |