summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fixed testsFelipe Pena2008-11-041-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-04115-3536/+3704
* - MFH Fix testMarcus Boerger2008-11-041-0/+2
* MFH: Use a better function name for closure related errors and debug_backtrace()Johannes Schlüter2008-11-033-3/+68
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-022-1786/+1824
* Fixed bug #44575 (parse_ini_file comment # line problems)Arnaud Le Blanc2008-11-021-0/+7
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-024-1/+56
* MFH: XFAIL test for bug #46196 on restore_error_handler().Felix De Vliegher2008-11-021-0/+33
* Fixed ability to use "internal" heaps in extensions.Dmitry Stogov2008-10-301-3/+13
* MFH: Fix compile errorArnaud Le Blanc2008-10-271-2/+2
* add testAntony Dovgal2008-10-241-0/+19
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-246-58/+3
* Revert define() fix, it needs further reviewIlia Alshanetsky2008-10-221-36/+1
* Fixed bug #46341 (Added missing validation checks into define() for classIlia Alshanetsky2008-10-191-1/+36
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-172-0/+41
* Fixed bug #46246 (difference between call_user_func(array($this, $method)) an...Dmitry Stogov2008-10-102-4/+57
* - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string ...Felipe Pena2008-10-063-22/+142
* MFH: Use enum alternative instead of explicit valueEtienne Kneuss2008-10-021-1/+1
* MFH: initialize variableAntony Dovgal2008-10-011-0/+1
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0
* Fixed bug #46106 (Memory leaks when using global statement)Dmitry Stogov2008-09-172-13/+47
* Fixed possible crash because of overriden error handlerDmitry Stogov2008-09-172-1/+18
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-154-10/+17
* MFH: Fix #45656 (new Class silenting exceptions in autoloaders)Etienne Kneuss2008-09-151-14/+6
* update scanner filesStanislav Malyshev2008-09-112-1645/+1669
* Fix BC issue with ini scanner.Stanislav Malyshev2008-09-111-14/+7
* MFH: Fixed #45928 (large scripts from stdin are stripped at 16K border)Arnaud Le Blanc2008-09-101-0/+10
* MFH: - Updated unary_op_type typedef with TSRMLS_DCMatt Wilmas2008-08-292-21/+25
* MFH: - Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negati...Matt Wilmas2008-08-291-5/+5
* Imporoved compile-time constant substitution (Matt)Dmitry Stogov2008-08-291-10/+9
* Fixed bug #45910 (Cannot declare self-referencing constant)Dmitry Stogov2008-08-261-5/+11
* - New testFelipe Pena2008-08-251-0/+28
* - New testsFelipe Pena2008-08-255-0/+110
* MFH:Etienne Kneuss2008-08-243-7/+22
* - MFH Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-244-9/+24
* - MFH: Removed unused argumentsFelipe Pena2008-08-221-1/+1
* Removed redundant codeDmitry Stogov2008-08-221-4/+0
* MFH: fix zend_register_functions() not displaying duplicate functions (report...Antony Dovgal2008-08-221-1/+5
* - New testsFelipe Pena2008-08-223-0/+176
* MFH:Felipe Pena2008-08-229-11/+384
* Fixed destruction of dl() loaded extensionsDmitry Stogov2008-08-211-0/+3
* - New testsFelipe Pena2008-08-182-0/+131
* - MFH: Fixed bug #45743 (property_exists fails to find static protected membe...Felipe Pena2008-08-183-49/+30
* generated zend_ini_scanner.cArnaud Le Blanc2008-08-172-62/+66
* MFH: Allow underscore at start of labels as underscore has no meaning hereArnaud Le Blanc2008-08-171-1/+1
* MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailingArnaud Le Blanc2008-08-173-120/+124
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-1513-56/+53
* MFHJani Taskinen2008-08-141-1/+3
* MFH: Handlerify get_closureEtienne Kneuss2008-08-146-58/+83
* fix testJani Taskinen2008-08-141-1/+1