History log of /PHP-7.3/Zend/zend_API.c (Results 626 – 650 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# d88c2b18 04-Feb-2005 Hartmut Holzgraefe

added some missing zend_[declare|update]_property_...() convenience
functions for bool, double and binary safe string data


# 1d5c13bd 22-Jan-2005 Marcus Boerger

- Fix #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.)


# 4908642c 15-Jan-2005 Andi Gutmans

- Unload on MAC OS X (shouldn't be a reason not to)


# 2a3ca10a 10-Jan-2005 Rasmus Lerdorf

Fix OSX DL_UNLOAD macro and actually use it to make shared extensions
work on OSX.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 9a92e31c 02-Nov-2004 Sebastian Bergmann

Patch by Joe Orton <jorton@redhat.com>.


Revision tags: PRE_NEW_VM_GEN_PATCH
# aa247a32 29-Sep-2004 Marcus Boerger

- MFB (synch correctly not only for one problem)


# 0ec6eb7a 29-Sep-2004 Marcus Boerger

- Refix the fix
# This somehow got lost and was then readded by Andi in 1.258 at the wrong
# position. Obviously we need to separate the argument first and convert it
# afterwards as done

- Refix the fix
# This somehow got lost and was then readded by Andi in 1.258 at the wrong
# position. Obviously we need to separate the argument first and convert it
# afterwards as done in 5.0.*.

show more ...


# e39f3f3f 28-Sep-2004 Marcus Boerger

Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)


# b82a18c8 24-Sep-2004 Anantha Kesari H Y

selectively avoiding module cleanup code for apache 1 build and removing a duplicate code


Revision tags: php-5.0.2
# 5af07c3c 22-Sep-2004 Anantha Kesari H Y

Aligned the ifdef NETWARE blocks to first column.


# 8478f5e3 22-Sep-2004 Anantha Kesari H Y

When Apache is unloaded, it calls dlclose on all the PHP extensions
that are loaded in memory. In the case of Apache 1.3, this call is blocking indefinitely. As a work around, this call is bypass

When Apache is unloaded, it calls dlclose on all the PHP extensions
that are loaded in memory. In the case of Apache 1.3, this call is blocking indefinitely. As a work around, this call is bypassed for Apache 1.3 build on NetWare only. This means that none of the loaded PHP extensions are unloaded. They will have to be manually unloaded before re-loading the Apache 1.3 again.

show more ...


Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 6bd3c36a 09-Sep-2004 Andi Gutmans

- Recommit:
- Check signature of magic methods
- Register __get/__set/__call for internal classes


# 96ab56e1 09-Sep-2004 Andi Gutmans

- Roll back VM commit


# be24e245 09-Sep-2004 Marcus Boerger

- Check signature of magic methods
- Register __get/__set/__call for internal classes


# f20f992d 09-Sep-2004 Andi Gutmans

- Fix the fix.


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH
# d7422e38 04-Sep-2004 Andi Gutmans

- Don't destroy object when calling overloaded cast method in
- zend_parse_parameters()


Revision tags: php-4.3.9RC2
# 87187da0 24-Aug-2004 Marcus Boerger

- Add missing brackets


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3
# a6276a24 05-Jun-2004 Marcus Boerger

Fix #28641: Instance of Interface


Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# c8e72410 18-May-2004 Marcus Boerger

- Need to operate on module pointer in hash table


# da26db30 18-May-2004 Stanislav Malyshev

Z_TYPE_P is for zvals


# b949bfe6 18-May-2004 Wez Furlong

Register according to the type specified by the module.
(Helps to fix dl() bug)


# aa7454ab 12-May-2004 Marcus Boerger

- Centralize register and hash operations for startup/register_module
in new zend_register_module_ex().


# 950ddcc9 12-May-2004 Marcus Boerger

- Revert to 1.249


# f571b188 01-May-2004 Marcus Boerger

Don't load modules twice


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 52303217 30-Mar-2004 Marcus Boerger

- Fix Reflection class names
- Add ability to get the extension an internal class was defined in
# This is the patch Andi and me used to search for underscrores...


1...<<21222324252627282930>>...36