History log of /PHP-5.3/Zend/zend.h (Results 101 – 125 of 360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 7d80f82e 28-Jul-2004 Andi Gutmans

- Fix MAC OSX to always use native DSO loading


# 0cd2da03 25-Jul-2004 Marcus Boerger

- Execute destructors earlier (Florian Schaper, fschaper at intux org)


Revision tags: RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0
# c18badbf 13-Jul-2004 Andi Gutmans

- 5.0.1-dev


# 399e2ca6 13-Jul-2004 Andi Gutmans

- Roll PHP 5.0.0


Revision tags: php-4.3.8
# 0bdbbd37 07-Jun-2004 Andi Gutmans

- Go back to -dev (Shouldn't need another RC)


Revision tags: php-5.0.0RC3
# 6f471562 07-Jun-2004 Andi Gutmans

- Roll RC3


Revision tags: php-5.0.0RC3RC2
# 02032ccf 03-Jun-2004 Andi Gutmans

- Prepare for RC3RC2


Revision tags: php-4.3.7
# e51105c6 27-May-2004 Andi Gutmans

- Back to RC3-dev until we roll final


Revision tags: php-5.0.0RC3RC1
# 5a9d648f 27-May-2004 Andi Gutmans

- RC3RC1


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 87a9f7bd 25-Apr-2004 Andi Gutmans

- RC3-dev


Revision tags: php-5.0.0RC2
# 94c44ea9 25-Apr-2004 Andi Gutmans

- RC2


# 206f0da2 21-Apr-2004 Andi Gutmans

- RC2-dev


Revision tags: php-5.0.0RC2RC2
# 40c20d3d 21-Apr-2004 Andi Gutmans

- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
- patch I'll roll RC2 tomorrow).


Revision tags: php-4.3.6
# 245dd736 14-Apr-2004 Andi Gutmans

- RC2-dev


Revision tags: php-5.0.0RC2RC1
# acc4cd17 14-Apr-2004 Andi Gutmans

- RC2RC1


Revision tags: php-4.3.6RC3, php-4.3.6RC2
# 1c7cfe73 03-Apr-2004 Andi Gutmans

- Nuke code which hasn't been in use for ages.


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


Revision tags: php-4.3.5, php-4.3.5RC4
# 81400030 18-Mar-2004 Andi Gutmans

- Back to RC2-dev


Revision tags: php-5.0.0RC1
# aac5c1f6 18-Mar-2004 Zeev Suraski

Prepare to roll RC1


Revision tags: php-5.0.0RC1RC2
# 6535933f 16-Mar-2004 Derick Rethans

- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (Derick)


# b74128db 16-Mar-2004 Sascha Schumann

Enable ptr format check for GCC 3.1 and higher


# 365f0120 16-Mar-2004 Ilia Alshanetsky

Do not allow 3.0.4 for __attribute__.


# fa5f5271 16-Mar-2004 Ilia Alshanetsky

Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive)


# 97f81830 15-Mar-2004 foobar

- Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)


12345678910>>...15