Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2 |
|
#
9e9c193e |
| 06-Dec-2004 |
Stanislav Malyshev |
port fix for #30998: Crash when user error handler returns false on amd64
|
Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
ec4f6434 |
| 09-Sep-2004 |
Andi Gutmans |
- Recommit
|
#
96ab56e1 |
| 09-Sep-2004 |
Andi Gutmans |
- Roll back VM commit
|
#
7bfb3973 |
| 09-Sep-2004 |
Marcus Boerger |
- Drop namespace relict
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH |
|
#
85a36e2b |
| 05-Sep-2004 |
Zeev Suraski |
Fix reverse dependency
|
Revision tags: php-4.3.9RC2 |
|
#
57ba9b8c |
| 19-Aug-2004 |
Andi Gutmans |
- Second wave of garbage removal.
|
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
0cd2da03 |
| 25-Jul-2004 |
Marcus Boerger |
- Execute destructors earlier (Florian Schaper, fschaper at intux org)
|
Revision tags: RELEASE_0_1 |
|
#
56f8195f |
| 19-Jul-2004 |
Andi Gutmans |
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
show more ...
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
334ddd12 |
| 12-Jul-2004 |
Andi Gutmans |
- Convert zend_class_entry -> zend_class_entry *
|
#
d46f8078 |
| 10-Jul-2004 |
Jon Parise |
DragonFly BSD is derived from FreeBSD and requires the same floating point precision fix.
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
2e19f82a |
| 01-Jun-2004 |
Andi Gutmans |
- If user error handler returns "false" then we relay to the built in error handler
|
#
915a9903 |
| 28-May-2004 |
Andrei Zmievski |
Allow user-defined error handlers to indicate whether default error handler should be re-invoked, by returning true or false.
|
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2 |
|
#
d58fe035 |
| 17-Apr-2004 |
Marcus Boerger |
Retval may not be set when zend_execute() is overloaded
|
Revision tags: php-4.3.6, php-5.0.0RC2RC1 |
|
#
979da661 |
| 13-Apr-2004 |
Andi Gutmans |
- Add hook for exception handler (Derick)
|
Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
52303217 |
| 30-Mar-2004 |
Marcus Boerger |
- Fix Reflection class names - Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores...
|
#
1bf1b64c |
| 28-Mar-2004 |
Marcus Boerger |
Initialize the complete struct
|
#
3b8b43a9 |
| 28-Mar-2004 |
Stanislav Malyshev |
try get handler on printable conversion
|
#
63338975 |
| 27-Mar-2004 |
Marcus Boerger |
Even though it is uncommented it should be right
|
Revision tags: php-4.3.5 |
|
#
55cf45ab |
| 24-Mar-2004 |
Dmitry Stogov |
New autoload protection schema was implemented (Using HashTable instead of boolean flag)
|
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2 |
|
#
09341786 |
| 17-Mar-2004 |
Andi Gutmans |
- Stop make_printable_zval() from calling __toString()
|
#
6535933f |
| 16-Mar-2004 |
Derick Rethans |
- Replaced the exec_finished hook by the zend_post_deactive hook for extensions. The new hook will be run after the symbol table and destructors are run. (Derick)
|
Revision tags: php-5.0.0RC1RC1 |
|
#
4c283fff |
| 14-Mar-2004 |
Ilia Alshanetsky |
Fixed bug #27590 (crash during shutdown when freeing persistent resources in ZTS mode).
|
#
7901a221 |
| 14-Mar-2004 |
Andi Gutmans |
- Fix flow of logic
|
#
88de69b9 |
| 14-Mar-2004 |
Andi Gutmans |
- Support Cast operator in convert_to_* so that we support internal - extensions such as SimpleXML. This is for Sterling.
|
Revision tags: RELEASE_0_2_0 |
|
#
7c72f6ff |
| 01-Mar-2004 |
Andi Gutmans |
- Fix crash in exception handling (zend_exception_error(...) and zend_eval_string_ex() were buggy (Dmitry, Andi)
|