summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* ChangeLog update2008-06-051-0/+10
* - New testFelipe Pena2008-06-041-0/+61
* ChangeLog update2008-06-041-0/+89
* - MFB: Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-036-103/+135
* - Removed unnecessary XFAIL sectionFelipe Pena2008-06-031-2/+0
* - New testsFelipe Pena2008-06-036-0/+176
* - Fixed bug #44769 (declaring private magic methods should throw error)Felipe Pena2008-06-0311-1/+222
* ChangeLog update2008-06-021-0/+16
* MFB: Back out the previous change as it broke the Windows builds.Scott MacVicar2008-06-011-6/+6
* MFB: Fix unexported symbols. Patch by GregScott MacVicar2008-06-011-6/+6
* ChangeLog update2008-05-311-0/+5
* Fixed memcmp() check with hash_quick_del (realKeyLength would be 0)Matt Wilmas2008-05-301-3/+1
* ChangeLog update2008-05-301-0/+19
* Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1Matt Wilmas2008-05-291-0/+4
* ChangeLog update2008-05-291-0/+8
* - Added XFAIL section in tests to issue under discussionFelipe Pena2008-05-282-0/+4
* ChangeLog update2008-05-281-0/+17
* Add array_init_size() and use it where array size is known at initializationMatt Wilmas2008-05-274-13/+12
* ChangeLog update2008-05-271-0/+340
* - killed off UEXPECTSteph Fox2008-05-26333-6716/+264
* ChangeLog update2008-05-251-0/+354
* ChangeLog update2008-05-221-0/+5
* looks for Unicode constants in Unicode modeAntony Dovgal2008-05-211-11/+34
* ChangeLog update2008-05-211-0/+23
* use correct check for unicodeAntony Dovgal2008-05-201-7/+7
* make sure that converters are not equal to utf8 & ascii before destroying the...Antony Dovgal2008-05-201-5/+15
* fix testsAntony Dovgal2008-05-204-55/+56
* ChangeLog update2008-05-201-0/+6
* Crossing the Rubicon: remove the unicode.semantics switch and defaultAndrei Zmievski2008-05-191-2/+1
* ChangeLog update2008-05-171-0/+6
* ChangeLog update2008-05-151-0/+18
* fix test namesAntony Dovgal2008-05-144-4/+4
* ChangeLog update2008-05-131-0/+170
* - New testsFelipe Pena2008-05-1225-0/+527
* - New testsFelipe Pena2008-05-1210-0/+259
* - 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/+106
* ChangeLog update2008-05-121-0/+92
* - New testsFelipe Pena2008-05-1111-0/+288
* Fixed error message typo; also removed end . to be consistent with the othersMatt Wilmas2008-05-111-1/+1
* - New testsFelipe Pena2008-05-1128-0/+748
* ChangeLog update2008-05-111-0/+13
* Restore end check for "escape" strings (not needed for single-quoted strings ...Matt Wilmas2008-05-102-387/+403
* ChangeLog update2008-05-101-0/+62
* Fix Windows newlines (missed that detail when adding :-/)Matt Wilmas2008-05-091-1/+0
* - New testsFelipe Pena2008-05-093-0/+76
* Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-091-0/+17
* Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue wit...Matt Wilmas2008-05-092-411/+393