1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Commit Graph

3951 Commits

Author SHA1 Message Date
Dmitry Stogov 89511b316a Fixed bug #31525 (object reference being dropped. $this getting lost) 2005-05-05 17:36:53 +00:00
Stanislav Malyshev 24150c7b1d clarify some magic 2005-05-04 15:25:42 +00:00
Dmitry Stogov 8f95eb97e2 Fixed bug #30707 (Segmentation fault on exception in method) 2005-05-04 11:16:58 +00:00
Dmitry Stogov 39a1bc4a46 ws 2005-05-04 08:44:40 +00:00
Dmitry Stogov 7f3804f4ae Fixed bug #30162 (Catching exception in constructor couses lose of $this) 2005-05-04 08:41:56 +00:00
Marcus Boerger 6d72c22eea - Add test 2005-05-03 12:54:11 +00:00
Dmitry Stogov 573c568e85 Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
Now get_class_methods() shows accessible private and protected methods if it is called from class scope.
2005-05-03 08:50:13 +00:00
Marcus Boerger d4f91d59dd - MFH Bugfix #30126 2005-05-02 16:03:01 +00:00
foobar c1b700d871 MFH 2005-04-29 10:40:39 +00:00
foobar 94e8a7b47d MFH: Make sure E_STRICT is set always 2005-04-29 08:54:30 +00:00
Dmitry Stogov 39fec23c4c Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with array_push()) 2005-04-29 07:58:50 +00:00
Dmitry Stogov 79864e31c1 Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On)
Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On)
Fixed bug #32080 (segfault when assigning object to itself with zend.ze1_compatibility_mode=On)
2005-04-29 07:03:35 +00:00
Dmitry Stogov 11f5296b41 Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others) 2005-04-28 17:39:56 +00:00
Dmitry Stogov cfb4c916b8 Fixed bug #29210 (Function: is_callable - no support for private and protected classes). 2005-04-27 15:44:06 +00:00
Dmitry Stogov eb51b4f23a Fixed bug #29104 (Function declaration in method doesn't work) 2005-04-27 14:30:33 +00:00
Dmitry Stogov 6644e5c5ec Fixed bug #32674 (exception in iterator causes crash) 2005-04-27 06:46:44 +00:00
Dmitry Stogov 519642125f Fixed bug #30889 (Conflict between __get/__set and ++ operator) 2005-04-26 13:23:08 +00:00
Dmitry Stogov 1a94c0f341 Fixed bug #30702 (cannot initialize class variable from class constant) 2005-04-26 09:27:07 +00:00
Dmitry Stogov fae7e2bff2 Fixed bug #29944 (Function defined in switch, crashes). 2005-04-25 09:58:06 +00:00
Dmitry Stogov abe7b677f3 Fixed call to estrndup() with invalid lengt 2005-04-25 06:11:00 +00:00
Sebastian Bergmann 4dceadd4c1 MFH: Correct grammar. 2005-04-25 05:14:46 +00:00
foobar eb393b600c MFH: - Execute destructors earlier 2005-04-24 14:49:00 +00:00
Dmitry Stogov d67b99c290 Fixed memory leak in debug_backtrace() 2005-04-18 07:24:25 +00:00
Stanislav Malyshev 4b9cca7c0c fi memory corruption if one on the on_modify handlers errors out 2005-04-12 12:59:36 +00:00
Marcus Boerger a16a9a753e - MFH Fix memory corruption 2005-04-08 14:36:39 +00:00
foobar 09a5954e67 MFH: Nuke duplication 2005-04-07 21:05:19 +00:00
Zeev Suraski 1bb1e8f5fa MFH (Fix strdup() bug when USE_ZEND_ALLOC was disabled) 2005-04-07 14:00:00 +00:00
Stanislav Malyshev b1efdfae47 fix backtraces - non-Zend classes have names too 2005-04-04 17:22:20 +00:00
foobar eb6732ad60 MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
MFH:   (kameshj at fastmail dot fm)
2005-04-03 21:57:06 +00:00
Derick Rethans 56bad109e2 - MFH: internal_function->fn_flags is not initialized at this point 2005-03-31 15:44:52 +00:00
Andi Gutmans 921d5d6a30 - Fix memset() bug (Joe Orton) 2005-03-21 16:22:10 +00:00
Marcus Boerger fe86da56e8 - MFH 2005-03-19 15:38:19 +00:00
Marcus Boerger 1442b416a8 - MFH 2005-03-19 15:15:51 +00:00
Marcus Boerger 582697ae5c - MFH 2005-03-19 14:29:18 +00:00
Wez Furlong 7394b3734b MFH: don't call rshutdown twice for dl()'d modules. 2005-03-16 04:19:20 +00:00
Wez Furlong 8c9a6e1436 MFH: dl()'d module shutdown fix 2005-03-15 23:47:12 +00:00
Stanislav Malyshev b9a9d572d8 ws 2005-03-14 09:13:14 +00:00
Stanislav Malyshev 07bcc295c4 Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
on it
2005-03-13 17:48:12 +00:00
Stanislav Malyshev 5b80f925cf Fix get_extension_funcs() - extension names are now lowercased, so should
be function arguments.
2005-03-13 15:29:10 +00:00
Marcus Boerger 37d8de4ba6 - MFH 2005-03-13 13:24:26 +00:00
Anantha Kesari H Y 047f1a26a0 NetWare LibC's sys/types.h does not include sys/select.h implicitly as it is the case with Linux LibC 2005-03-11 06:51:01 +00:00
Marcus Boerger a8aaf58df3 - Irrelevant 2005-03-11 01:31:42 +00:00
Marcus Boerger 84bd08261f - MFH Bugfix #28442 2005-03-10 13:24:33 +00:00
Anantha Kesari H Y 6cd2919f3d Autoconf based build can be used for NetWare 2005-03-10 11:34:15 +00:00
Anantha Kesari H Y b8e9edcce3 NetWare can make use of ./configure generated zend_config.h 2005-03-10 11:30:44 +00:00
Anantha Kesari H Y 5ee2605386 This patch is needed for cross compilation to go through 2005-03-10 09:50:37 +00:00
Marcus Boerger 8c142dd228 - MFH 2005-03-10 02:34:11 +00:00
Marcus Boerger 916806055c - MFH 2005-03-07 19:34:03 +00:00
Zeev Suraski ba31cb7b88 Revert // </script> patch 2005-03-07 16:48:12 +00:00
foobar f262d06686 Fixed compile warning (bug #32046) 2005-03-06 16:22:22 +00:00