summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN...Matt Wilmas2008-05-291-0/+4
* Fixed tests on WindowsMatt Wilmas2008-05-291-1/+1
* - Added XFAIL section in tests to issue under discussionFelipe Pena2008-05-282-0/+4
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-274-13/+12
* fix tests (say hello to disk C:\)Antony Dovgal2008-05-204-55/+56
* MFH: small CSE optimizationsDmitry Stogov2008-05-162-238/+255
* Make it backward compatibilityDmitry Stogov2008-05-161-1/+3
* fix test namesAntony Dovgal2008-05-144-4/+4
* - New testsFelipe Pena2008-05-1225-0/+527
* - New testsFelipe Pena2008-05-1210-0/+259
* - MFH: New testsFelipe Pena2008-05-1210-0/+179
* - Fixed testFelipe Pena2008-05-121-1/+7
* Fixed bug #44952 (isset() does not checks correctly variable variable)Dmitry Stogov2008-05-124-26/+31
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-124-0/+91
* - MFH: New testsFelipe Pena2008-05-1111-0/+288
* MFH: Fixed error message typoMatt Wilmas2008-05-111-1/+1
* - MFH: New testsFelipe Pena2008-05-1126-0/+639
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-102-377/+385
* - New testsFelipe Pena2008-05-093-0/+76
* MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor...Matt Wilmas2008-05-091-0/+14
* MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-092-389/+381
* MFH: Fixed bug #44681 (Resources used as array keys get converted to 0)Matt Wilmas2008-05-091-3/+3
* - MFH: Fixed detection of invalid class nameFelipe Pena2008-05-082-2/+2
* - New testsFelipe Pena2008-05-072-0/+79
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-078-81/+133
* Use lazy symbol table initialization for op_arrays called from internal php f...Dmitry Stogov2008-05-061-5/+11
* Fixed possible memory leakDmitry Stogov2008-05-062-2/+4
* GC fixDmitry Stogov2008-05-062-9/+19
* Regenerate zend_vm_execute.hDmitry Stogov2008-05-061-4/+12
* - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)Dmitry Stogov2008-05-056-43/+70
* Support for old-style constructors in namespacesDmitry Stogov2008-05-053-8/+35
* - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by...Felipe Pena2008-05-033-8/+95
* 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