Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Even though it is uncommented it should be right | Marcus Boerger | 2004-03-27 | 1 | -1/+1 | |
| | ||||||
* | New autoload protection schema was implemented (Using HashTable instead of ↵ | Dmitry Stogov | 2004-03-24 | 1 | -1/+1 | |
| | | | | boolean flag) | |||||
* | - Stop make_printable_zval() from calling __toString() | Andi Gutmans | 2004-03-17 | 1 | -0/+2 | |
| | ||||||
* | - Replaced the exec_finished hook by the zend_post_deactive hook for | Derick Rethans | 2004-03-16 | 1 | -3/+3 | |
| | | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (Derick) | |||||
* | Fixed bug #27590 (crash during shutdown when freeing persistent resources | Ilia Alshanetsky | 2004-03-14 | 1 | -1/+1 | |
| | | | | | in ZTS mode). | |||||
* | - Fix flow of logic | Andi Gutmans | 2004-03-14 | 1 | -2/+4 | |
| | ||||||
* | - Support Cast operator in convert_to_* so that we support internal | Andi Gutmans | 2004-03-14 | 1 | -1/+2 | |
| | | | | | - extensions such as SimpleXML. This is for Sterling. | |||||
* | - Fix crash in exception handling (zend_exception_error(...) and | Andi Gutmans | 2004-03-01 | 1 | -4/+0 | |
| | | | | | zend_eval_string_ex() were buggy (Dmitry, Andi) | |||||
* | - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ↵ | Zeev Suraski | 2004-02-25 | 1 | -14/+2 | |
| | | | | | | | | | | | affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is enabled). - Restore default arguments in interfaces and handle it correctly. - Move registration of internal classes later in the startup sequence in order to have INI options available. | |||||
* | Forward-port fixlet from PHP 4 (thanks to Michael Sisolak) | Zeev Suraski | 2004-02-18 | 1 | -0/+1 | |
| | ||||||
* | Centralize exceptions code in zend_exceptions.[ch]. | Zeev Suraski | 2004-02-12 | 1 | -1/+1 | |
| | | | | | | | | Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon | |||||
* | Must be initialized in ZTS mode | Marcus Boerger | 2004-02-11 | 1 | -0/+1 | |
| | ||||||
* | Fix exceptions thrown without a stack frame | Zeev Suraski | 2004-02-11 | 1 | -6/+0 | |
| | | | | | Always enable set_exception_handler() | |||||
* | Nice patch Christian, but it wasn't at all enabled? :) | Zeev Suraski | 2004-01-15 | 1 | -1/+2 | |
| | | | | | Fix bug #26883 | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - Fixed var_export() to show public, protected and private modifiers properly. | Derick Rethans | 2004-01-03 | 1 | -1/+1 | |
| | | | | | - Exported (un)mangle_property_name. | |||||
* | Add missing notice | Marcus Boerger | 2003-12-29 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload | Marcus Boerger | 2003-12-23 | 1 | -0/+1 | |
| | | | | | results in segfault). | |||||
* | Bug #25547 (error_handler and array index with function call) was fixed | Dmitry Stogov | 2003-12-19 | 1 | -0/+18 | |
| | | | | | tests/lang/bug25547.phpt | |||||
* | Reenable __tostring() magic for print,echo,concatenation,function naming... | Marcus Boerger | 2003-12-15 | 1 | -6/+5 | |
| | | | | | | but not for other internal things. # As discussed with Andi | |||||
* | Free is needed in non ZTS too | Marcus Boerger | 2003-12-12 | 1 | -2/+2 | |
| | ||||||
* | Fix memleaks in ZTS mode | Marcus Boerger | 2003-12-12 | 1 | -2/+14 | |
| | ||||||
* | Fix memleaks | Marcus Boerger | 2003-12-12 | 1 | -0/+3 | |
| | ||||||
* | - Add E_STRICT, to be used to warn purists (like Jani :) | Andi Gutmans | 2003-11-18 | 1 | -1/+2 | |
| | ||||||
* | Handle exceptions in casting more gracefully. | Marcus Boerger | 2003-11-08 | 1 | -0/+6 | |
| | | | | | This fixes bug #26166 | |||||
* | Fixed bug #25922 (Crash in error handler when 5th argument is modified). | Ilia Alshanetsky | 2003-10-22 | 1 | -7/+7 | |
| | ||||||
* | Added missing format. | Ilia Alshanetsky | 2003-09-22 | 1 | -1/+1 | |
| | ||||||
* | Fallback to default behaviour for unsupported object type conversions | Marcus Boerger | 2003-09-18 | 1 | -4/+5 | |
| | ||||||
* | Bugfix #25335 | Marcus Boerger | 2003-09-14 | 1 | -9/+7 | |
| | ||||||
* | Fix registering/derigistering of stdClass in ZTS and NON ZTS mode | Marcus Boerger | 2003-09-08 | 1 | -9/+1 | |
| | ||||||
* | Invalidate exception in this case too | Marcus Boerger | 2003-09-01 | 1 | -0/+1 | |
| | ||||||
* | Revisited: Replace the non portable code by spprintf | Marcus Boerger | 2003-08-31 | 1 | -19/+3 | |
| | ||||||
* | Make vspprintf available as zend utility function. Use it in exception output. | Marcus Boerger | 2003-08-31 | 1 | -0/+2 | |
| | ||||||
* | Classe tables work this way | Marcus Boerger | 2003-08-28 | 1 | -1/+1 | |
| | ||||||
* | - Provide a unified way to display uncaught exceptions, which shows | Marcus Boerger | 2003-08-24 | 1 | -3/+3 | |
| | | | | | | | file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use above function to fix memleaks in CLI. | |||||
* | Add exec_finished() callback for modules - this is the last place where the | Zeev Suraski | 2003-07-30 | 1 | -0/+15 | |
| | | | | | modules may touch the symbol table reliably | |||||
* | Remove the obfuscation caused by the double "#ifdef ZTS" | foobar | 2003-07-29 | 1 | -1/+1 | |
| | ||||||
* | Make print_r() binary safe with keys | Zeev Suraski | 2003-07-24 | 1 | -1/+1 | |
| | ||||||
* | - ZE coding style requires if ( instead of if( | Andi Gutmans | 2003-06-30 | 1 | -4/+4 | |
| | ||||||
* | Fix bug #23279 - exception handler exits after first function call | Stanislav Malyshev | 2003-06-15 | 1 | -4/+9 | |
| | ||||||
* | Bugfix #24182: va_arg macro error in Zend/zend.c | Marcus Boerger | 2003-06-14 | 1 | -1/+1 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | ||||||
* | Nicer handling of protected/private members in print_r() | Zeev Suraski | 2003-06-08 | 1 | -4/+18 | |
| | ||||||
* | fix non-ZTS build | Stanislav Malyshev | 2003-06-04 | 1 | -1/+2 | |
| | ||||||
* | Fix segfault. Again. | Sebastian Bergmann | 2003-06-04 | 1 | -0/+1 | |
| | ||||||
* | rm namespace leftovers | Stanislav Malyshev | 2003-06-04 | 1 | -1/+0 | |
| | ||||||
* | Fix segfault. #Hopefully not a Voodoo Fix[TM]. | Sebastian Bergmann | 2003-06-04 | 1 | -2/+3 | |
| | ||||||
* | Leftover. | Sebastian Bergmann | 2003-06-02 | 1 | -3/+0 | |
| | ||||||
* | MEGA-patch: namespaces are R.I.P. | Stanislav Malyshev | 2003-06-02 | 1 | -26/+20 | |
| | ||||||
* | Fix init shutdown | Marcus Boerger | 2003-05-31 | 1 | -1/+3 | |
| |