History log of /PHP-7.2/Zend/zend.h (Results 351 – 375 of 541)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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
# 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.


# 27de54b0 01-Dec-2002 Andi Gutmans

- MFZE1


# f222884e 01-Dec-2002 Andi Gutmans

- Revert as the patch doesn't compile


# b6ecd670 01-Dec-2002 Andi Gutmans

- MFZE1


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 4be862b0 19-Nov-2002 Zeev Suraski

MFZE1 - error_reporting fix


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 32e8ee9b 11-Nov-2002 Ilia Alshanetsky

MFZE1


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# bd115087 19-Sep-2002 Zeev Suraski

MFZE1 - connection_status() fix


# 711be83d 17-Sep-2002 Zeev Suraski

MFZE1 - threading fix


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# e3ca0ff0 08-Sep-2002 Andi Gutmans

- Prepare for alpha 3


Revision tags: php-4.2.3
# 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 ...


# e801a99a 03-Sep-2002 Zeev Suraski

MFZE1


# cfad3c66 03-Sep-2002 Sebastian Bergmann

Add html_errors to zend_utility_values. Patch by Jan Lehnardt <jan@php.net>.


Revision tags: php-4.2.3RC2, php-4.2.3RC1
# 88d3154b 13-Aug-2002 Zeev Suraski

MFZE1


Revision tags: dev, php-4.2.2
# 0650a59a 18-Jul-2002 Derick Rethans

- MFZE1 - MacOSX fixes by Marko Karppinen


# 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
# f24cb973 29-Jun-2002 Andi Gutmans

- Get ready for alpha2


# 6339bd59 29-Jun-2002 Andi Gutmans

- Fix bug 15037
- Bump version to alpha2-dev


# ba72dbf3 24-Jun-2002 Andi Gutmans

- MFZE1


Revision tags: php-4.3.0dev, php5_5_0
# 90f43c78 08-Jun-2002 Andi Gutmans

- This should improve performance on Windows


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE
# bc95839f 30-May-2002 Venkat Raghavan S

NetWare changes


Revision tags: 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
# 7e5ec2d7 02-May-2002 Andi Gutmans

Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how

Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how to
fix this).
Also the main scripts filename isn't available. Need to think about that.

show more ...


Revision tags: 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
# a68b4481 07-Apr-2002 Stanislav Malyshev

make compatible with current PHP


Revision tags: php-4.2.0RC2
# d5e64b22 20-Mar-2002 Harald Radi

added thread safe hashtable which allows concurrent
reads but only exclusive writes


1...<<11121314151617181920>>...22