#
c073b76a |
| 14-Jan-2003 |
Andi Gutmans |
- Change "is" to "instanceof" as it explains better what the operator means. - "is_a" was also appropriate but ugly.
|
#
424e98f4 |
| 12-Jan-2003 |
Zeev Suraski |
Implemented compatibility mode To enable - zend2.implicit_clone = on in php.ini or using ini_set()
|
#
76c663b3 |
| 11-Jan-2003 |
Andi Gutmans |
- Fix typo and whitespace
|
#
2c44fab3 |
| 11-Jan-2003 |
Derick Rethans |
- Ported the zend_execute_internal hook to ZendEngine2.
|
#
77208ec4 |
| 02-Jan-2003 |
Zeev Suraski |
Fix incorrect linkage of access-levels, when using private methods
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
ce69b6f6 |
| 07-Dec-2002 |
Zeev Suraski |
Support private/protected constructors
|
#
c087d9e9 |
| 07-Dec-2002 |
Zeev Suraski |
Fix error messages
|
#
e062dffe |
| 06-Dec-2002 |
Zeev Suraski |
- Implement public/protected/private methods. - Prevent instantiation of classes with abstract methods. Based in part on Marcus's patch.
|
#
671fff2f |
| 30-Nov-2002 |
Andi Gutmans |
h WHitespace
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
6aa90a75 |
| 24-Nov-2002 |
Andi Gutmans |
- FN_IS_STATIC -> FN_STATIC
|
#
e8214a33 |
| 23-Nov-2002 |
Andi Gutmans |
- Commit Marcus' cleanup of abstract and static inheritance and improve - error messages
|
#
ba1f6450 |
| 22-Nov-2002 |
Sebastian Bergmann |
Show class name as well. Patch by Marcus Börger.
|
#
da0e29e9 |
| 21-Nov-2002 |
Sebastian Bergmann |
Show the name of the abstract method in the error.
|
#
227f7838 |
| 20-Nov-2002 |
Andi Gutmans |
- Fix build (thanks Marcus) - Implement abstract methods, syntax: - abstract function foo($vars); - I don't see any reason why modifiers such as static/public need to be - used wit
- Fix build (thanks Marcus) - Implement abstract methods, syntax: - abstract function foo($vars); - I don't see any reason why modifiers such as static/public need to be - used with abstract. PHP is weakly typed and there would be no meaning to - this anyway. People who want a strictly typed compiled language are - looking in the wrong place.
show more ...
|
#
4be862b0 |
| 19-Nov-2002 |
Zeev Suraski |
MFZE1 - error_reporting fix
|
#
29695934 |
| 17-Nov-2002 |
Stanislav Malyshev |
fix the leak
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
3944ce41 |
| 13-Nov-2002 |
Stanislav Malyshev |
semi-fix string offsets crash - now it doesn't crash, but still leaks
|
#
155c4531 |
| 11-Nov-2002 |
Sebastian Bergmann |
Fugbix typo.
|
#
bab84eab |
| 06-Nov-2002 |
Sebastian Bergmann |
Fix ZTS build.
|
#
41bd9b37 |
| 06-Nov-2002 |
Stanislav Malyshev |
fix zend_assign_to_object_op
|
#
c4978680 |
| 05-Nov-2002 |
Andi Gutmans |
- Add support for static methods. Basically methods which are defined as - static don't have $this. That's the whole difference.
|
#
3c94041b |
| 01-Nov-2002 |
Andi Gutmans |
- Fix unset($this->foo)
|
Revision tags: php-4.3.0pre2 |
|
#
023836ae |
| 24-Oct-2002 |
Andi Gutmans |
- Also tune jmpz_ex
|
#
80109314 |
| 24-Oct-2002 |
Andi Gutmans |
- Improve performance of part of the jmps. More to follow.
|