History log of /PHP-7.2/Zend/zend.h (Results 276 – 300 of 541)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# ae78d7d4 03-Nov-2004 Moriyoshi Koizumi

- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't
support weak symbol aliasing at this time.


# 4b10a256 30-Oct-2004 Marcus Boerger

Bump version (as discussed with Andi)


Revision tags: PRE_NEW_VM_GEN_PATCH
# e0ec7c98 26-Sep-2004 Marcus Boerger

- Fix build


# f17aa81e 26-Sep-2004 Andi Gutmans

- Apply Thies and Sterling's patch which doesn't call ctor/dtor functions
- for types which don't require it (BOOL/NULL/LONG/DOUBLE)
- Breaks serialization!!!


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

defined ZEND_PATHS_SEPERATOR to semicolon for NetWare


Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH
# 85a36e2b 05-Sep-2004 Zeev Suraski

Fix reverse dependency


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


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