History log of /PHP-7.1/Zend/zend_compile.c (Results 1651 – 1675 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f8ebfe7c 15-Sep-2002 Andi Gutmans

- Hopefully fix problem with __autoload not working well with inherited classes.
- There might still be some weird situations I haven't thought of.


# 43139dc7 15-Sep-2002 Andi Gutmans

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


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3
# c2af55fb 05-Sep-2002 Stanislav Malyshev

quick-n-dirty inheritance support for __handlers


# d8651c82 04-Sep-2002 Stanislav Malyshev

Support for __get, __set and __call in classes.
This should work as follows: if class hasn't member with given name,
__get/__set is called. If class has no method with given name, __call is c

Support for __get, __set and __call in classes.
This should work as follows: if class hasn't member with given name,
__get/__set is called. If class has no method with given name, __call is called.
__get/__set are not recursive, __call can be.

show more ...


Revision tags: php-4.2.3RC2, php-4.2.3RC1
# b806a8e2 14-Aug-2002 Jason Greene

MFZE1 (use token instead of global for opcode counting)


# 52406cb3 08-Aug-2002 Andi Gutmans

- Make new 'is' operator work with classes only and return false when
- the object isn't of the said class or the value isn't an object.


Revision tags: dev
# b0cf6c31 30-Jul-2002 Jason Greene

MFZE1 global declare


# 838b8ba4 30-Jul-2002 Jason Greene

Fix segfault


# 82c72f27 30-Jul-2002 Andrei Zmievski

@- Adding 'is' operator that can be used to check the type of a variable,
@ or its class. (Andrei)


# 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.


# 8dd639ce 21-Jul-2002 Andi Gutmans

- Fix bug reported by Sebastian where old constructors didn't work in
- nested classes.


Revision tags: php-4.2.2
# 0355dc55 17-Jul-2002 Andi Gutmans

- Remove code which wasn't supposed to go into the patch.


# 9c52e883 17-Jul-2002 Andi Gutmans

- Rejuggle some code.


# 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 ...


# 7b68f510 14-Jul-2002 Andi Gutmans

- Nuke delete(). It was a big mistake to introduce it and I finally
- understand why Java didn't do so.
- If you still want to control destruction of your object then either make
- sure y

- Nuke delete(). It was a big mistake to introduce it and I finally
- understand why Java didn't do so.
- If you still want to control destruction of your object then either make
- sure you kill all references or create a destruction method which you
- call yourself.

show more ...


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# 57b853c8 01-Jul-2002 Andi Gutmans

- Fix bug when acccessing $this not in class scope.


Revision tags: php-4.3.0dev_zend2_alpha2
# 20d02565 29-Jun-2002 Andi Gutmans

- Revert previous fix.


# 6116145f 29-Jun-2002 Andi Gutmans

- Change E_ERROR -> E_COMPILE_ERROR where needed.


# dd8df522 29-Jun-2002 Andi Gutmans

- Fix for bug #17882. We complain if the same method is declared twice.


# 9c148f0d 23-Jun-2002 Andi Gutmans

- Fix problem with constructor not being inherited and called correctly.


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90
# 2d6404d5 05-Jun-2002 Andi Gutmans

- Allow overloaded objects to receive the method name in its original
- case.


Revision tags: 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, php-4.2.1RC2, php-4.2.1RC1
# 51e797f1 23-Apr-2002 Harald Radi

some type cleanup work


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# 3b6b13b0 07-Apr-2002 Stanislav Malyshev

sync


Revision tags: php-4.2.0RC2
# 17116438 29-Mar-2002 Derick Rethans

- revert patch


# 7394b8fc 25-Mar-2002 Derick Rethans

- MFZE1


1...<<61626364656667686970>>...79