diff options
author | Marcus Boerger <helly@php.net> | 2005-07-27 22:19:01 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-07-27 22:19:01 +0000 |
commit | a935b062367008784d385eb5616c3cbf5528ce43 (patch) | |
tree | 60825bbc1e8b280d1709f5ef760ea9caf934b7f2 /ext/mssql/php_mssql.c | |
parent | b3685eef5a71a2df80c6df46f4674da611c4ac35 (diff) | |
download | php-git-a935b062367008784d385eb5616c3cbf5528ce43.tar.gz |
- Fix issues with iterators and excpetions
# update documentation
#
# In 5.2 we need to implement an event handler onException() to be invoked
# on exceptions during getChildren() calls. Its default implementation
# would simply rethrow the exception if the flag is not set and delete if
# if it was set. To do so the exceptions refcount needs to be increased
# before calling zend_clear_exception() to keep the exception alive but
# clear the control information.
#
# As a side note this is alos the easy solution to allow multi exception
# handling: Simply clear the engine's exception info and add a property
# called $previousException to the base exception and assign it from the
# already pending one.
Diffstat (limited to 'ext/mssql/php_mssql.c')
0 files changed, 0 insertions, 0 deletions