Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-01-01 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.4: Bug #43177: If an eval() has a parse error, the overall exit status and return code should not be affected. fix NEWS Conflicts: main/main.c | ||||
| * | Bug #43177: If an eval() has a parse error, the overall exit status and ↵ | Stanislav Malyshev | 2013-01-01 | 1 | -1/+7 |
| | | | | | | | | | | | | | | return code should not be affected. Without this fix, a webpage using eval() may return code 500. That might display fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems. | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -2/+2 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -2/+2 |
| | | |||||
* | | . The VM stacks for passing function arguments and syntaticaly nested calls ↵ | Dmitry Stogov | 2012-11-30 | 1 | -2/+2 |
|/ | | | | | | were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster. | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-06 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) Conflicts: NEWS Zend/zend_object_handlers.c | ||||
| * | - Fixed bug #61767 (Shutdown functions not called in certain error situation) | Dmitry Stogov | 2012-09-06 | 1 | -0/+23 |
| | | | | | | | | - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 |
| | | |||||
| * | Use snprintf and strncat to make the static analyzers happy | Pierrick Charron | 2011-08-08 | 1 | -3/+3 |
| | | |||||
| * | Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off) | Dmitry Stogov | 2011-08-02 | 1 | -0/+41 |
| | | |||||
| * | - Fixed bug #55007 (compiler fail after previous fail) | Felipe Pena | 2011-06-07 | 1 | -0/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -2/+2 |
| | | |||||
* | | Fixed bug #62328 (implementing __toString and a cast to string fails) | Xinchen Hui | 2012-08-12 | 1 | -6/+3 |
| | | | | | | | | __toString should has a high priority | ||||
* | | Fixed bug #62661 (Interactive php-cli crashes if include() is used in ↵ | Xinchen Hui | 2012-07-26 | 1 | -0/+12 |
| | | | | | | | | auto_prepend_file) | ||||
* | | Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config) | Xinchen Hui | 2012-05-03 | 1 | -1/+8 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -2/+2 |
| | | |||||
* | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug #55578 (Segfault on implode/concat) | Dmitry Stogov | 2011-09-14 | 1 | -2/+11 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -10/+10 |
| | | |||||
* | | Use snprintf and strncat to make the static analyzers happy | Pierrick Charron | 2011-08-08 | 1 | -3/+3 |
| | | |||||
* | | Use snprintf here instead to make the static analyzers happy. | Rasmus Lerdorf | 2011-08-07 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off) | Dmitry Stogov | 2011-08-02 | 1 | -0/+41 |
| | | |||||
* | | Zend Signal Handling | Ilia Alshanetsky | 2011-06-22 | 1 | -0/+8 |
| | | |||||
* | | - Fixed bug #55007 (compiler fail after previous fail) | Felipe Pena | 2011-06-07 | 1 | -0/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -2/+2 |
| | | |||||
* | | initialize script_encoding_list (reported by Gustavo Lopes) | Antony Dovgal | 2010-12-27 | 1 | -0/+1 |
| | | |||||
* | | * Refactor zend_multibyte facility. | Moriyoshi Koizumi | 2010-12-19 | 1 | -1/+18 |
| | | | | | | | | | | Now mbstring.script_encoding is superseded by zend.script_encoding. | ||||
* | | Added multibyte suppport by default. Previosly php had to be compiled with ↵ | Dmitry Stogov | 2010-11-24 | 1 | -2/+1 |
| | | | | | | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini | ||||
* | | - Fixed EG(saved_fpu_cw) initialization | Felipe Pena | 2010-09-22 | 1 | -1/+3 |
| | | |||||
* | | - Added EG(saved_fpu_cw_ptr) initialization | Felipe Pena | 2010-07-10 | 1 | -0/+1 |
| | | |||||
* | | - use interned strings for auto globals | Dmitry Stogov | 2010-07-08 | 1 | -2/+16 |
| | | | | | | | | | | - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches) | ||||
* | | eliminated unnecessary iterations during request startup/shutdown | Dmitry Stogov | 2010-07-06 | 1 | -33/+1 |
| | | |||||
* | | Fixed ZTS build | Dmitry Stogov | 2010-05-24 | 1 | -4/+4 |
| | | |||||
* | | - Removed allow_call_time_pass_reference (Pierrick) | Felipe Pena | 2010-04-26 | 1 | -4/+0 |
| | | |||||
* | | Remove unused variable | David Soria Parra | 2010-04-25 | 1 | -1/+0 |
| | | |||||
* | | Add DTrace probes | David Soria Parra | 2010-04-24 | 1 | -1/+19 |
| | | |||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -0/+3 |
| | | | | | | | | time are allocated in a single copy and never changed. | ||||
* | | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -9/+9 |
|/ | | | | from opcode operands into a separate literal table | ||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #49142 (crash when exception thrown from __tostring()) | David Soria Parra | 2009-10-27 | 1 | -3/+9 |
| | |||||
* | Tweak to make this compile with gcc2 | Rasmus Lerdorf | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed module loading order and made request shutdown functions also to | Jani Taskinen | 2009-05-13 | 1 | -1/+1 |
| | | | | | be loaded in reverse like all other shutdowns are. | ||||
* | Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes) | Dmitry Stogov | 2009-03-26 | 1 | -3/+3 |
| | |||||
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -0/+1 |
| | |||||
* | Fixed zend_print_zval_r_ex() to use the write callback function | Dmitry Stogov | 2009-02-18 | 1 | -24/+30 |
| | |||||
* | - MFH Catch exceptions in cli -a | Marcus Boerger | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | - Sync with HEAD, no ability to not start builtin functions | Marcus Boerger | 2008-12-31 | 1 | -4/+2 |
| | |||||
* | - MFH Move stdClass registering where it should be | Marcus Boerger | 2008-12-31 | 1 | -15/+0 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | - MFH Provide a core module that contains all Zend and php/main (in 5.3 ↵ | Marcus Boerger | 2008-12-30 | 1 | -4/+5 |
| | | | | incl. stdClass) |