summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2008-04-141-0/+6
* ChangeLog update2008-04-121-0/+20
* 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-73/+69
* ChangeLog update2008-04-111-0/+9
* ChangeLog update2008-04-101-0/+45
* MFB: Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-093-4110/+4159
* Bug #44653 (Invalid namespace name resolution)Dmitry Stogov2008-04-092-11/+29
* ChangeLog update2008-04-081-0/+11
* MFB: Fixed bug #44609 (Dollar in ini variables are not parsed correctly)Scott MacVicar2008-04-072-169/+91
* ChangeLog update2008-04-071-0/+11
* - add new testsMarcus Boerger2008-04-062-0/+21
* ChangeLog update2008-04-061-0/+28
* MFB:Felipe Pena2008-04-056-2103/+2222
* ChangeLog update2008-04-051-0/+29
* MFB: remove redundant testNuno Lopes2008-04-041-1/+1
* MFB: add sanity check for ZEND_MMAP_AHEADNuno Lopes2008-04-047-523/+547
* ChangeLog update2008-03-301-0/+6
* ChangeLog update2008-03-291-0/+31
* ChangeLog update2008-03-281-0/+5
* ChangeLog update2008-03-271-0/+44
* - Add files generated by re2cScott MacVicar2008-03-264-0/+14513
* MFB 5.3: Rewrite scanner to be based on re2c instead of flexScott MacVicar2008-03-2624-2311/+712
* allow NULL argument to be passed where binary string expectedAntony Dovgal2008-03-262-1/+53
* ChangeLog update2008-03-261-0/+22
* Optimized detection of "__call" and "__callstatic" methods.Dmitry Stogov2008-03-251-3/+3
* ChangeLog update2008-03-241-0/+14
* - MFH Add testsMarcus Boerger2008-03-231-0/+23
* ChangeLog update2008-03-231-0/+23
* - Renamed zend_do_fetch_class_name() to zend_do_build_full_name() (It is not ...Felipe Pena2008-03-222-13/+13
* ChangeLog update2008-03-221-0/+33
* - Simplify zend_do_build_namespace_name()Felipe Pena2008-03-211-20/+4
* fix #43477 (Error mode ignored in unicode_decode())Antony Dovgal2008-03-212-4/+13
* ChangeLog update2008-03-201-0/+50
* MFBRasmus Lerdorf2008-03-196-21/+39
* fix typoAntony Dovgal2008-03-191-1/+1
* add zend_atol() and use it instead of zend_atoi() where applicableAntony Dovgal2008-03-193-2/+31
* ChangeLog update2008-03-191-0/+130
* Removed hack (we don't need to modify class name).Dmitry Stogov2008-03-181-20/+11
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-189-236/+294
* Fixed testDmitry Stogov2008-03-181-5/+0
* ChangeLog update2008-03-181-0/+30
* Fix buildFelipe Pena2008-03-181-1/+1
* return empty string of correct type if __toString() returned invalid valueAntony Dovgal2008-03-171-1/+5
* fix #39127i (Old-style constructor fallbacks produce strange results)Antony Dovgal2008-03-173-8/+49
* ChangeLog update2008-03-171-0/+50
* ChangeLog update2008-03-151-0/+33
* Improve GC to support garbage created in destructors during objects utilizationDmitry Stogov2008-03-143-12/+63
* Removed commented code and unnecessary inline functionDmitry Stogov2008-03-142-14/+6
* Fixed GC bugDmitry Stogov2008-03-143-29/+116