Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Assume lazy consensus regarding the cast_object() patch. *Only* implemented | Sterling Hughes | 2003-05-27 | 1 | -2/+7 | |
| | | | | | | from a internals perspective. This callback has been very useful for both ext/mono and ext/simplexml | |||||
* | Fix bug #23162 user_error() crashs if > 1024 bytes (Marcus, Moriyoshi) | Marcus Boerger | 2003-05-04 | 1 | -6/+11 | |
| | ||||||
* | Change get_class() so that it returns qualified names for namespaced | Stanislav Malyshev | 2003-04-21 | 1 | -6/+6 | |
| | | | | | | | | | | | | classes. *HEADS UP*: get_class_name() handler interface is changed, now it should allocate the space it returns with emalloc, and the users free it. If anyone has problems with it or has suggestions how to do it without this - please tell. Also: make function_exists() understand namespaces. | |||||
* | Corrected patch by Marcus Börger <helly@php.net>. | Sebastian Bergmann | 2003-04-19 | 1 | -1/+5 | |
| | ||||||
* | Patch by Marcus Börger to fix some memleaks | Sterling Hughes | 2003-04-18 | 1 | -3/+9 | |
| | ||||||
* | Patch by Marcus Börger <helly@php.net>. | Sebastian Bergmann | 2003-04-17 | 1 | -5/+3 | |
| | ||||||
* | Initialize all relevant zend_class_entry fields to avoid accidental | Andrei Zmievski | 2003-04-03 | 1 | -1/+0 | |
| | | | | | crashes. | |||||
* | Use strncpy instead of sprintf | Stanislav Malyshev | 2003-03-31 | 1 | -1/+2 | |
| | ||||||
* | Try to report class name of the exception | Stanislav Malyshev | 2003-03-30 | 1 | -3/+9 | |
| | ||||||
* | remove unused variable | Sterling Hughes | 2003-03-29 | 1 | -2/+0 | |
| | ||||||
* | Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). | Sebastian Bergmann | 2003-03-26 | 1 | -1/+1 | |
| | ||||||
* | - Fix win32 build | Andi Gutmans | 2003-03-23 | 1 | -1/+1 | |
| | ||||||
* | resore namespace on shutdown - since some functions use | Stanislav Malyshev | 2003-03-23 | 1 | -0/+5 | |
| | | | | | EG() and CG() pointers | |||||
* | add a standard Exception class. | Sterling Hughes | 2003-03-23 | 1 | -0/+2 | |
| | ||||||
* | Add infrastructure for JIT initialization of auto globals | Zeev Suraski | 2003-03-02 | 1 | -3/+4 | |
| | ||||||
* | Implement simple stream support in the ZE scanners. | Wez Furlong | 2003-02-18 | 1 | -0/+2 | |
| | ||||||
* | Fix initialization | Zeev Suraski | 2003-02-16 | 1 | -1/+1 | |
| | ||||||
* | ZTS fixes | Sebastian Bergmann | 2003-02-16 | 1 | -3/+3 | |
| | ||||||
* | Namespace patch. Big changes: | Stanislav Malyshev | 2003-02-16 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | 1. Nested classes are gone. 2. New syntax for namespaces: namespace foo { class X { ... } function bar { ... } var x = 1; const ZZ = 2; } 3. Namespaced symbol access: $x = new foo::X; - etc. For now, namespaces are case insensitive, just like classes. Also, there can be no global class and namespace with the same name (to avoid ambiguities in :: resolution). | |||||
* | Centralize class initialization | Zeev Suraski | 2003-02-10 | 1 | -17/+3 | |
| | ||||||
* | Rework static class properties - now supports access restrictions | Zeev Suraski | 2003-02-05 | 1 | -1/+1 | |
| | ||||||
* | Reimplement PPP properties | Zeev Suraski | 2003-02-04 | 1 | -2/+1 | |
| | ||||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+1 | |
| | ||||||
* | ws | Stanislav Malyshev | 2003-01-14 | 1 | -8/+8 | |
| | ||||||
* | RIP handle_* functions. ZE2 will use __ handlers instead. | Stanislav Malyshev | 2003-01-12 | 1 | -3/+3 | |
| | | | | | # Yes, I know this will break some things. I will fix those I can find shortly. | |||||
* | ZTS fixes. | Sebastian Bergmann | 2003-01-12 | 1 | -12/+12 | |
| | ||||||
* | Use generic handlers instead of Z_OBJ | Stanislav Malyshev | 2003-01-12 | 1 | -21/+47 | |
| | ||||||
* | Implemented compatibility mode | Zeev Suraski | 2003-01-12 | 1 | -6/+18 | |
| | | | | | To enable - zend2.implicit_clone = on in php.ini or using ini_set() | |||||
* | - Ported the zend_execute_internal hook to ZendEngine2. | Derick Rethans | 2003-01-11 | 1 | -0/+1 | |
| | ||||||
* | Fix leak | Zeev Suraski | 2003-01-09 | 1 | -0/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -2/+2 | |
| | ||||||
* | - Implement public/protected/private methods. | Zeev Suraski | 2002-12-06 | 1 | -0/+1 | |
| | | | | | | - Prevent instantiation of classes with abstract methods. Based in part on Marcus's patch. | |||||
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 1 | -0/+64 | |
| | ||||||
* | - Revert as the patch doesn't compile | Andi Gutmans | 2002-12-01 | 1 | -64/+0 | |
| | ||||||
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 1 | -0/+64 | |
| | ||||||
* | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -1/+1 | |
| | ||||||
* | - Initialize constants_updated (by Marcus) | Andi Gutmans | 2002-11-29 | 1 | -0/+2 | |
| | ||||||
* | - Fix crash | Andi Gutmans | 2002-11-24 | 1 | -1/+3 | |
| | ||||||
* | MFZE1 - error_reporting fix | Zeev Suraski | 2002-11-19 | 1 | -0/+24 | |
| | ||||||
* | Fixed some special cases that were crashing for the exception default | Stig Bakken | 2002-11-05 | 1 | -2/+8 | |
| | | | | | handler. | |||||
* | - MFZE1 | Derick Rethans | 2002-11-02 | 1 | -0/+1 | |
| | ||||||
* | - Change opcode dispatch mechanism to use a function per opcode and use | Andi Gutmans | 2002-10-18 | 1 | -0/+3 | |
| | | | | | | - a lookup table using the opcode # to call the correct function. - Still have lots of tuning to do. | |||||
* | MFZE1 (floats & locale issue) | Ilia Alshanetsky | 2002-10-12 | 1 | -0/+5 | |
| | ||||||
* | - Allow access to private/protected variables of $clone inside the __clone() | Andi Gutmans | 2002-10-07 | 1 | -2/+2 | |
| | | | | | - method | |||||
* | MFZE1 - connection_status() fix | Zeev Suraski | 2002-09-19 | 1 | -0/+3 | |
| | ||||||
* | Fix non ZTS build | Zeev Suraski | 2002-09-19 | 1 | -2/+2 | |
| | ||||||
* | Fix that obscure crash in Debug_TS mode | Zeev Suraski | 2002-09-19 | 1 | -1/+1 | |
| | ||||||
* | Fix the thread-safe initialization of the ZE2. This should solve some | Zeev Suraski | 2002-09-18 | 1 | -10/+12 | |
| | | | | | sporadic crashes, as well as the problem with the built-in constants. | |||||
* | ZE2 fix | Zeev Suraski | 2002-09-17 | 1 | -1/+1 | |
| | ||||||
* | MFZE1 - threading fix | Zeev Suraski | 2002-09-17 | 1 | -0/+15 | |
| |