summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2002-03-131-0/+34
* - Forgot to close comment.Andi Gutmans2002-03-121-1/+1
* - Macro for duality between Engine 1 and 2Andi Gutmans2002-03-121-0/+2
* - Another couple of indirection fixes.Andi Gutmans2002-03-126-25/+16
* - Fix bug introduced with latest class hash table change.Andi Gutmans2002-03-124-5/+5
* Fix standard object creationStanislav Malyshev2002-03-121-1/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-129-148/+196
* ChangeLog update2002-03-111-0/+14
* - Fix build in ZTS mode.Andi Gutmans2002-03-101-8/+10
* New stuff for objects API:Stanislav Malyshev2002-03-105-23/+450
* ChangeLog update2002-03-101-0/+5
* - Add the original example script to the CVS so that it's always available.Andi Gutmans2002-03-091-0/+339
* ChangeLog update2002-03-091-0/+16
* Add 'import const' example.Sebastian Bergmann2002-03-081-0/+11
* - Support importing constants. e.g.:Andi Gutmans2002-03-081-1/+44
* ChangeLog update2002-03-081-0/+5
* Add another 'import' example and merge 'import' section into 'Namespaces' sec...Sebastian Bergmann2002-03-071-23/+39
* ChangeLog update2002-03-071-0/+26
* - Add function * and class * functionality. Only constants are left.Andi Gutmans2002-03-061-2/+6
* ChangeLog update2002-03-031-0/+45
* Consistency.Sebastian Bergmann2002-03-021-1/+1
* Add 'import statement' section.Sebastian Bergmann2002-03-021-0/+29
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-026-11/+166
* - MFZE1Derick Rethans2002-03-021-1/+3
* - MFZE1Derick Rethans2002-03-021-1/+1
* ChangeLog update2002-03-021-0/+26
* MFZE1Andrei Zmievski2002-03-011-1/+4
* MFZE1Andrei Zmievski2002-03-011-1/+1
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-017-95/+62
* - Fix bug in nested try/catch'sAndi Gutmans2002-03-015-12/+28
* - Fix crash reported by Sebastian when destructor function causes a fatalAndi Gutmans2002-03-011-1/+3
* ChangeLog update2002-02-271-0/+6
* - MFZE1Andi Gutmans2002-02-263-4/+3
* ChangeLog update2002-02-221-0/+42
* Maintain ZEND_CHANGES to account for the addition of private member variables.Sebastian Bergmann2002-02-211-0/+33
* - Experimental support for private members.Andi Gutmans2002-02-218-1/+53
* ChangeLog update2002-02-151-0/+11
* Pass TSRM to create_objectStanislav Malyshev2002-02-142-2/+2
* Fix the bug where the declared properties without init values were notAndrei Zmievski2002-02-141-14/+18
* ChangeLog update2002-02-141-0/+21
* @ Allow a series of consecutive catch() statements (Andi, Zend Engine)Andi Gutmans2002-02-133-8/+15
* Adding automagically updated ChangeLog.2002-02-121-0/+8512
* Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope ...Sebastian Bergmann2002-02-101-1/+1
* - Remove object debug messages.Andi Gutmans2002-02-081-1/+1
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-0719-345/+825
* - This small patch should also take care of allowing unseting of $this->fooAndi Gutmans2002-02-041-2/+7
* - Fix problem with the objects_destructor called during shutdown. It wasAndi Gutmans2002-02-044-57/+159
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-032-3/+4
* Revert per Andi's request. Sorry :-(Sebastian Bergmann2002-02-021-1/+1
* Fix warning. Again :-)Sebastian Bergmann2002-02-021-1/+1