History log of /PHP-5.3/Zend/ZEND_CHANGES (Results 51 – 75 of 84)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d85d018 04-Sep-2002 Sebastian Bergmann

Let debug_backtrace() example print out the class name, if applicable, and the function/method arguments.


Revision tags: php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2
# ff012991 17-Jul-2002 foobar

This was mentioned already above (with an example too :)


# 852f4f2c 16-Jul-2002 Andi Gutmans

- Before I forget to list it, this was also added.


# 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
# 4d1321af 30-Jun-2002 Andi Gutmans

- Remember to document autoload when I have time.


Revision tags: php-4.3.0dev_zend2_alpha2, 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
# a0140802 24-May-2002 Sebastian Bergmann

Fugbix typo.


# f657df14 24-May-2002 Andi Gutmans

- Add a bit of information.


Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 9f47b2f1 12-May-2002 Sebastian Bergmann

Rephrase.


# 3fa1fd86 12-May-2002 Sebastian Bergmann

Beautify.


# 92c71b5b 12-May-2002 Sebastian Bergmann

Start documenting the debug backtracing.


# 571d93e1 12-May-2002 Sebastian Bergmann

Whitespace fixes.


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
# 2f010abe 08-Mar-2002 Sebastian Bergmann

Add 'import const' example.


# 0e17eea0 07-Mar-2002 Sebastian Bergmann

Add another 'import' example and merge 'import' section into 'Namespaces' section.


# 3930d70f 02-Mar-2002 Sebastian Bergmann

Consistency.


# 3b7435fc 02-Mar-2002 Sebastian Bergmann

Add 'import statement' section.


Revision tags: php-4.1.2
# 6a59c7fc 21-Feb-2002 Sebastian Bergmann

Maintain ZEND_CHANGES to account for the addition of private member variables.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 7e195704 14-Jan-2002 Sebastian Bergmann

Update Exceptions example.


# 7c2fef70 31-Dec-2001 Sebastian Bergmann

Consistency.


# c54f216e 31-Dec-2001 Andi Gutmans

- Add example of default argument for argument passed by-ref


# 4af1b42b 30-Dec-2001 Sebastian Bergmann

Typo.


# c6f1e68e 29-Dec-2001 Andi Gutmans

- A few clarifications


# 1d4793e5 29-Dec-2001 Sebastian Bergmann

Integrate Andi's examples and some notes by Stig.


# 76cfd48f 29-Dec-2001 Sebastian Bergmann

Update Exceptions example.


Revision tags: php-4.1.1
# cc014311 16-Dec-2001 Sebastian Bergmann

I'm too trigger-happy.


1234