History log of /PHP-5.5/Zend/zend.h (Results 126 – 150 of 404)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.0RC1
# cec2347c 13-Jun-2005 Dmitry Stogov

Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 'zend_error').
The fix is not tested on Solaris and DARWIN!


# 16bbd70c 11-Jun-2005 Andi Gutmans

- Back to -dev


# e0787f3d 11-Jun-2005 Andi Gutmans

- b2 (will post it to internals@)


# 0638c657 10-Jun-2005 Andi Gutmans

- Back to -dev


Revision tags: php-5.1.0b1, php-5.0.1b1
# 3b1f8e9a 10-Jun-2005 Andi Gutmans

- Go with 5.1.0b1


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 757da1ee 07-Mar-2005 Marcus Boerger

- New Interface Serializeable
- Change signature of unserialize() callback to ease inheritance and
support code reuse of handlers


# 5b98a092 23-Feb-2005 Stanislav Malyshev

Custom object serializer infrastructure
# The detailed announce on the list will follow


# 8eb3b715 22-Feb-2005 Anantha Kesari H Y

NetWare can include autoconf generated config headers


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# fd4fe1c8 02-Feb-2005 Dmitry Stogov

Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name).


# 601140cb 25-Jan-2005 foobar

New versions of glibc support a RTLD_DEEPBIND flag to dlopen. The
effect of this flag when loading a "foo.so" with undefined symbols is
that the search that symbol starts at foo.so and its d

New versions of glibc support a RTLD_DEEPBIND flag to dlopen. The
effect of this flag when loading a "foo.so" with undefined symbols is
that the search that symbol starts at foo.so and its dependencies
*before* the loading process' global symbol table.

This is an effective workaround for symbol namespace collisions between
various modules and the libraries on which they depend (where fixing the
respective modules or libraries is not possible e.g. due to API
constraints).

(By: Joe Orton)

show more ...


# 2c65e09a 20-Jan-2005 foobar

- Revert the weird change of ZEND_STRS() macro and use the correct
ZEND_STRL() macro.
# ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)


# 2a3ca10a 10-Jan-2005 Rasmus Lerdorf

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


# a139dbf9 09-Jan-2005 foobar

- Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.


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)


12345678910>>...17