1586 Commits (ea2a3bddb8a75552836598296a0140b9175ae018)

Author SHA1 Message Date
a97fc9703c ChangeLog update 24 years ago
Sebastian Bergmann 3930d70fba Consistency. 24 years ago
Sebastian Bergmann 3b7435fc51 Add 'import statement' section. 24 years ago
Andi Gutmans b90d80b588 - Initial patch to support importing from class scopes (for Stig). 24 years ago
Derick Rethans 1f9464e345 - MFZE1 24 years ago
Derick Rethans 0c6be86747 - MFZE1 24 years ago
8ff2ad53f2 ChangeLog update 24 years ago
Andrei Zmievski a8609b1ba7 MFZE1 24 years ago
Andrei Zmievski 2310414868 MFZE1 24 years ago
Andi Gutmans 90bd4539c7 - Remove use of C++ reserved words namespace/this 24 years ago
Andi Gutmans d1eea3de9c - Fix bug in nested try/catch's 24 years ago
Andi Gutmans 2505f6b400 - Fix crash reported by Sebastian when destructor function causes a fatal 24 years ago
71139b307d ChangeLog update 24 years ago
Andi Gutmans 7df1601239 - MFZE1 24 years ago
8ca013f2ae ChangeLog update 24 years ago
Sebastian Bergmann 6a59c7fcd3 Maintain ZEND_CHANGES to account for the addition of private member variables. 24 years ago
Andi Gutmans 00e90f2ff3 - Experimental support for private members. 24 years ago
37a929e5dd ChangeLog update 24 years ago
Stanislav Malyshev cefbdccb98 Pass TSRM to create_object 24 years ago
Andrei Zmievski 68a82f14a2 Fix the bug where the declared properties without init values were not 24 years ago
6578efea09 ChangeLog update 24 years ago
Andi Gutmans 21b04ff2a6 @ Allow a series of consecutive catch() statements (Andi, Zend Engine) 24 years ago
3b01fd8973 Adding automagically updated ChangeLog. 24 years ago
Sebastian Bergmann 1fd542fd38 Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A. 24 years ago
Andi Gutmans b04238698f - Remove object debug messages. 24 years ago
Stanislav Malyshev 6608f07322 Mega-commit: Enter the new object model 24 years ago
Andi Gutmans 8535164f21 - This small patch should also take care of allowing unseting of $this->foo 24 years ago
Andi Gutmans e366f5dbd8 - Fix problem with the objects_destructor called during shutdown. It was 24 years ago
Adam Dickmeiss 4935636521 Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 24 years ago
Sebastian Bergmann cb2124be7c Revert per Andi's request. Sorry :-( 24 years ago
Sebastian Bergmann fd884e2bea Fix warning. Again :-) 24 years ago
Andi Gutmans 2c95fc2d55 - Please don't use strcmp() and friends in Zend but only the mem* 24 years ago
Sebastian Bergmann 86469a0dfb Fix a warning. 24 years ago
Andi Gutmans 180f91bac8 - Nice catch by Derick. GINIT is dead. 24 years ago
Sebastian Bergmann 031784c687 MFZE1: is_a() 24 years ago
Sebastian Bergmann 55cdbf3a6d MFZE1: define a couple of macros under win32. (Patch By: Jon Parise <jon@php.net>) 24 years ago
Andi Gutmans 7309a6ed21 - First destructor hell fix. There was a situation where an object's 24 years ago
Andi Gutmans c2b73faade - Fix a bug reported by Sebastian with indirect class names not working. 24 years ago
Andi Gutmans 2131b019c7 - Improve performance of functions that use $GLOBALS[] 24 years ago
Thies C. Arntzen a0ab80ab80 MFZE1 24 years ago
Andi Gutmans 65f01545a8 - Fix crash bug in call_user_function_ex(). Thanks to Sebastian for the 24 years ago
Sebastian Bergmann 7e1957044d Update Exceptions example. 24 years ago
Andi Gutmans f1e8815c26 - Change exception handling to use the Java-like catch(MyException $exception) 24 years ago
Andi Gutmans 1f2f2571e4 - MFZE1 24 years ago
Andi Gutmans b9355b9a11 - Output error when there's an uncaught exception (by Timm Friebe) 24 years ago
Andi Gutmans 0f398e4d4a - Make sure $this is passed on to methods 24 years ago
Sebastian Bergmann 62dc854bb0 Happy New Year. 24 years ago
Andi Gutmans e1876cba4d - Small fix 24 years ago
Andi Gutmans e56fb1639b - Allow passing of $this as function arguments. 24 years ago
Andi Gutmans a4248dd584 - Significantly improve the performance of method calls and $this->member 24 years ago