summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2005-04-271-0/+37
* Fixed bug #30889 (Conflict between __get/__set and ++ operator)Dmitry Stogov2005-04-263-28/+143
* fixDmitry Stogov2005-04-261-1/+1
* Fixed bug #30702 (cannot initialize class variable from class constant)Dmitry Stogov2005-04-262-0/+44
* Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).Dmitry Stogov2005-04-262-1/+20
* Fixed bug #32429 (method_exists() always return TRUE if __call method exists)Dmitry Stogov2005-04-262-1/+38
* ChangeLog update2005-04-261-0/+37
* Reverting. Let's not introduce major BC breakage like this without aAndrei Zmievski2005-04-251-3/+1
* Fixed bug #29944 (Function defined in switch, crashes).Dmitry Stogov2005-04-252-1/+17
* wsfoobar2005-04-251-24/+24
* Fixed call to estrndup() with invalid lengthDmitry Stogov2005-04-251-1/+1
* Correct grammar.Sebastian Bergmann2005-04-251-2/+2
* ChangeLog update2005-04-251-0/+5
* - Need to copy doc comments correct for propertiesMarcus Boerger2005-04-241-0/+3
* ChangeLog update2005-04-241-0/+7
* - Add new testsMarcus Boerger2005-04-233-0/+98
* ChangeLog update2005-04-221-0/+5
* Fix test when register_long_arrays is off in your php.inifoobar2005-04-211-0/+2
* ChangeLog update2005-04-201-0/+15
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-195-3/+44
* No c++ comments in C codefoobar2005-04-192-3/+3
* ChangeLog update2005-04-191-0/+7
* Fixed memory leak in debug_backtrace()Dmitry Stogov2005-04-181-14/+6
* ChangeLog update2005-04-181-0/+8
* - Fix special cases of property_exists()Marcus Boerger2005-04-171-1/+3
* - Fix logicMarcus Boerger2005-04-171-1/+3
* ChangeLog update2005-04-171-0/+8
* method_exists() regression testSara Golemon2005-04-161-0/+11
* Fix method_exists(), pce is fetched, but ce is usedSara Golemon2005-04-161-0/+1
* ChangeLog update2005-04-161-0/+15
* - Fix even though we already know that the function will be renamedMarcus Boerger2005-04-151-1/+7
* Fix certain operations to stop relying on presence of read_property andAndrei Zmievski2005-04-153-743/+1093
* ChangeLog update2005-04-131-0/+9
* fix memory corruption if one on the on_modify handlers errors outStanislav Malyshev2005-04-121-1/+6
* ChangeLog update2005-04-091-0/+22
* - Fix memory corruption found by robMarcus Boerger2005-04-081-3/+5
* - Ensure we see all errors. No need for () in returnMarcus Boerger2005-04-081-1/+2
* - Add property_exits()Marcus Boerger2005-04-081-0/+59
* - No E_ERROR when we just check (where did my 0->1 change go on first commit?)Marcus Boerger2005-04-081-1/+1
* - No E_ERROR when we just check, here visibility simply means there is noneMarcus Boerger2005-04-081-1/+3
* - Simplify getting property info and make it an api functionMarcus Boerger2005-04-082-12/+14
* ChangeLog update2005-04-081-0/+20
* - Nuke the code duplicationfoobar2005-04-072-20/+5
* Fix build when USE_ZEND_ALLOC is 0foobar2005-04-071-2/+2
* Fix strdup() bug when USE_ZEND_ALLOC is disabledZeev Suraski2005-04-072-3/+14
* ChangeLog update2005-04-061-0/+5
* - Just return FAILURE & allow NULL without emmidiate errorMarcus Boerger2005-04-051-2/+2
* ChangeLog update2005-04-051-0/+9
* MF50: fix backtraces - non-Zend classes have names tooStanislav Malyshev2005-04-041-0/+10
* ChangeLog update2005-04-041-0/+7