Revision tags: php-4.3.0pre2 |
|
#
e842ef9f |
| 12-Oct-2002 |
Ilia Alshanetsky |
MFZE1 (floats & locale issue) |
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
d3617c51 |
| 09-Oct-2002 |
Ilia Alshanetsky |
MFZE1 zend_str_tolower issue. |
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
ee7b8f90 |
| 26-Sep-2002 |
Ilia Alshanetsky |
MFZE1 |
#
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 |