Revision tags: php-4.3.0pre2 |
|
#
cf36abb2 |
| 18-Oct-2002 |
Andi Gutmans |
- Change opcode dispatch mechanism to use a function per opcode and use - a lookup table using the opcode # to call the correct function. - Still have lots of tuning to do.
|
#
e842ef9f |
| 12-Oct-2002 |
Ilia Alshanetsky |
MFZE1 (floats & locale issue)
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
7cba0254 |
| 07-Oct-2002 |
Andi Gutmans |
- Allow access to private/protected variables of $clone inside the __clone() - method
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
bd115087 |
| 19-Sep-2002 |
Zeev Suraski |
MFZE1 - connection_status() fix
|
#
8a003f80 |
| 19-Sep-2002 |
Zeev Suraski |
Fix non ZTS build
|
#
c29f5d6e |
| 19-Sep-2002 |
Zeev Suraski |
Fix that obscure crash in Debug_TS mode
|
#
5fcae67e |
| 18-Sep-2002 |
Zeev Suraski |
Fix the thread-safe initialization of the ZE2. This should solve some sporadic crashes, as well as the problem with the built-in constants.
|
#
71126a21 |
| 17-Sep-2002 |
Zeev Suraski |
ZE2 fix
|
#
711be83d |
| 17-Sep-2002 |
Zeev Suraski |
MFZE1 - threading fix
|
#
1074fca0 |
| 15-Sep-2002 |
Ilia Alshanetsky |
Make zend return a proper exit error code when it encounters a parse error.
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
e801a99a |
| 03-Sep-2002 |
Zeev Suraski |
MFZE1
|
Revision tags: php-4.2.3RC2 |
|
#
bdc35c9f |
| 28-Aug-2002 |
Thies C. Arntzen |
clear current_execute_data on bailout as it would point into some freed area on the stack.
|
#
a9d81981 |
| 28-Aug-2002 |
Derick Rethans |
- MFZE1
|
Revision tags: php-4.2.3RC1 |
|
#
5a41ced0 |
| 16-Aug-2002 |
Stig Bakken |
* append emacs footer
|
#
bd7105f7 |
| 16-Aug-2002 |
Stig Bakken |
* remove builtin exception class
|
#
38eea2e8 |
| 16-Aug-2002 |
Andi Gutmans |
- Fix whitespace
|
#
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 ...
|
#
0bb780b3 |
| 15-Aug-2002 |
Zeev Suraski |
MFZE1
|
Revision tags: dev |
|
#
41e3f4f0 |
| 26-Jul-2002 |
Andi Gutmans |
- Fix problem with debug_backtrace() reported by Stig. We weren't reporting - global function information because it wasn't available. We have to do - an additional assignment per-function ca
- Fix problem with debug_backtrace() reported by Stig. We weren't reporting - global function information because it wasn't available. We have to do - an additional assignment per-function call so that it'll be available. - Also don't define the global scope as function name _main_ but leave it - empty so that frameworks like Pear can decide what they want to do.
show more ...
|
Revision tags: php-4.2.2 |
|
#
bc5ea87e |
| 15-Jul-2002 |
Andi Gutmans |
- Commit patch to support protected member variables (by Timm Friebe w/ - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protect
- Commit patch to support protected member variables (by Timm Friebe w/ - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around.
show more ...
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
d4acdd34 |
| 18-Jun-2002 |
Derick Rethans |
- MFZE1
|
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, 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 |
|
#
b66c89c4 |
| 07-May-2002 |
Andi Gutmans |
- More debug backtrace work. It still doesn't work very well...
|
Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
fb6976e4 |
| 12-Mar-2002 |
Andi Gutmans |
- Another couple of indirection fixes. - Make class_entry->refcount be part of the structure and not allocated.
|
#
92dd5e61 |
| 12-Mar-2002 |
Stanislav Malyshev |
- make class tables contain class_entry *, not class_entry - fix isset($this)
|
Revision tags: php-4.1.2 |
|
#
7df16012 |
| 26-Feb-2002 |
Andi Gutmans |
- MFZE1
|