Marcus Boerger
39df192788
Correct destruction
2003-11-17 00:36:41 +00:00
4d16f8f4bc
ChangeLog update
2003-11-14 01:31:43 +00:00
Moriyoshi Koizumi
138b1c7be3
Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)
2003-11-13 20:53:55 +00:00
Marcus Boerger
58246412a7
IteratorAggregate::getIterator() cannot return anythingy else than objects
2003-11-13 08:23:49 +00:00
Andi Gutmans
db2a1f4590
- Make sure internal clasess are malloced
2003-11-13 06:40:34 +00:00
66f5f3371f
ChangeLog update
2003-11-11 01:31:39 +00:00
Marcus Boerger
bdc339d30d
Don't use zend_class_entry indirection
2003-11-10 22:06:26 +00:00
Marcus Boerger
7cc93e121b
Bugfix #26010 (Bug on get_object_vars() function)
2003-11-10 21:03:04 +00:00
Marcus Boerger
e7365f316c
Correct default handlers
2003-11-10 20:44:50 +00:00
Marcus Boerger
ea3eec9133
Need to update iterators handler table too.
2003-11-10 18:05:02 +00:00
Marcus Boerger
48d249de46
Fix those warnings
2003-11-10 16:23:12 +00:00
Marcus Boerger
296529b886
Split isset/isempty for object property and object dimension hooking.
2003-11-10 16:14:44 +00:00
Marcus Boerger
da6d68d919
Little iterator improvement: ability to store index in iterator
2003-11-10 16:13:38 +00:00
44dc9eb3e4
ChangeLog update
2003-11-09 01:32:00 +00:00
Marcus Boerger
e72339284f
Add method reflection_class::implementsInterface()
...
Allow string & reflection_class in isSubclassOf()
2003-11-08 21:41:42 +00:00
Marcus Boerger
ab6b1adf0b
Fix reflection_class::isSubclassOf()
2003-11-08 21:02:21 +00:00
Marcus Boerger
316854323d
Handle exceptions in casting more gracefully.
...
This fixes bug #26166
2003-11-08 14:06:08 +00:00
a245f3b7a2
ChangeLog update
2003-11-08 01:32:13 +00:00
Marcus Boerger
f3d385a587
Make __autoload() faster
2003-11-07 11:47:50 +00:00
Marcus Boerger
5112a4ae24
Update Iterators: Call next at the correct point in time.
2003-11-07 10:47:47 +00:00
Marcus Boerger
77923b0eb1
Add missing initialization.
2003-11-07 10:22:16 +00:00
Marcus Boerger
1e44370536
Make these class entries available for inheriting classes
2003-11-07 09:33:06 +00:00
23d16aa99b
ChangeLog update
2003-11-07 01:32:20 +00:00
Ilia Alshanetsky
c258f9c8a2
Fixed bug #26148 (Print the notice before modifying variable on type
...
mismatch).
# This only crashes in ZE1, however logic dictates that it may also crash
# in ZE2 because variable does not have a correct type.
Patch by: morten-bugs dot php dot net at afdelingp dot dk
2003-11-06 20:33:47 +00:00
c3b9e5811c
ChangeLog update
2003-11-05 01:32:23 +00:00
Marcus Boerger
f9d13098e7
Prevent some SEGV's when Exceptions are thorown inside iterators.
2003-11-04 22:07:59 +00:00
Marcus Boerger
e912635f82
Removedouble efree call
2003-11-04 22:01:37 +00:00
Moriyoshi Koizumi
68bab385cb
__tostring() handler should be binary-safe
2003-11-04 17:34:56 +00:00
Moriyoshi Koizumi
aef5f793b8
Fix one more test
2003-11-04 17:14:07 +00:00
Stanislav Malyshev
e69aaa8b05
add zend_iterators.c zend_interfaces.c to make
2003-11-04 15:27:08 +00:00
05dfdf1961
ChangeLog update
2003-11-01 01:31:52 +00:00
Moriyoshi Koizumi
2f27fe3574
Add test case for bug #26010
2003-10-31 17:12:16 +00:00
4adbd1dbf6
ChangeLog update
2003-10-31 01:32:21 +00:00
Stanislav Malyshev
44c3f0066b
make CATCH opcode use "class" T like other opcodes do - via IS_CONST
2003-10-30 11:11:48 +00:00
Andi Gutmans
0b3fe78906
- Beta 2
2003-10-30 10:07:26 +00:00
3a65317f79
ChangeLog update
2003-10-30 01:33:04 +00:00
Moriyoshi Koizumi
973f606067
Use pretty macro instead.
2003-10-29 17:45:56 +00:00
e05a4acc8f
ChangeLog update
2003-10-29 01:32:08 +00:00
Andi Gutmans
530789987f
- Head up! I'm reverting the patch which allows for expressions in constant
...
- declerations. Allowing the access of other constants in this code is
- flawed. We are reverting back to PHP 4's static scalars.
- Don't worry if you get the following msg when compiling:
- "zend_language_parser.y contains 3 useless nonterminals and 22 useless rules"
- I didn't nuke the code in case we have some brilliant ideas after beta 2
2003-10-28 23:44:23 +00:00
Marcus Boerger
851a02e87f
Give some freedon to c iterators but not in userspace.
2003-10-28 18:46:37 +00:00
Shane Caraveo
4bde74c3be
fix crash in do_implement_interface when compiling
...
pear/PHPUnit/Framework/TestCase.php line 63
while only interface_gets_implemented is the issue in this instance, both
these vars were unitialized, causing potential other issues
2003-10-28 05:24:46 +00:00
38f336d464
ChangeLog update
2003-10-26 00:32:26 +00:00
Marcus Boerger
26bfe3f83a
Add zend_make_callable() which allows to make zval's callable zval's.
...
At the moment this function only converts strings of the form class::method
to an array(class,method).
2003-10-25 22:58:06 +00:00
Marcus Boerger
da8ce17f7a
This forces a better error message for non working clone calls.
2003-10-25 19:28:31 +00:00
Marcus Boerger
cad49f1fb0
And use things to throw an exception here
2003-10-25 19:13:06 +00:00
Marcus Boerger
4625529abe
You shall not clone Exception instances
2003-10-25 19:07:09 +00:00
Marcus Boerger
fe3db4c7e9
You shall not clone reflection_xx instances
2003-10-25 19:06:35 +00:00
Marcus Boerger
6c05957aa2
Update
2003-10-25 15:11:49 +00:00
Marcus Boerger
52d2f8f579
Update
2003-10-25 14:54:10 +00:00
Sebastian Bergmann
e1fd9aed8f
Fugbix typo.
2003-10-25 09:20:47 +00:00