summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+3
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-9/+9
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-2/+2
* - Fixed bug #49142 (crash when exception thrown from __tostring())David Soria Parra2009-10-271-3/+9
* Tweak to make this compile with gcc2Rasmus Lerdorf2009-06-161-1/+1
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-131-1/+1
* Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)Dmitry Stogov2009-03-261-3/+3
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-0/+1
* Fixed zend_print_zval_r_ex() to use the write callback functionDmitry Stogov2009-02-181-24/+30
* - MFH Catch exceptions in cli -aMarcus Boerger2009-01-021-2/+2
* - Sync with HEAD, no ability to not start builtin functionsMarcus Boerger2008-12-311-4/+2
* - MFH Move stdClass registering where it should beMarcus Boerger2008-12-311-15/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
* - MFH Provide a core module that contains all Zend and php/main (in 5.3 incl....Marcus Boerger2008-12-301-4/+5
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-8/+6
* - MFH Improve exception linkingMarcus Boerger2008-08-141-12/+9
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-6/+6
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)Dmitry Stogov2008-04-171-0/+24
* Optimized ZEND_RETURN opcode to not allocate and copy return value if it is notDmitry Stogov2008-04-111-9/+1
* Make the sigsetjmp change more robust. On systems that don't haveRasmus Lerdorf2008-03-181-1/+1
* Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to beRasmus Lerdorf2008-03-181-1/+1
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-1/+0
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-10/+10
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-21/+14
* User error handlers no longer catch supressed errors (patch by Etienne Kneuss)Felipe Pena2008-03-081-1/+2
* Optimized require_once() and include_once() by eliminationg open() syscall on...Dmitry Stogov2008-03-051-0/+2
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+2
* - MFH: Send the debug info to stderr instead of stdout.Derick Rethans2008-01-281-11/+11
* - MFH: Show GC statistics if GC benchmarking is enabled.Derick Rethans2008-01-241-0/+14
* Added garbage collectorDmitry Stogov2008-01-221-0/+20
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-2/+2
* - MFH from HEAD:Jani Taskinen2007-11-021-235/+238
* - MFH debug object helperMarcus Boerger2007-10-111-18/+21
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-2/+2
* MFH: fix build on Tru64Antony Dovgal2007-04-261-1/+1
* fix #40815 (using strings like "class::func" and static methods in set_except...Antony Dovgal2007-03-151-0/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-5/+3
* Fixed bug #39969 (ini setting short_open_tag has no effect when using --enabl...Dmitry Stogov2007-01-121-4/+22
* Fixed bug #35634 (Erroneous "Class declarations may not be nested" error rais...Dmitry Stogov2007-01-111-1/+18
* MFH: Bump year.Sebastian Bergmann2007-01-011-2/+2
* that was not intentionalAntony Dovgal2006-12-281-2/+2
* MFHAntony Dovgal2006-12-281-11/+2
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-1/+1
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-0/+2
* Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an exten...Dmitry Stogov2006-11-081-3/+4
* - MFH: Fix issue with some mangeled propertiesMarcus Boerger2006-11-031-2/+2