Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 1 | -1573/+0 |
| | |||||
* | MFH | Antony Dovgal | 2006-10-11 | 1 | -0/+2 |
| | |||||
* | Fixed wrong return value | Dmitry Stogov | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | MFH: fix #38779 (engine crashes when require()'ing file with syntax error ↵ | Antony Dovgal | 2006-09-11 | 1 | -0/+7 |
| | | | | through userspace stream wrapper) | ||||
* | Fixed bug #36759 (Objects destructors are invoked in wrong order when script ↵ | Dmitry Stogov | 2006-07-12 | 1 | -0/+14 |
| | | | | is finished). | ||||
* | MFH: Added hook for compile_string() | Stefan Esser | 2006-06-13 | 1 | -1/+1 |
| | |||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -0/+7 |
| | | | | | will follow later today) | ||||
* | Fixed bug #37558 (timeout functionality doesn't work after a second PHP ↵ | Dmitry Stogov | 2006-05-25 | 1 | -0/+1 |
| | | | | starup on the same thread). (p dot desarnaud at wanadoo dot fr) | ||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -35/+28 |
| | | | | | | | | | | | | | | | | | | | | | . 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) | ||||
* | there is no %v in 5_1 | Antony Dovgal | 2006-04-20 | 1 | -1/+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. | ||||
* | zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros | Dmitry Stogov | 2006-03-14 | 1 | -2/+2 |
| | |||||
* | Optimized cleanup loops on request shutdown | Dmitry Stogov | 2006-03-13 | 1 | -17/+25 |
| | |||||
* | Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get() | Dmitry Stogov | 2006-03-03 | 1 | -0/+5 |
| | |||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 |
| | |||||
* | - MFH: Function deprecation flag | Marcus Boerger | 2006-02-25 | 1 | -0/+12 |
| | |||||
* | - MFH Fix issues with static method invocation | Marcus Boerger | 2006-01-22 | 1 | -8/+14 |
| | |||||
* | MFH: make sure ce_child is properly initialized | Antony Dovgal | 2006-01-18 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail ↵ | Dmitry Stogov | 2005-12-22 | 1 | -1/+3 |
| | | | | dot com) | ||||
* | fix leak appearing when __autoload() throws an exception | Antony Dovgal | 2005-12-20 | 1 | -1/+3 |
| | |||||
* | - Simplify and synch is_callable_ex() with actual execution code | Marcus Boerger | 2005-12-16 | 1 | -8/+42 |
| | | | | | | . Allow array($this, 'parent::method') for function 'pointers' . Spit out E_STRICT in case of erroneous use of function 'pointers' | ||||
* | Fixed bug #35612 (iis6 Access Violation crash) | Dmitry Stogov | 2005-12-09 | 1 | -1/+6 |
| | |||||
* | Fixed bug #35509 (string constant as array key has different behavior inside ↵ | Dmitry Stogov | 2005-12-05 | 1 | -10/+2 |
| | | | | object) | ||||
* | Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) | Dmitry Stogov | 2005-11-24 | 1 | -1/+7 |
| | |||||
* | Fixed SIGSEGV | Dmitry Stogov | 2005-10-27 | 1 | -2/+2 |
| | |||||
* | Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly) | Dmitry Stogov | 2005-10-20 | 1 | -0/+7 |
| | |||||
* | Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() ↵ | Dmitry Stogov | 2005-09-09 | 1 | -7/+17 |
| | | | | functions to not call __autoload(). | ||||
* | Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) | Dmitry Stogov | 2005-09-02 | 1 | -1/+3 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33942 (the patch to #33156 crash cygwin except cli) | Dmitry Stogov | 2005-08-02 | 1 | -0/+4 |
| | |||||
* | bug #33865 | foobar | 2005-07-26 | 1 | -1/+1 |
| | |||||
* | - Fix error generation logic (found by johannes) | Marcus Boerger | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). ↵ | Dmitry Stogov | 2005-07-12 | 1 | -0/+7 |
| | | | | (Nuno) | ||||
* | Fixed bug #28072 (static array with some constant keys will be incorrectly ↵ | Dmitry Stogov | 2005-07-07 | 1 | -4/+20 |
| | | | | ordered). | ||||
* | Fixed bug #31158 (array_splice on $GLOBALS crashes) | Dmitry Stogov | 2005-07-04 | 1 | -0/+14 |
| | |||||
* | Fixed bug #30519 (Interface not existing says Class not found) | Dmitry Stogov | 2005-06-24 | 1 | -1/+5 |
| | |||||
* | Fixed bug #29896 (Backtrace argument list out of sync) | Dmitry Stogov | 2005-06-22 | 1 | -0/+2 |
| | |||||
* | Allowed return by refrence from internal functions | Dmitry Stogov | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed double call to php_stream_close() on compiler errors | Dmitry Stogov | 2005-06-09 | 1 | -5/+0 |
| | |||||
* | Fixed bug #30140 (Problem with array in static properties) | Dmitry Stogov | 2005-06-08 | 1 | -3/+5 |
| | |||||
* | Fixed bug #33116 (crash when assigning class name to global variable in ↵ | Dmitry Stogov | 2005-05-26 | 1 | -2/+5 |
| | | | | __autoload). | ||||
* | fix #29890 - crash when function call fails | Stanislav Malyshev | 2005-05-18 | 1 | -0/+5 |
| | |||||
* | - Part 2 of #30126: Enhancement for error message for abstract classes | Marcus Boerger | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | - Part 1 of #30126: Enhancement for error message for abstract classes | Marcus Boerger | 2005-05-02 | 1 | -1/+2 |
| | |||||
* | - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)) | foobar | 2005-03-26 | 1 | -0/+11 |
| | | | | | (kameshj at fastmail dot fm) | ||||
* | - Fix all incarnations of bug #30266 | Marcus Boerger | 2005-03-19 | 1 | -0/+4 |
| | | | | | | # most probably we should emit a fatal error here but that has to be # discussed first | ||||
* | - Actually this is a much better error decription | Marcus Boerger | 2005-03-13 | 1 | -1/+1 |
| | |||||
* | - Bugfix #32290 | Marcus Boerger | 2005-03-13 | 1 | -0/+8 |
| | |||||
* | - Be more gracious in reflection API | Marcus Boerger | 2005-02-13 | 1 | -5/+5 |
| |