History log of /PHP-8.3/Zend/zend_execute_API.c (Results 826 – 850 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bd115087 19-Sep-2002 Zeev Suraski

MFZE1 - connection_status() fix


# a35c61af 16-Sep-2002 Andrei Zmievski

MFZE1


# 43139dc7 15-Sep-2002 Andi Gutmans

- WS - Always use "if (" and not "if("


# fcc0ce7e 15-Sep-2002 Andi Gutmans

- WS


# 7fe216e2 10-Sep-2002 Stanislav Malyshev

MFZE1


# ca6717e3 10-Sep-2002 Stanislav Malyshev

MFZE1


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# eef3e66f 28-Aug-2002 Thies C. Arntzen

debug_backtrace()
- make args passed to functions called vy call_user_function available again.


Revision tags: php-4.2.3RC1
# 7ed2d363 23-Aug-2002 Thies C. Arntzen

- 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 t

- 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?

show more ...


# 04788f95 16-Aug-2002 Stig Bakken

@- Added set_exception_handler() function for registering a global,
@ catch-all exception handling function (Stig)
- Added set_exception_handler() function for registering a global,
ca

@- Added set_exception_handler() function for registering a global,
@ catch-all exception handling function (Stig)
- Added set_exception_handler() function for registering a global,
catch-all exception handling function (Stig)

show more ...


# 17d1c75b 13-Aug-2002 Andi Gutmans

- Fix crash when exception is raised in __autoload function


Revision tags: dev
# b476ddf1 27-Jul-2002 Andi Gutmans

- Make sure classes are first looked for in the current scope.
- Make sure that during inheritance the global scope is searched if the
- current one doesn't work.


Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 401c26fb 29-Jun-2002 Andi Gutmans

- Invalid -> Undefined


# ede84fa3 29-Jun-2002 Andi Gutmans

- Improve some error messages.


# 737de1bd 26-Jun-2002 Andi Gutmans

- Autoloading support based on patch from Ivan Ristic.
- Again I hope this feature ends up working well because if it doesn't we
- might need to nuke it. This only works for global scoped cla

- Autoloading support based on patch from Ivan Ristic.
- Again I hope this feature ends up working well because if it doesn't we
- might need to nuke it. This only works for global scoped classes and it
- will never work for sub-classes so don't even ask!!!!!
- Just define an __autoload() function in the global scope and it will be
- called with the class name as the parameter if it doesn't manage to find
- the class.

show more ...


# 690c85b4 16-Jun-2002 Andi Gutmans

- Fix bug in class constants
- Start centralizing main class lookups. This will help implement
- __autload()


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1
# f75f3cff 31-May-2002 Stanislav Malyshev

Generalize object storage and reference bookkeeping


Revision tags: BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# 7e5ec2d7 02-May-2002 Andi Gutmans

Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how

Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how to
fix this).
Also the main scripts filename isn't available. Need to think about that.

show more ...


Revision tags: php-4.2.1RC1
# 51e797f1 23-Apr-2002 Harald Radi

some type cleanup work


Revision tags: php-4.2.0
# 579b9bff 20-Apr-2002 Zeev Suraski

MFZE1


Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 3af5b15f 14-Mar-2002 Stanislav Malyshev

Fix call_user_function


Revision tags: help
# 92dd5e61 12-Mar-2002 Stanislav Malyshev

- make class tables contain class_entry *, not class_entry
- fix isset($this)


# 90bd4539 01-Mar-2002 Andi Gutmans

- Remove use of C++ reserved words namespace/this


Revision tags: php-4.1.2
# 6608f073 07-Feb-2002 Stanislav Malyshev

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.
Also, this may break other things that access objects' internals directly.

show more ...


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 7309a6ed 25-Jan-2002 Andi Gutmans

- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens

- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens during shutdown in
- order to prevent this problem. It's very likely that destructors will
- cause more grief and we'll have to outline exactly when you should use
- them and what kind of logic you're allowed to do inside of them.
- This bug was reported by sebastian.

show more ...


# 2131b019 20-Jan-2002 Andi Gutmans

- Improve performance of functions that use $GLOBALS[]
- Please check this and make sure it doesn't break anything.


1...<<3132333435363738394041