summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* IS_CONST operands are always have is_ref==1 and refcount==2, so we can elimin...Dmitry Stogov2008-04-302-26/+31
* fix spellingAntony Dovgal2008-04-291-2/+2
* Fixed GC slowdownDmitry Stogov2008-04-291-21/+14
* Added missing lazy initializationDmitry Stogov2008-04-291-0/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-2911-251/+570
* MFHAntony Dovgal2008-04-291-1/+1
* Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdesDmitry Stogov2008-04-243-67/+32
* Optimized function call helperDmitry Stogov2008-04-212-67/+45
* - New testsFelipe Pena2008-04-187-0/+342
* - New testFelipe Pena2008-04-171-0/+45
* Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)Dmitry Stogov2008-04-172-17/+24
* Selected better initial VM stack sizeDmitry Stogov2008-04-151-1/+1
* Kill unused varIlia Alshanetsky2008-04-131-2/+0
* Speedup GC initializationDmitry Stogov2008-04-112-15/+24
* Optimized ZEND_RETURN opcode to not allocate and copy return value if it is notDmitry Stogov2008-04-114-72/+68
* fix heredoc+nowdocNuno Lopes2008-04-104-12/+10
* WSIlia Alshanetsky2008-04-093-3/+3
* fix the yyless() definition to match flex one and revert part of last patch (...Nuno Lopes2008-04-093-413/+393
* Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-093-3869/+3907
* Bug #44653 (Invalid namespace name resolution)Dmitry Stogov2008-04-092-10/+29
* Fixed bug #44609 (Dollar in ini variables are not parsed correctly)Scott MacVicar2008-04-072-169/+91
* - MFH add new testsMarcus Boerger2008-04-062-0/+21
* - Allow HEREDOC syntax with double quotesFelipe Pena2008-04-056-1987/+2065
* remove redundant test for file sizeNuno Lopes2008-04-041-1/+1
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-047-509/+537
* Fix for segfault on 64bit platformFelipe Pena2008-03-291-2/+2
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-2825-2090/+2539
* Removed unused variableIlia Alshanetsky2008-03-251-2/+0
* MFH:Felipe Pena2008-03-252-19/+11
* Optimized detection of "__call" and "__callstatic" methods.Dmitry Stogov2008-03-251-17/+17
* - MFH Add testsMarcus Boerger2008-03-231-0/+23
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-226-528/+528
* - Fix YYFILL()Marcus Boerger2008-03-212-3/+3
* - SimplifyMarcus Boerger2008-03-211-2/+1
* - Fix streams handling logic, only real FPs can be mmaped hereMarcus Boerger2008-03-211-1/+3
* - Bugfix 44461Marcus Boerger2008-03-212-3/+3
* fix gcov buildNuno Lopes2008-03-194-494/+494
* On Windows I guess there is no point starting the timeout thread untilRasmus Lerdorf2008-03-191-1/+4
* Make sure we set the signal handler when reset_signals is true, regardlessRasmus Lerdorf2008-03-191-8/+9
* MFHAntony Dovgal2008-03-191-1/+1
* MFH: add zend_atol()Antony Dovgal2008-03-193-2/+30
* Disabled $GLOBALS' refcount modificationDmitry Stogov2008-03-191-2/+6
* exit_on_timeout patchRasmus Lerdorf2008-03-182-9/+15
* Make the sigsetjmp change more robust. On systems that don't haveRasmus Lerdorf2008-03-184-6/+16
* Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to beRasmus Lerdorf2008-03-183-5/+5
* remove ze1_compat testsAntony Dovgal2008-03-182-39/+0
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-1817-493/+17
* Removed hack (we don't need to modify class name).Dmitry Stogov2008-03-181-8/+4
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-189-236/+295
* remove leftoversNuno Lopes2008-03-172-0/+0