Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | there is no %v in 5_1 | Antony Dovgal | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37138 (__autoload tries to load callback'ed self and parent) | Dmitry Stogov | 2006-04-20 | 2 | -19/+36 |
| | |||||
* | fix #37062 (compile failure on ARM architecture) | Antony Dovgal | 2006-04-15 | 1 | -0/+1 |
| | | | | | if ARM is big endian - don't define IEEE_LITTLE_ENDIAN | ||||
* | make it consistent with the other ones =) | Antony Dovgal | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #36513 (comment will be outputed in last line) | Dmitry Stogov | 2006-04-13 | 2 | -2/+24 |
| | |||||
* | Fixed test | Dmitry Stogov | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37046 (foreach breaks static scope) | Dmitry Stogov | 2006-04-12 | 3 | -7/+95 |
| | |||||
* | Fixed bug #37002 (Have to quote literals in INI when concatenating with vars) | Dmitry Stogov | 2006-04-12 | 1 | -6/+7 |
| | |||||
* | - MFH Iterators from overloaded objects are allowed to not have keys... | Marcus Boerger | 2006-04-10 | 2 | -2/+6 |
| | |||||
* | - MFH Coverity fix 49 | Marcus Boerger | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | Fixed possible crash in interactive mode | Dmitry Stogov | 2006-04-10 | 1 | -2/+4 |
| | |||||
* | MFH: | Dmitry Stogov | 2006-04-07 | 1 | -15/+11 |
| | | | | | | - Allowed storing NULL pointers in HashTable - Optimized zend_hash_reverse_apply() | ||||
* | Fix a bug that would not fill in the fifth argument to preg_replace() | Andrei Zmievski | 2006-04-06 | 2 | -0/+9 |
| | | | | | properly, if the variable was not declared previously. | ||||
* | fix #36944 (strncmp & strncasecmp do not return false on negative string length) | Antony Dovgal | 2006-04-05 | 1 | -0/+12 |
| | |||||
* | fix compilation on AIX | Antony Dovgal | 2006-03-30 | 2 | -2/+2 |
| | |||||
* | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 2 | -6/+23 |
| | | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs | ||||
* | initialize bucket #0 with nulls (normally it shouldn't be used at all, but ↵ | Antony Dovgal | 2006-03-28 | 1 | -0/+1 |
| | | | | if it is - we don't want any memory issues, do we?) | ||||
* | fix #36897 (debug_print_backtrace() doesn't return void but array(0) {}) | Antony Dovgal | 2006-03-28 | 1 | -2/+0 |
| | |||||
* | fix #36878 (error messages are printed even though an exception has been thrown) | Antony Dovgal | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed meory leak in case of unknown pragma | Dmitry Stogov | 2006-03-27 | 1 | -0/+2 |
| | |||||
* | - Initialized callable_name if present | Marcus Boerger | 2006-03-23 | 1 | -0/+3 |
| | |||||
* | Removed unreachable code | Dmitry Stogov | 2006-03-20 | 1 | -7/+1 |
| | |||||
* | FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all ↵ | Dmitry Stogov | 2006-03-17 | 1 | -2/+2 |
| | | | | SIGSEGV related code is commented. | ||||
* | Optimization of module unloading (temporary modules can be only in the end) | Dmitry Stogov | 2006-03-17 | 2 | -6/+2 |
| | |||||
* | Fix: incorrect string length passed | Dmitry Stogov | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | Added E_STRICT warning in case of calling non-static method from ↵ | Dmitry Stogov | 2006-03-15 | 2 | -0/+54 |
| | | | | incompatible context (this feature is staying for BC with php-4). | ||||
* | Eliminated run-time constant fetching for TRUE, FALSE and NULL | Dmitry Stogov | 2006-03-15 | 3 | -10/+41 |
| | |||||
* | Fixed "zend_vm_gen.php --without-specializer" | Dmitry Stogov | 2006-03-15 | 3 | -8/+8 |
| | |||||
* | Fixed bug #36568 (memory_limit setting on win32 has no effect) | Dmitry Stogov | 2006-03-14 | 3 | -15/+21 |
| | |||||
* | zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros | Dmitry Stogov | 2006-03-14 | 3 | -4/+4 |
| | |||||
* | Optimized cleanup loops on request shutdown | Dmitry Stogov | 2006-03-13 | 4 | -26/+47 |
| | |||||
* | As per agreement during PDM, remove the E_STRICT deprecation notice from | Ilia Alshanetsky | 2006-03-12 | 1 | -1/+1 |
| | | | | | "var". | ||||
* | Fixed compatibility with ext/hash | Dmitry Stogov | 2006-03-06 | 1 | -3/+3 |
| | |||||
* | - Add missing function for completeness | Marcus Boerger | 2006-03-05 | 2 | -0/+15 |
| | |||||
* | Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get() | Dmitry Stogov | 2006-03-03 | 1 | -0/+5 |
| | |||||
* | Remove "called at [(null):0]" from debug backtrace | Dmitry Stogov | 2006-03-03 | 1 | -1/+5 |
| | |||||
* | - 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 | 2 | -1/+7 |
| | |||||
* | - Fix test | Marcus Boerger | 2006-03-01 | 1 | -0/+2 |
| | |||||
* | - MFH Argument parsing specifier 'C', which is necessary for SPL already | Marcus Boerger | 2006-02-27 | 1 | -3/+38 |
| | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 5 | -7/+7 |
| | |||||
* | - MFH: Function deprecation flag | Marcus Boerger | 2006-02-25 | 6 | -7/+42 |
| | |||||
* | Fix a bug where the default value for function argument could be an | Andrei Zmievski | 2006-02-23 | 1 | -0/+3 |
| | | | | | array with array (!) keys. | ||||
* | - Fix method flag handling | Marcus Boerger | 2006-02-19 | 1 | -1/+1 |
| | |||||
* | fix leak in zend_strtod() on big doubles | Antony Dovgal | 2006-02-14 | 2 | -1/+34 |
| | | | | | add new test | ||||
* | MFH. | Andrei Zmievski | 2006-02-07 | 1 | -1/+6 |
| | |||||
* | init variables | Antony Dovgal | 2006-02-06 | 2 | -3/+3 |
| | |||||
* | Fixed bug #36303 (foreach on error_zval produces segfault) | Dmitry Stogov | 2006-02-06 | 3 | -5/+27 |
| | |||||
* | - MFH | Marcus Boerger | 2006-02-05 | 1 | -15/+39 |
| | |||||
* | Fixed bug #36268 (Object destructors called even after fatal errors) | Dmitry Stogov | 2006-02-03 | 1 | -0/+14 |
| |