Magnus M��tt�
9285368cc1
MFH: Fix test
2005-05-31 13:46:59 +00:00
Dmitry Stogov
8ce349b8e0
Fixed bug #22836 (returning reference to uninitialized variable)
2005-05-27 16:05:52 +00:00
Dmitry Stogov
82be7f8f85
Fixed bug #33116 (crash when assigning class name to global variable in __autoload)
2005-05-26 14:40:12 +00:00
Marcus Boerger
db4678d6af
- Add new tests
2005-05-26 12:24:57 +00:00
Ilia Alshanetsky
4a3be1d920
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
2005-05-22 16:40:49 +00:00
Stanislav Malyshev
c51ccc9243
fix leak
2005-05-22 11:11:42 +00:00
Dmitry Stogov
4a3aae2b74
Backported fix for bug #30451
2005-05-19 10:37:09 +00:00
Dmitry Stogov
8e5c9a3d35
Strict warnings
2005-05-19 09:56:00 +00:00
Stanislav Malyshev
00e1c513c3
fix for #29890 - part 2
2005-05-18 18:10:17 +00:00
Stanislav Malyshev
d16cfb98e1
test
2005-05-18 18:08:36 +00:00
Stanislav Malyshev
cc65afef4d
fix #29890 - crash when function call fails
2005-05-18 18:01:13 +00:00
Stanislav Malyshev
9d36b04b69
tests
2005-05-18 14:51:08 +00:00
Magnus M��tt�
b8a50ab35b
MFH: Fix tests.
2005-05-17 18:43:58 +00:00
Antony Dovgal
53db4b6087
MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)
2005-05-13 23:15:21 +00:00
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