| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'.php-5.3.0alpha2 | SVN Migration | 2008-12-03 | 139 | -5992/+5857 |
| | | |||||
| * | - MFH: Fixed autoconf 2.13 issues with FP checks. | Christian Seiler | 2008-12-02 | 1 | -124/+69 |
| | | |||||
| * | - MFH: Changed floating point behaviour to consistently use double precision | Christian Seiler | 2008-12-02 | 6 | -1/+580 |
| | | | | | | on all platforms and with all compilers. | ||||
| * | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 11 | -69/+82 |
| | | | | | using array_map) | ||||
| * | - New test | Felipe Pena | 2008-11-26 | 2 | -0/+20 |
| | | |||||
| * | cleanup from ::->\ change | Stanislav Malyshev | 2008-11-26 | 1 | -2/+4 |
| | | |||||
| * | cleanup | Stanislav Malyshev | 2008-11-25 | 1 | -5/+3 |
| | | |||||
| * | - Fixed bug #46665 (Triggering autoload with a variable classname causes ↵ | Felipe Pena | 2008-11-25 | 1 | -6/+7 |
| | | | | | truncated autoload param) | ||||
| * | Added support for namespaces with brackets. (Greg) | Dmitry Stogov | 2008-11-25 | 13 | -23/+261 |
| | | |||||
| * | add object-compatible array modes | Stanislav Malyshev | 2008-11-24 | 1 | -5/+13 |
| | | |||||
| * | MFH: Fixed bug #46649 (Setting array element with that same array produces | Arnaud Le Blanc | 2008-11-23 | 2 | -0/+27 |
| | | | | | | inconsistent results) | ||||
| * | - MFH: Added ZEND_FETCH_RESOURCE_NO_RETURN | Felipe Pena | 2008-11-20 | 1 | -0/+3 |
| | | |||||
| * | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 5 | -20/+50 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-11-17 | 1 | -105/+31 |
| | | | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs | ||||
| * | Improve use syntax | Stanislav Malyshev | 2008-11-17 | 2 | -2/+35 |
| | | | | | | [DOC] use \foo\bar is the same as use foo\bar | ||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 4 | -56/+1 |
| | | |||||
| * | - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!) | Felipe Pena | 2008-11-16 | 1 | -1/+1 |
| | | |||||
| * | make sure the slash is actually thre before reading past it | Antony Dovgal | 2008-11-12 | 1 | -3/+3 |
| | | |||||
| * | fix potential crash in zend_do_assign due to opcodes realloc | Stanislav Malyshev | 2008-11-12 | 1 | -2/+9 |
| | | |||||
| * | fix crash - using old opline after realloc | Stanislav Malyshev | 2008-11-12 | 1 | -3/+6 |
| | | |||||
| * | Removed unused vars | Ilia Alshanetsky | 2008-11-12 | 1 | -2/+0 |
| | | |||||
| * | fix memleak | Stanislav Malyshev | 2008-11-11 | 2 | -262/+258 |
| | | |||||
| * | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 30 | -689/+443 |
| | | | | | | [DOC] new resolution rules should be documented soon | ||||
| * | some new tests | Stanislav Malyshev | 2008-11-11 | 10 | -0/+135 |
| | | |||||
| * | - Fixed bug #46546 (Segmentation fault when using declare statement with ↵ | Felipe Pena | 2008-11-11 | 2 | -1/+18 |
| | | | | | | | | non-string value) # This issue only happens in this branch | ||||
| * | MFH: | Felipe Pena | 2008-11-11 | 1 | -0/+3 |
| | | | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters) | ||||
| * | - Fixed tests (thanks Timm) | Felipe Pena | 2008-11-10 | 2 | -3/+3 |
| | | |||||
| * | - Make it work with bison 2.4. | Derick Rethans | 2008-11-10 | 1 | -1/+1 |
| | | |||||
| * | - New tests | Felipe Pena | 2008-11-10 | 5 | -0/+121 |
| | | |||||
| * | fix more invalid reads | Antony Dovgal | 2008-11-08 | 1 | -3/+3 |
| | | |||||
| * | fix typo causing invalid reads | Antony Dovgal | 2008-11-07 | 1 | -1/+1 |
| | | |||||
| * | sync zend_ini_scanner.c | Arnaud Le Blanc | 2008-11-05 | 2 | -4/+4 |
| | | |||||
| * | MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) | Arnaud Le Blanc | 2008-11-05 | 1 | -2/+2 |
| | | | | | | | | | | [DOC] new function parse_ini_string() proto array parse_ini_string(string ini_string [, bool process_sections [, int scanner_mode]]) Same as parse_ini_file() except that it takes a string instead of a filename. | ||||
| * | - Fixed Windows build | Felipe Pena | 2008-11-05 | 3 | -6/+6 |
| | | |||||
| * | - Fixed tests | Felipe Pena | 2008-11-04 | 1 | -1/+1 |
| | | |||||
| * | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 115 | -3536/+3704 |
| | | |||||
| * | - MFH Fix test | Marcus Boerger | 2008-11-04 | 1 | -0/+2 |
| | | |||||
| * | MFH: Use a better function name for closure related errors and debug_backtrace() | Johannes Schlüter | 2008-11-03 | 3 | -3/+68 |
| | | |||||
| * | sync zend_ini_scanner.c | Arnaud Le Blanc | 2008-11-02 | 2 | -1786/+1824 |
| | | |||||
| * | Fixed bug #44575 (parse_ini_file comment # line problems) | Arnaud Le Blanc | 2008-11-02 | 1 | -0/+7 |
| | | | | | | | [DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3 (comments starting with ; should be used instead) | ||||
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 4 | -1/+56 |
| | | |||||
| * | MFH: XFAIL test for bug #46196 on restore_error_handler(). | Felix De Vliegher | 2008-11-02 | 1 | -0/+33 |
| | | |||||
| * | Fixed ability to use "internal" heaps in extensions. | Dmitry Stogov | 2008-10-30 | 1 | -3/+13 |
| | | |||||
| * | MFH: Fix compile error | Arnaud Le Blanc | 2008-10-27 | 1 | -2/+2 |
| | | |||||
| * | add test | Antony Dovgal | 2008-10-24 | 1 | -0/+19 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 6 | -58/+3 |
| | | |||||
| * | Revert define() fix, it needs further review | Ilia Alshanetsky | 2008-10-22 | 1 | -36/+1 |
| | | |||||
| * | Fixed bug #46341 (Added missing validation checks into define() for class | Ilia Alshanetsky | 2008-10-19 | 1 | -1/+36 |
| | | | | | | constants) | ||||
| * | Fixed bug #46308 (Invalid write when changing property from inside getter) | Dmitry Stogov | 2008-10-17 | 2 | -0/+41 |
| | | |||||
| * | Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵ | Dmitry Stogov | 2008-10-10 | 2 | -4/+57 |
| | | | | | and $this->$method()) | ||||
