History log of /PHP-5.6/Zend/zend_objects_API.c (Results 51 – 75 of 88)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# bf997c3e 04-Apr-2004 Ilia Alshanetsky

Removed unused variable.


Revision tags: php-4.3.6RC1, php-4.3.5
# 7cf92e79 21-Mar-2004 Stanislav Malyshev

return zval *, to make it useful for read_property


# b372b86b 21-Mar-2004 Stanislav Malyshev

update to new API


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# a87cc63a 11-Mar-2004 Andi Gutmans

- Real fix for bug #27535 (Dmitry)


# aa472500 11-Mar-2004 Andi Gutmans

- Attempt to fix bug #27535


Revision tags: RELEASE_0_2_0
# 1c180ba3 03-Mar-2004 Andi Gutmans

- Fix crash:
<?
class foo {
function __destruct() {
foreach ($this->x as $x);
}
}
new foo();
echo 'OK';
?>


# ccef2cfb 25-Feb-2004 Marcus Boerger

As Andi found out the dtor may increase the refcount.


# b0529e54 25-Feb-2004 Marcus Boerger

Fix object destruction/free in shutdown
- set destructor_called even when no dtor is given
- use free_storage even when no dtor hat to be called


# 98f725b0 25-Feb-2004 Marcus Boerger

Checking once for dtor is enough


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# 8a129bfc 08-Feb-2004 Andi Gutmans

- Check if free_storage exists


# 5c3e03a2 04-Feb-2004 Zeev Suraski

The valid bit was necessary after all - restored


# 6584dca1 04-Feb-2004 Zeev Suraski

Fixlets


# f5f7d569 04-Feb-2004 Zeev Suraski

Change destructor implementation (details will follow on internals@)


# 3be75ced 03-Feb-2004 Zeev Suraski

Remove more garbage - valid bit was not really necessary


# c5a7b668 03-Feb-2004 Zeev Suraski

- Clean garbage (delete was nuked a long time ago)


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 296529b8 10-Nov-2003 Marcus Boerger

Split isset/isempty for object property and object dimension hooking.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 3f5acc73 05-Oct-2003 Zeev Suraski

Remove redundant callback, simplify API


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4
# ca9c03b5 13-Aug-2003 Marcus Boerger

Add missing entry


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 6a50660c 22-Jul-2003 Zeev Suraski

Fix isset()/empty() for non-trivial object elements
(API change - read_property now accepts an extra element)
Fixes bug #24436


# c9c1fcc0 20-Jul-2003 Marcus Boerger

More informative errors here and these are real core errors


# 3cfa6a68 07-Jul-2003 Zeev Suraski

Add get_dim callback


# 65f8bafb 07-Jul-2003 Zeev Suraski

Fix & whitespace


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1
# f660d281 05-Feb-2003 Zeev Suraski

- read_property cleanup
- Implement unset/isset/empty for PPP


1234