Zeev Suraski
8f52bf6835
Fix assignments to $this.
...
Fixes the 'make install' problem reported on php-dev
2003-01-29 08:55:12 +00:00
b98d46baf2
ChangeLog update
2003-01-29 01:31:55 +00:00
Zeev Suraski
49fd225238
Fix a ticks related crash
2003-01-28 11:34:24 +00:00
Zeev Suraski
6155a1fa24
Allow methods in parent classes to call protected methods in derived
...
classes
2003-01-28 09:44:18 +00:00
90f9f62665
ChangeLog update
2003-01-28 01:33:49 +00:00
Stanislav Malyshev
3a4ace13b4
Replace MAKE_VAR opcode with special 'data' opcode
...
This opcode is not executeable but only holds data for opcodes
that need more than two arguments (presently only ASSIGN_OBJ and the ilk but
in the future also ASSIGN_DIM)
2003-01-27 15:13:01 +00:00
e9833ff497
ChangeLog update
2003-01-27 01:31:58 +00:00
Sascha Schumann
0ceb4a93b2
Replace snprintf() call using zend_error's capabilities
2003-01-26 23:15:30 +00:00
d3319d1b07
ChangeLog update
2003-01-24 01:32:58 +00:00
Zeev Suraski
76c93412d3
Let the scope propagate to internal functions
2003-01-23 16:40:30 +00:00
foobar
7a93625e4c
Fixed bug: #14542 , register_shutdown_function() timeout problem
2003-01-23 05:15:42 +00:00
ae55ffe7bf
ChangeLog update
2003-01-23 01:33:39 +00:00
Stanislav Malyshev
d433a62ef4
some small refinements for get_class_*
2003-01-22 14:55:01 +00:00
Ilia Alshanetsky
72cd67b3ca
Fixed bug #21814 (Allow booleans to be used as array keys).
2003-01-22 14:48:30 +00:00
d4d46ac352
ChangeLog update
2003-01-22 01:33:11 +00:00
Sterling Hughes
d3f04d8ecc
fix by phanto to the cloning
2003-01-21 00:00:38 +00:00
11aebf74bb
ChangeLog update
2003-01-20 01:32:16 +00:00
Zeev Suraski
4c8473d619
relabel
2003-01-19 21:37:40 +00:00
Stanislav Malyshev
dce8267f35
Restore for now old statics behaviour (so that indirect $$var references would work again). Comprehensive fix will follow later.
2003-01-19 17:25:39 +00:00
Harald Radi
697398e18e
ini patch to allow 'entry[] = value' entries
2003-01-19 12:01:38 +00:00
aba4c07be1
ChangeLog update
2003-01-18 01:33:47 +00:00
Harald Radi
46306a3212
export zend_objects_destroy_object()
...
static inline was meaningless anyways as the function
was only used as a callback handler and was never
called directly
2003-01-17 23:59:15 +00:00
Harald Radi
5795ed62f4
make std_object_handlers struct available for shared modules
2003-01-17 21:16:12 +00:00
08c11f2931
ChangeLog update
2003-01-17 01:36:11 +00:00
7f3b79adc5
ChangeLog update
2003-01-16 01:33:30 +00:00
Ilia Alshanetsky
12d2b01a25
Fixed bug #20933 (isset/empty didn't work when used on string offsets).
2003-01-16 00:44:17 +00:00
Andi Gutmans
e5afca38b6
- Revert int -> unsigned int change for str.len
2003-01-15 20:35:06 +00:00
Sascha Schumann
7431b52291
Revert commit which turned the lengths of strings into zend_uint.
2003-01-15 19:10:14 +00:00
a34d4dc30e
ChangeLog update
2003-01-15 01:34:55 +00:00
Andi Gutmans
c073b76aac
- Change "is" to "instanceof" as it explains better what the operator means.
...
- "is_a" was also appropriate but ugly.
2003-01-14 21:29:23 +00:00
Stanislav Malyshev
5340b204ca
fix memory leaks and key size
2003-01-14 15:12:35 +00:00
Ilia Alshanetsky
dff55752aa
MFZE2
2003-01-14 14:21:45 +00:00
Stanislav Malyshev
67c50ee22a
fix warning
2003-01-14 12:27:07 +00:00
Stanislav Malyshev
eccc536883
Make add_property_ functions work via write_property handler
2003-01-14 12:15:09 +00:00
Stanislav Malyshev
f30f3590a1
ws
2003-01-14 12:13:51 +00:00
Ilia Alshanetsky
ad3b2ccec9
Reverting previous patch.
2003-01-14 02:41:47 +00:00
062942c4e9
ChangeLog update
2003-01-14 01:35:54 +00:00
Ilia Alshanetsky
8e7df3fbf1
MFZE2
2003-01-13 16:34:19 +00:00
Andi Gutmans
94e6eb06dd
- Don't check if the handle is bogus. We should crash.
2003-01-13 04:55:34 +00:00
aec08c6052
ChangeLog update
2003-01-13 01:34:00 +00:00
Harald Radi
58d3451c75
fix wrong dereferenciation
2003-01-12 21:59:57 +00:00
Stanislav Malyshev
33b67ab868
fix inheritance
2003-01-12 18:57:18 +00:00
Stanislav Malyshev
2ae8d124ce
Remove handle_property from here too
2003-01-12 17:22:35 +00:00
Stanislav Malyshev
d48ffd97d6
RIP handle_* functions. ZE2 will use __ handlers instead.
...
# Yes, I know this will break some things. I will fix those I can find shortly.
2003-01-12 17:16:07 +00:00
Stanislav Malyshev
1b355e119e
Move Z_OBJ_P here.
2003-01-12 14:39:45 +00:00
Stanislav Malyshev
d27b3d3ad9
Remove Z_OBJ - it's internal to Zend objects, no generic function except
...
those in zend_object_handlers.c should use it.
Add Z_OBJ_HANDLER macro for easy access to handlers
2003-01-12 14:38:54 +00:00
Sebastian Bergmann
24db7f182a
ZTS fixes.
2003-01-12 14:25:58 +00:00
Stanislav Malyshev
6cc7ee265c
add get_class_name handler
2003-01-12 13:56:51 +00:00
Stanislav Malyshev
9bba373a17
Use generic handlers instead of Z_OBJ
2003-01-12 13:45:50 +00:00
Harald Radi
2f7f1dd1b8
#@!$$grml*$%
2003-01-12 13:18:05 +00:00