| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge r293075: Update copyright year in the man file (iliaa) | Johannes Schlüter | 2010-01-27 | 1 | -2/+2 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -4/+4 |
| | | |||||
| * | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+6 |
| | | | | | | (patch by tcallawa at redhat dot com) | ||||
| * | - Sync files | Jani Taskinen | 2009-12-02 | 1 | -4/+7 |
| | | |||||
| * | Fixed test | Ilia Alshanetsky | 2009-09-13 | 1 | -2/+2 |
| | | |||||
| * | - be sure to get all crt dbg errors in stderr | Pierre Joye | 2009-09-02 | 1 | -2/+4 |
| | | |||||
| * | - Fixed bug #48802 (printf() returns incorrect outputted length) | Jani Taskinen | 2009-07-23 | 1 | -1/+1 |
| | | |||||
| * | Improve wording and drop outdated link | Johannes Schlüter | 2009-06-29 | 1 | -6/+1 |
| | | |||||
| * | MFH: It's 2009 | Johannes Schlüter | 2009-06-21 | 1 | -1/+1 |
| | | |||||
| * | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fix skipif | Arnaud Le Blanc | 2009-05-20 | 1 | -1/+1 |
| | | |||||
| * | MFH: Inglés gramática | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| | | |||||
| * | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 2 | -4/+4 |
| | | |||||
| * | - MFH: Fix ZTS build | Felipe Pena | 2009-04-08 | 1 | -5/+5 |
| | | |||||
| * | MFH: Fixed bug #47893 (CLI aborts on non blocking stdout) | Arnaud Le Blanc | 2009-04-07 | 1 | -1/+30 |
| | | |||||
| * | MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -0/+21 |
| | | | | | | opened files. | ||||
| * | - MFH Catch exceptions in cli -a | Marcus Boerger | 2009-01-02 | 1 | -1/+1 |
| | | |||||
| * | 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 Fix test | Marcus Boerger | 2008-12-31 | 1 | -15/+15 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -5/+5 |
| | | |||||
| * | MFH: Fixed endless loop in cli when ignore_user_abort is on | Arnaud Le Blanc | 2008-11-25 | 1 | -3/+2 |
| | | |||||
| * | Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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. | ||||
| * | Open STDIN and php://stdin streams with the relevant | Arnaud Le Blanc | 2008-11-04 | 2 | -0/+61 |
| | | | | | | | wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731 | ||||
| * | MFH: use getenv | Rob Richards | 2008-09-30 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #42318 (problem with nm on AIX, not finding object files) | Dmitry Stogov | 2008-09-01 | 1 | -1/+5 |
| | | |||||
| * | - MFH Fix test | Marcus Boerger | 2008-08-30 | 1 | -0/+10 |
| | | |||||
| * | fix tests | Jani Taskinen | 2008-08-14 | 3 | -8/+5 |
| | | |||||
| * | MFH: nuke unused var | Antony Dovgal | 2008-08-14 | 1 | -2/+0 |
| | | |||||
| * | MFH | Jani Taskinen | 2008-08-13 | 1 | -6/+0 |
| | | |||||
| * | Fixed bug #45779 (regression with shebang lines processing) | Dmitry Stogov | 2008-08-12 | 1 | -17/+0 |
| | | |||||
| * | fix warnings | Antony Dovgal | 2008-07-25 | 1 | -1/+1 |
| | | |||||
| * | MFH: Allow filters to work on INPUT_SERVER in CLI (bug #44779) | Arnaud Le Blanc | 2008-07-24 | 1 | -5/+21 |
| | | |||||
| * | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -4/+0 |
| | | |||||
| * | - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) | Felipe Pena | 2008-07-22 | 1 | -0/+4 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-07-13 | 1 | -4/+9 |
| | | |||||
| * | add test for the shebang thing | Nuno Lopes | 2008-07-06 | 1 | -0/+39 |
| | | |||||
| * | fix test for good consoles (tm) | Nuno Lopes | 2008-07-06 | 1 | -0/+3 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-06-06 | 1 | -18/+43 |
| | | |||||
| * | MFH: fix test | Antony Dovgal | 2008-04-07 | 1 | -1/+7 |
| | | |||||
| * | MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) | Felipe Pena | 2008-03-30 | 1 | -0/+16 |
| | | |||||
| * | - MFH Use sizeof rather than strlen and cleanup | Marcus Boerger | 2008-03-25 | 1 | -11/+10 |
| | | |||||
| * | 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); } | ||||
| * | fix tests (removed duplicated stuff) | Nuno Lopes | 2008-03-17 | 2 | -211/+0 |
| | | |||||
| * | fix test | Antony Dovgal | 2008-03-17 | 1 | -1/+1 |
| | | |||||
| * | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 4 | -13/+226 |
| | | | | | | | | | | 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 | ||||
| * | Fix test (new constant was added in PREG) | Felipe Pena | 2008-03-08 | 1 | -1/+2 |
| | | |||||
| * | - MFH: New tests | Johannes Schlüter | 2008-03-07 | 3 | -0/+95 |
| | | |||||
| * | MFH: New tests | Johannes Schlüter | 2008-03-01 | 2 | -0/+211 |
| | | |||||
| * | MFH | Antony Dovgal | 2008-02-28 | 1 | -306/+47 |
| | | |||||
