summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Initialize constants_updated (by Marcus)Andi Gutmans2002-11-291-0/+2
|
* - Nuke use of deprecated macroAndi Gutmans2002-11-271-5/+5
|
* - FN_IS_STATIC -> FN_STATICAndi Gutmans2002-11-244-6/+6
|
* - Fix crashAndi Gutmans2002-11-241-1/+3
|
* - My personal cleanupsAndi Gutmans2002-11-232-10/+10
|
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-239-27/+58
| | | | | - error messages
* - Initialize all functions to non-static (patch by Marcus BörgerDerick Rethans2002-11-221-0/+1
| | | | | <marcus.boerger@t-online.de>.
* Show class name as well. Patch by Marcus Börger.Sebastian Bergmann2002-11-221-1/+1
|
* Show the name of the abstract method in the error.Sebastian Bergmann2002-11-211-1/+1
|
* Fix prototype.Sebastian Bergmann2002-11-211-1/+1
|
* - MFZE1: Disable leak() and crash() when not using debug modeDerick Rethans2002-11-201-1/+6
|
* - Add abstract methodsAndi Gutmans2002-11-201-0/+2
|
* - Fix build (thanks Marcus)Andi Gutmans2002-11-205-4/+32
| | | | | | | | | | - Implement abstract methods, syntax: - abstract function foo($vars); - I don't see any reason why modifiers such as static/public need to be - used with abstract. PHP is weakly typed and there would be no meaning to - this anyway. People who want a strictly typed compiled language are - looking in the wrong place.
* MFZE1 - error_reporting fixZeev Suraski2002-11-195-10/+39
|
* - MFZE1Andi Gutmans2002-11-181-3/+4
|
* fix the leakStanislav Malyshev2002-11-171-0/+4
|
* - MFZE1Andi Gutmans2002-11-161-1/+0
|
* - MFZE1Andi Gutmans2002-11-161-2/+11
|
* - MFZE1Andi Gutmans2002-11-152-0/+6
|
* - Commit fix for bug #19566 (I think it's by Marcus :)Andi Gutmans2002-11-151-2/+2
|
* MFZE1Andrei Zmievski2002-11-141-1/+1
|
* semi-fix string offsets crash - now it doesn't crash, but still leaksStanislav Malyshev2002-11-131-0/+9
|
* fix staticStanislav Malyshev2002-11-121-0/+1
|
* - Update with staticsAndi Gutmans2002-11-111-0/+6
|
* Fugbix typo.Sebastian Bergmann2002-11-111-1/+1
|
* MFZE1Ilia Alshanetsky2002-11-111-3/+5
|
* - MFZE1Andi Gutmans2002-11-101-2/+12
|
* fix statics - make it behave like $this (fetch type "static")Stanislav Malyshev2002-11-103-27/+37
| | | | | Side effect: indirect references to statics won't work.
* Fix ZTS build.Sebastian Bergmann2002-11-061-1/+1
|
* fix zend_assign_to_object_opStanislav Malyshev2002-11-061-1/+1
|
* MFZE1Ilia Alshanetsky2002-11-051-1/+7
|
* - Shift around zend_op membersAndi Gutmans2002-11-051-2/+2
|
* - A couple of updatesAndi Gutmans2002-11-051-1/+3
|
* - Add support for static methods. Basically methods which are defined asAndi Gutmans2002-11-054-32/+39
| | | | | - static don't have $this. That's the whole difference.
* - $clone -> $thatAndi Gutmans2002-11-051-1/+1
|
* - Fix bug introduced with type change of free_op1/2Andi Gutmans2002-11-051-1/+1
|
* - ATTENTION: Finally nuke old_function and cfunction. I think it is timeAndi Gutmans2002-11-052-10/+1
| | | | | | - to get rid of these BC notations. This is from the days of the move from - PHP/FI 2 -> PHP 3
* Revert of previous patch.Ilia Alshanetsky2002-11-051-1/+1
|
* - Change the automatically created variable $clone in __clone() toAndi Gutmans2002-11-052-3/+3
| | | | | | | | - $that as discussed at the PHP Conference. If there are any objections - alternative names please let me know. The reason for changing it from - $clone is because $clone sounds as if it's the newly cloned object and - not the old one.
* avoid using 'class' in exported functions - it annoys c++Stanislav Malyshev2002-11-052-6/+6
|
* Fixed some special cases that were crashing for the exception defaultStig Bakken2002-11-051-2/+8
| | | | | handler.
* Silence compiler warnings.Ilia Alshanetsky2002-11-041-2/+2
|
* If ordered is not set a random compiler assigned value of *p2 would be used,Ilia Alshanetsky2002-11-041-1/+1
| | | | | this patch fixes the problem by initializing *p2 to NULL.
* Silence compile warning, ctype.h is needed for tolower() function.Ilia Alshanetsky2002-11-041-0/+2
|
* MFZE1Ilia Alshanetsky2002-11-021-1/+6
|
* - Fix segfault when __CLASS__ was used outside a class definitionDerick Rethans2002-11-021-1/+5
|
* - MFZE1Derick Rethans2002-11-021-0/+1
|
* MFZE1 (20214).Ilia Alshanetsky2002-11-021-1/+6
|
* ChangeLog update2002-11-021-0/+4
|
* - Fix unset($this->foo)Andi Gutmans2002-11-011-1/+1
|