summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed testFelipe Pena2008-08-141-3/+3
* - New testFelipe Pena2008-08-141-0/+28
* - MFH Improve exception linkingMarcus Boerger2008-08-148-31/+71
* - Fix buildFelipe Pena2008-08-131-3/+3
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-133-0/+66
* mark empty_fcall_info and empty_fcall_info_cache as constant. a few less byte...Nuno Lopes2008-08-122-4/+4
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-1225-351/+353
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-123-364/+368
* - MFH Add new testMarcus Boerger2008-08-122-0/+27
* - MFH Add new testMarcus Boerger2008-08-121-0/+14
* - MFH Add missing ';'sMarcus Boerger2008-08-121-1/+2
* - MFH Fix shutdown orderMarcus Boerger2008-08-111-1/+2
* - MFH Fix memleak with new error handling stack'ingMarcus Boerger2008-08-113-10/+20
* - WS (actually my falut)Marcus Boerger2008-08-111-1/+0
* - Made closures implementation reflection friendly (Christian)Dmitry Stogov2008-08-113-19/+31
* new testAntony Dovgal2008-08-101-0/+21
* - Fixed tests (Pierre)Felipe Pena2008-08-104-3/+5
* - MFH error handling, now with save, replace, restoreMarcus Boerger2008-08-085-9/+58
* - MFH store error handling mode on stack when executing internalMarcus Boerger2008-08-081-2/+9