Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | - Improved initialization | Felipe Pena | 2010-06-27 | 1 | -1/+2 | |
| | | ||||||
* | | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -0/+2 | |
| | | ||||||
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | |||||
* | | - Improved CLI Interactive readline shell (Johannes) | Johannes Schlüter | 2010-05-20 | 1 | -3/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . Added cli.pager ini setting to set a pager for output. . Added cli.prompt ini settingto configure the shell prompt. . Added shortcut #inisetting=value to change ini settings at run-time. . Don't terminate shell on fatal errors. A pager can be a an shell command which will receive the command output on its STDIN channel php > #cli.pager=less php > phpinfo(); (output will appear in the pager) php > #cli.pager=grep -i readline php > phpcredits(); Readline => Thies C. Arntzen php > #cli.pager= (output appears again direct on the terminal) A prompt can contain a few escape sequences like php > #cli.prompt=\e[032m\v \e[031m\b \e[34m\> \e[0m 5.3.99-dev php > //Colorful prompt with version number A prompt can also contaian PHP code in backticks php > #cli.prompt=`echo gethostname();` \b \> guybrush php > | |||||
* | | Add ReflectionZendExtension class and --rz option to CLI | Johannes Schlüter | 2010-03-30 | 1 | -6/+18 | |
|/ | ||||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -4/+4 | |
| | ||||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -4/+4 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -2/+2 | |
| | ||||||
* | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 1 | -1/+3 | |
| | | | | | (patch by tcallawa at redhat dot com) | |||||
* | - 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 | |
| | ||||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 | |
| | ||||||
* | MFH: Inglés gramática | Hannes Magnusson | 2009-04-09 | 1 | -2/+2 | |
| | ||||||
* | MFH: Fixed bug#47427 (-s outputs, not displays) | Hannes Magnusson | 2009-04-09 | 1 | -2/+2 | |
| | ||||||
* | - 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: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -2/+2 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | - 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); } | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -1/+4 | |
| | | | | | | | | | 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 | |||||
* | - Small improvements, no malloc needed for the zval | Marcus Boerger | 2008-02-03 | 1 | -9/+5 | |
| | ||||||
* | Fixed bug #43968 (Extending internal class causes a crash) | Dmitry Stogov | 2008-01-29 | 1 | -5/+5 | |
| | | | | | The fix is a workaround for GCC optizer bug. | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -2/+2 | |
| | ||||||
* | MFH:- Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 1 | -3/+3 | |
| | | | | | | | | | | 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. | |||||
* | remove unneeded variables | Stanislav Malyshev | 2007-08-08 | 1 | -12/+1 | |
| | ||||||
* | fix folding | Antony Dovgal | 2007-06-04 | 1 | -23/+36 | |
| | ||||||
* | - MFH: Fix build without reflection | Johannes Schlüter | 2007-05-06 | 1 | -2/+0 | |
| | ||||||
* | - MFH --ri does not require ext/Reflection | Marcus Boerger | 2007-05-05 | 1 | -9/+29 | |
| | | | | | - MFH --ini to show ini files being used | |||||
* | MFH: php --ri main | Hannes Magnusson | 2007-04-25 | 1 | -2/+6 | |
| | ||||||
* | - Fix a possible leak when multiple -c parameters are used | foobar | 2007-04-17 | 1 | -1/+4 | |
| | ||||||
* | MFH | Antony Dovgal | 2007-02-22 | 1 | -7/+7 | |
| | ||||||
* | MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks | Antony Dovgal | 2007-02-21 | 1 | -0/+6 | |
| | ||||||
* | MFH: make use of startup hooks | Antony Dovgal | 2007-02-20 | 1 | -1/+1 | |
| | ||||||
* | - MFH php --ri <extension> | Marcus Boerger | 2007-02-08 | 1 | -10/+33 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -2/+2 | |
| | ||||||
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+6 | |
| | ||||||
* | Restore support for unquoted -d options | Ilia Alshanetsky | 2006-09-22 | 1 | -6/+20 | |
| |