| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use $YACC instead of 'bison' as suggested by Yasuo | Michael Wallner | 2013-10-19 | 1 | -1/+1 |
| | | | | | | Conflicts: Zend/acinclude.m4 | ||||
| * | Fixed bug #65911 ($this not usable as static property) | bwoebi | 2013-10-16 | 2 | -0/+21 |
| | | | | | | | In context of static accesses like classname::$this, the string "$this" should not be handled like a $this variable, but as an identifier for a static variable. | ||||
| * | Fix bug #65322: compile time errors won't trigger auto loading | Nikita Popov | 2013-09-29 | 3 | -1/+43 |
| | | | | | | | | | | Also fixes duplicate bugs #54054 and #42098. Furthermore this fixes incorrect error messages thrown from code running inside an error handler when a compilation is in progress. The error file and line are now correctly associated with the file/line of the executor, rather than the compiler. | ||||
| * | Typo.... | Xinchen Hui | 2013-09-02 | 1 | -1/+1 |
| | | |||||
| * | Add a XFAIL test for #64896 | Xinchen Hui | 2013-09-02 | 1 | -0/+47 |
| | | |||||
| * | Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) | Xinchen Hui | 2013-08-30 | 2 | -0/+35 |
| | | |||||
| * | Fixed bug #61759 (class_alias() should accept classes with leading ↵ | Dmitry Stogov | 2013-08-29 | 2 | -9/+7 |
| | | | | | backslashes). (Julien) | ||||
| * | Avoid compiler warning | Xinchen Hui | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #65579 (Using traits with get_class_methods causes segfault). | Adam Harvey | 2013-08-28 | 2 | -8/+38 |
| | | | | | | | | Specifically, this checks if there are trait aliases defined in the class scope before attempting to dereference the first trait alias. This handles the case where a trait alias was used in a child trait but no aliases exist in the concrete class. | ||||
| * | Remove duplicate calls to set filename & lineno for the ↵ | Christopher Jones | 2013-08-23 | 1 | -2/+0 |
| | | | | | DTRACE_FUNCTION_ENTRY/RETURN cases | ||||
| * | Fixed bug #64503 (Compilation fails with error: conflicting types for ↵ | Xinchen Hui | 2013-08-19 | 1 | -5/+7 |
| | | | | | 'zendparse'). | ||||
| * | Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace | Stanislav Malyshev | 2013-08-18 | 1 | -2/+4 |
| | | |||||
| * | Fixed #65431 in zend_exception.c by Sixd | Xinchen Hui | 2013-08-15 | 1 | -3/+3 |
| | | |||||
| * | Fixed #65431 (Discarded qualifiers from pointer target warnings when using ↵ | Xinchen Hui | 2013-08-14 | 4 | -14/+14 |
| | | | | | --enable-dtrace) by Sixd | ||||
| * | Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference ↵ | Xinchen Hui | 2013-08-06 | 2 | -0/+5 |
| | | | | | | | fails) Missed a zval_copy_ctor there | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 6 | -8/+8 |
| | | |||||
| * | Make sure test.php isn't coming in from the include_path | Rasmus Lerdorf | 2013-08-02 | 1 | -10/+10 |
| | | |||||
| * | Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return ↵ | Xinchen Hui | 2013-08-02 | 3 | -15/+65 |
| | | | | | reference fails) | ||||
| * | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait | Arpad Ray | 2013-07-20 | 2 | -2/+8 |
| | | | | | Also fix and test for get_defined_constants(true) | ||||
| * | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait | Arpad Ray | 2013-07-19 | 2 | -0/+29 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 4 | -4/+4 |
| | | |||||
| * | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #65254 (Exception not catchable when exception thrown in autoload ↵ | Xinchen Hui | 2013-07-14 | 3 | -81/+166 |
| | | | | | with a namespace). | ||||
| * | fix assembly of safe_address() for x86 and x86_64 | Nuno Lopes | 2013-07-03 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Sebastian Bergmann | 2013-07-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Add bison 2.6.4 to the list of supported versions | Sebastian Bergmann | 2013-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug (is_callable() triggers Fatal Error) | Xinchen Hui | 2013-06-24 | 2 | -2/+29 |
| | | | | | | | | | | | This bug is also exists in 5.4, and previous fix by dsp is not complete for __callStatic stituation, see test script | ||||
| * | | Fix non-specialized executor build | Ard Biesheuvel | 2013-06-21 | 1 | -2/+0 |
| | | | | | | | | | | | Removed a couple of calls to FREE_OP2() that were left behind in the handlers for break and continue opcodes after commit 7628da98 | ||||
| * | | Fix bug #64936 - clean doc comment state at the beginning and end of the scan | Stanislav Malyshev | 2013-06-16 | 3 | -342/+348 |
| | | | |||||
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 9 | -10/+10 |
| | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | | typo fixes (argument) | Veres Lajos | 2013-06-10 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed bug #64988 (Class loading order affects E_STRICT warning) | Xinchen Hui | 2013-06-10 | 2 | -2/+32 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4 | Dmitry Stogov | 2013-06-10 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded Fix spelling and correct typo. | ||||
| | * | | Fix spelling and correct typo. | Carson McDonald | 2013-06-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-06-10 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| / | |/ | | | * PHP-5.3: Fixed test script | ||||
| | * | Fixed test script | Dmitry Stogov | 2013-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed merge wrongly | Xinchen Hui | 2013-06-09 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-06-09 | 3 | -0/+34 |
| |\ \ | |/ | |||||
| | * | Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC) | Xinchen Hui | 2013-06-09 | 3 | -0/+34 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-06-05 | 2 | -4/+42 |
| |\ \ | |/ | |||||
| | * | Fixed bug #64960 (Segfault in gc_zval_possible_root) | Xinchen Hui | 2013-06-05 | 2 | -4/+42 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-05-29 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fixed incorrect argument number Conflicts: Zend/zend_compile.c | ||||
| | * | Fixed incorrect argument number | Dmitry Stogov | 2013-05-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Sara Golemon | 2013-05-19 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * PHP-5.3: Don't double-quote name of namespaced function. | ||||
| | * | Don't double-quote name of namespaced function. | Sara Golemon | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) was resulting in a function declaration of: ns\"zend_name"() including the errant quotes. This diff corrects that. There are currently no uses of ZEND_NS_NAMED_FE in core and reason to believe that there are no uses in the wild either. | ||||
| * | | Fixed bug #64720 (SegFault on zend_deactivate) | Dmitry Stogov | 2013-05-21 | 3 | -1/+58 |
| | | | |||||
| * | | fix bug #64660 - yyparse can return 2, not only 1 | Stanislav Malyshev | 2013-05-20 | 3 | -5/+16 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-12 | 4 | -1/+70 |
| |\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #64821 Custom Exceptions crash when internal properties overridden | ||||
| | * | Fixed bug #64821 Custom Exceptions crash when internal properties overridden | Anatol Belski | 2013-05-12 | 4 | -1/+70 |
| | | | | | | | | | | | | | If user inherits Exception and overrides the properties to arbitrary data types, or simply doesn't run parent::__construct(), here we go. Just convert everything to the appropriate data type, like Exception::__toString() does. | ||||
| * | | Fix bug #64729: compilation failure on x32 | Gustavo Lopes | 2013-04-30 | 2 | -6/+16 |
| | | | |||||
