#
0041aff9 |
| 16-Mar-2004 |
Andi Gutmans |
- Error out if get_method() isn't defined. - Use calling scope of internal function callee when calling a method using static syntax (array("A", "func"));
|
#
09e76476 |
| 16-Mar-2004 |
Marcus Boerger |
Improve error message
|
Revision tags: php-5.0.0RC1RC1 |
|
#
50ee116f |
| 09-Mar-2004 |
Marcus Boerger |
Clearify the different method/class flags (as discussed with Andi).
|
#
0fc9d586 |
| 09-Mar-2004 |
Andi Gutmans |
- Nuke unused code.
|
Revision tags: RELEASE_0_2_0 |
|
#
6b0f57ee |
| 08-Mar-2004 |
Marcus Boerger |
Rename hasMore() to valid() as discussed. (Part II)
|
#
7c9694d2 |
| 02-Mar-2004 |
Andi Gutmans |
- Fix leak (Dmitry)
|
#
ed242f7e |
| 29-Feb-2004 |
Derick Rethans |
- Initialize memory to \0 so that we can reliable detect whether a specific opcode element is in use. #- Stas thinks it's OK ;-)
|
#
deba01c6 |
| 29-Feb-2004 |
Stanislav Malyshev |
export opcode table
|
#
f449c8fd |
| 27-Feb-2004 |
Marcus Boerger |
Fixes for abstract classes/methods
|
#
62e921f8 |
| 25-Feb-2004 |
Zeev Suraski |
Fix leak in foreach ($o->mthd()->arr)
|
#
7086634a |
| 25-Feb-2004 |
Zeev Suraski |
- Improve ARG_INFO() macros to support supplying required_num_args - Initial fix for foreach($o->mthd()->arr) crash (now leaks)
|
#
eb6fd52e |
| 25-Feb-2004 |
Zeev Suraski |
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is
- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone). - Perform implementation checks even with simple inheritance (off when compatibility mode is enabled). - Restore default arguments in interfaces and handle it correctly. - Move registration of internal classes later in the startup sequence in order to have INI options available.
show more ...
|
Revision tags: php-4.3.5RC3, php-5.0.0b4 |
|
#
5cad7a2b |
| 12-Feb-2004 |
Andi Gutmans |
- Remove old code
|
#
00ed3bad |
| 12-Feb-2004 |
Zeev Suraski |
Centralize exceptions code in zend_exceptions.[ch]. Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming
Centralize exceptions code in zend_exceptions.[ch]. Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon
show more ...
|
#
e189d896 |
| 12-Feb-2004 |
Andi Gutmans |
- Use zend_throw_exception_object() in throw_handler to make sure it - does all the checks
|
Revision tags: php-5.0.0b4RC1 |
|
#
d91fc5fa |
| 11-Feb-2004 |
Zeev Suraski |
Fix leaks in assignments to overloaded objects
|
#
3d4c7922 |
| 11-Feb-2004 |
Zeev Suraski |
Fix leak with overloaded objects, when they're used just "for the hell of it" :)
|
#
aac72ce0 |
| 11-Feb-2004 |
Zeev Suraski |
Fixed a bug the caused overloaded array indices to be converted to strings
|
#
30f1be78 |
| 11-Feb-2004 |
Zeev Suraski |
Turn off bogus warnings with overloaded dimensions and += (and friends)
|
#
cc8c9ef2 |
| 11-Feb-2004 |
Zeev Suraski |
Improve the implementation of unset() on array dimensions to be more consistent with that of regular variables and string offsets
|
#
79a58abb |
| 10-Feb-2004 |
Zeev Suraski |
Fix bug #26698 (exceptions handled properly during argument passing to functions)
|
#
57aaad0d |
| 10-Feb-2004 |
Zeev Suraski |
Fix refcounting of ++/+= overloading (fix leak in __get()/__set() based classes)
|
#
de583b2f |
| 10-Feb-2004 |
Zeev Suraski |
Fix handling in assignment using multidimensional array syntax to string offset ($s = "FUBAR"; $s[0][0] = 1;)
|
#
d082fb03 |
| 10-Feb-2004 |
Zeev Suraski |
Fix exception handling in opcodes spanned across multiple oplines (fixes the crash in __set())
|
#
43939618 |
| 10-Feb-2004 |
Zeev Suraski |
- Fix pre/post increment for overloaded objects - Fix binary-assign-op for overloaded objects NOTE: This requires the implementation of the 'get' callback!
|