summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+8
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+1
* - Year++Felipe Pena2011-01-011-2/+2
* initialize script_encoding_list (reported by Gustavo Lopes)Antony Dovgal2010-12-271-0/+1
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1/+18
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-2/+1
* - Fixed EG(saved_fpu_cw) initializationFelipe Pena2010-09-221-1/+3
* - Added EG(saved_fpu_cw_ptr) initializationFelipe Pena2010-07-101-0/+1
* - use interned strings for auto globalsDmitry Stogov2010-07-081-2/+16
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-33/+1
* Fixed ZTS buildDmitry Stogov2010-05-241-4/+4
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-4/+0
* Remove unused variableDavid Soria Parra2010-04-251-1/+0
* Add DTrace probesDavid Soria Parra2010-04-241-1/+19
* 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