Stanislav Malyshev
44c2c39188
remove comment
2002-09-09 08:59:18 +00:00
e15e0336de
ChangeLog update
2002-09-09 00:33:41 +00:00
Andi Gutmans
e3ca0ff0b8
- Prepare for alpha 3
2002-09-08 15:33:54 +00:00
5800ae1db2
ChangeLog update
2002-09-06 00:36:15 +00:00
Stanislav Malyshev
c2af55fb18
quick-n-dirty inheritance support for __handlers
2002-09-05 17:34:16 +00:00
e5fd005fa9
ChangeLog update
2002-09-05 00:34:49 +00:00
Sebastian Bergmann
af4243b908
Whitespace fixes.
2002-09-04 16:50:01 +00:00
Stanislav Malyshev
e8f6654663
remove dead code
2002-09-04 15:04:39 +00:00
Stanislav Malyshev
36c60cea38
Fix __call and add some docs
2002-09-04 15:03:41 +00:00
Sebastian Bergmann
2711976f56
Fix ZTS build.
2002-09-04 12:49:30 +00:00
Sebastian Bergmann
42eebfc81a
TBD: __call(), __get(), __set().
2002-09-04 12:49:15 +00:00
Stanislav Malyshev
d8651c82cd
Support for __get, __set and __call in classes.
...
This should work as follows: if class hasn't member with given name,
__get/__set is called. If class has no method with given name, __call is called.
__get/__set are not recursive, __call can be.
2002-09-04 09:07:58 +00:00
Sebastian Bergmann
84c1bee585
Workaround for superfluous comma in var_export() result.
2002-09-04 05:46:16 +00:00
Sebastian Bergmann
7d85d01834
Let debug_backtrace() example print out the class name, if applicable, and the function/method arguments.
2002-09-04 05:35:20 +00:00
05d52abd27
ChangeLog update
2002-09-04 00:34:17 +00:00
Thies C. Arntzen
ca0a7c4323
nuke warning
2002-09-03 14:14:44 +00:00
Thies C. Arntzen
db92641e32
nuke unneeded stuff
2002-09-03 13:53:05 +00:00
Zeev Suraski
e801a99a50
MFZE1
2002-09-03 10:25:06 +00:00
Zeev Suraski
5f3e75a725
MFZE1
2002-09-03 10:06:13 +00:00
Derick Rethans
45a203b411
- Revert
...
#- Sorry... was too busy with it to notice discussion on php.dev
2002-09-03 09:57:27 +00:00
Derick Rethans
74049eb191
- MFH for: Apply rest of html errors fix (Patch by Jan Lehnardt <jan@php.net>)
2002-09-03 09:56:20 +00:00
Sebastian Bergmann
cfad3c664f
Add html_errors to zend_utility_values. Patch by Jan Lehnardt <jan@php.net>.
2002-09-03 09:41:41 +00:00
Andi Gutmans
1c5841d376
- Fix typo
2002-09-03 04:19:04 +00:00
3df0df50f4
ChangeLog update
2002-09-03 00:32:58 +00:00
Thies C. Arntzen
96ab23981c
refine last patch. if the argument-stack is not consistent don't try to show
...
arguments. no call to zend_error is made as we might end up in an infinite
recursion if called from an error_handler.
so: if the arguments to functions aren't shown in debug_backtrace this is 'cause
the arument stack was not consistent when debug_backtrace was called.
2002-09-02 12:26:09 +00:00
Thies C. Arntzen
9afea7175c
debug_backtrace() now checks the complete argument-stack for consistency.
2002-09-02 12:20:09 +00:00
Stanislav Malyshev
c8a659f8f6
MFZE1
2002-09-02 09:13:53 +00:00
bf220ce104
ChangeLog update
2002-09-02 00:31:53 +00:00
Andi Gutmans
f4e8b2c4e9
- Fix leak reported by "l0t3k" <cshmoove@hotmail.com>
2002-09-01 19:19:50 +00:00
Stanislav Malyshev
73cf316a53
MFZE1
2002-09-01 08:30:39 +00:00
3324e38e8a
ChangeLog update
2002-08-29 00:17:29 +00:00
Thies C. Arntzen
eef3e66f1f
debug_backtrace()
...
- make args passed to functions called vy call_user_function available again.
2002-08-28 15:05:15 +00:00
Thies C. Arntzen
b72069e859
debug_backtrace():
...
- make args work if called from the error_handler
- fix refcount for args
2002-08-28 14:49:15 +00:00
Thies C. Arntzen
bdc35c9f2e
clear current_execute_data on bailout as it would point into some freed area
...
on the stack.
2002-08-28 14:43:32 +00:00
Derick Rethans
a9d819818b
- MFZE1
2002-08-28 09:49:40 +00:00
9cf662e1a2
ChangeLog update
2002-08-27 00:20:32 +00:00
Thies C. Arntzen
4d931b9888
debug_backtrace(): show name of included file for include and require calls
...
plus some small fixes suggested by andi.
# now it's perfect;-)
2002-08-26 16:40:34 +00:00
6218e98046
ChangeLog update
2002-08-25 00:18:44 +00:00
Andi Gutmans
c651dd962f
- Whitespace
2002-08-24 20:57:54 +00:00
Andi Gutmans
8a02b43073
- Whitespace and better variable name
2002-08-24 20:52:52 +00:00
Thies C. Arntzen
800c67a166
fix warning
2002-08-24 09:05:44 +00:00
89f8b5ad79
ChangeLog update
2002-08-24 00:20:37 +00:00
Andi Gutmans
f976590420
- Add \n to configure fprintf
2002-08-23 22:11:10 +00:00
Andi Gutmans
3844b6af97
- dlerror -> DL_ERROR
2002-08-23 22:07:59 +00:00
Thies C. Arntzen
eea1a0b296
debug_backtrace: show include/require/eval as normal functions on the stack
...
# the hard bit is to find out the args for those
2002-08-23 14:44:58 +00:00
Derick Rethans
8feda5cb6a
- No spaces :)
2002-08-23 14:28:56 +00:00
Thies C. Arntzen
280809189b
- debug_backtrace now also returns an array containing the arguments of the
...
called function.
zeev, andi - is knowing the structure of the stack considered a bad thing in
zend_builtin_function? if yes i would have to create a new function in
zend_ptr_stack.c (but i think we are save this way)
2002-08-23 14:22:25 +00:00
Thies C. Arntzen
7ed2d363c8
- debug_backtrace:
...
added "type" ('->' or '::') for object calls.
made calls done thru call_user_func show-up correct in backtraces.
andi,
does this look correct to you?
2002-08-23 13:50:42 +00:00
Thies C. Arntzen
10b58f2110
those are set by RETURN_FROM_EXECUTE
2002-08-23 12:18:54 +00:00
f35c4b5138
ChangeLog update
2002-08-22 00:17:15 +00:00