Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -2/+2 |
| | |||||
* | Another tweak to make 5.2 compile on gcc2 | Rasmus Lerdorf | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed module loading order and made request shutdown functions also to | Jani Taskinen | 2009-05-14 | 1 | -1/+1 |
| | | | | | be loaded in reverse like all other shutdowns are. | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed compiler warnings | Jani Taskinen | 2007-07-21 | 1 | -2/+2 |
| | |||||
* | MFH: fix build on Tru64 | Antony Dovgal | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | fix #40815 (using strings like "class::func" and static methods in ↵ | Antony Dovgal | 2007-03-15 | 1 | -0/+3 |
| | | | | set_exception_handler() might result in crash) | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -5/+3 |
| | |||||
* | Fixed bug #39969 (ini setting short_open_tag has no effect when using ↵ | Dmitry Stogov | 2007-01-12 | 1 | -4/+22 |
| | | | | --enable-maintainer-zts) | ||||
* | Fixed bug #35634 (Erroneous "Class declarations may not be nested" error ↵ | Dmitry Stogov | 2007-01-11 | 1 | -1/+18 |
| | | | | raised). (Carl P. Corliss) | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -2/+2 |
| | |||||
* | that was not intentional | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
| | | | | | thanks Nuno | ||||
* | MFH | Antony Dovgal | 2006-12-28 | 1 | -11/+2 |
| | |||||
* | is_numeric_string() optimization | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
| | | | | | # Original Patch by Matt Wilmas | ||||
* | MFH: use BSD licensed implementation of double-to-string utilities instead ↵ | Antony Dovgal | 2006-12-06 | 1 | -0/+2 |
| | | | | | | | of LGPL one this patch also fixes thread safety issues in zend_strtod() | ||||
* | Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an ↵ | Dmitry Stogov | 2006-11-08 | 1 | -3/+4 |
| | | | | extension INI directive). (wharmby at uk dot ibm dot com, Dmitry) | ||||
* | - MFH: Fix issue with some mangeled properties | Marcus Boerger | 2006-11-03 | 1 | -2/+2 |
| | |||||
* | Fixed bug #39140 (Uncaught exception may cause crash) | Dmitry Stogov | 2006-10-16 | 1 | -0/+2 |
| | |||||
* | MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling ↵ | Sara Golemon | 2006-10-06 | 1 | -0/+3 |
| | | | | | | | zend_execute_scripts() Reapplying this since it looks like we'll be doing a PHP 5.2 RC6 after all | ||||
* | Revert until 5.2's release since we're in RC stage | Sara Golemon | 2006-10-06 | 1 | -3/+0 |
| | |||||
* | MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling ↵ | Sara Golemon | 2006-10-05 | 1 | -0/+3 |
| | | | | zend_execute_scripts() | ||||
* | MFH: fix #38779 (engine crashes when require()'ing file with syntax error ↵ | Antony Dovgal | 2006-09-11 | 1 | -0/+1 |
| | | | | through userspace stream wrapper) | ||||
* | Use proper write callback | Ilia Alshanetsky | 2006-08-19 | 1 | -1/+1 |
| | |||||
* | - Better fix for #34505 and related, drop zend_unmangle_property_name_ex() | Marcus Boerger | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | fetch tsrm_ls, don't use it uninitialized | Antony Dovgal | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -17/+1 |
| | |||||
* | MFH: initialize EG(exit_status) in ZTS mode | Antony Dovgal | 2006-07-12 | 1 | -0/+1 |
| | |||||
* | MFH: Added hook for compile_string() | Stefan Esser | 2006-06-13 | 1 | -0/+1 |
| | |||||
* | Make zend_print_zval_r_ex() use the write callback function. | Ilia Alshanetsky | 2006-06-11 | 1 | -22/+31 |
| | |||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -0/+1 |
| | | | | | will follow later today) | ||||
* | SAPI globals are destroied at this point and reporting errors about memory ↵ | Dmitry Stogov | 2006-06-02 | 1 | -1/+1 |
| | | | | leaks can cause crash. | ||||
* | Optimized zend_try/zend_catch macroses (eliminated memcpy()) | Dmitry Stogov | 2006-05-19 | 1 | -2/+2 |
| | |||||
* | Fixed bug #35512 (Lack of read permission on main script results in | Ilia Alshanetsky | 2006-05-17 | 1 | -1/+1 |
| | | | | | E_WARNING rather then E_ERROR). | ||||
* | - Missing __toString() pieces | Marcus Boerger | 2006-05-12 | 1 | -17/+16 |
| | |||||
* | no need to destroy the zval here | Antony Dovgal | 2006-05-11 | 1 | -1/+0 |
| | |||||
* | - Missing __ToString() sync | Marcus Boerger | 2006-05-10 | 1 | -9/+4 |
| | |||||
* | - Missing __tostring() conversion snippets | Marcus Boerger | 2006-05-10 | 1 | -0/+3 |
| | |||||
* | add missing parts of E_RECOVERABLE merge | Antony Dovgal | 2006-05-10 | 1 | -0/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | fix compilation on AIX | Antony Dovgal | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | fix #36878 (error messages are printed even though an exception has been thrown) | Antony Dovgal | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | Optimization of module unloading (temporary modules can be only in the end) | Dmitry Stogov | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | - MFH Use object handler get in the same way as the rest of the engine does | Marcus Boerger | 2006-03-02 | 1 | -1/+4 |
| | |||||
* | - MFH Fix string-conversion and const updating | Marcus Boerger | 2006-03-01 | 1 | -1/+6 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Fixed bug #34729 (Crash in ZTS mode under Apache) | Dmitry Stogov | 2005-12-01 | 1 | -0/+11 |
| | |||||
* | Fixed bug #35373 (HP-UX "alias not allowed in this configuration") | Dmitry Stogov | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) | Dmitry Stogov | 2005-11-15 | 1 | -0/+3 |
| | |||||
* | Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension ↵ | Dmitry Stogov | 2005-11-07 | 1 | -1/+1 |
| | | | | is compiled as shared) |