diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2010-06-02 05:53:13 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2010-06-02 05:53:13 +0000 |
commit | d4cca6da93d23cadb7762dcd8590061debf8fb7a (patch) | |
tree | 8ac4fac9283ed53b3fc1995678a8956a6d66c85f /ext/reflection/php_reflection.c | |
parent | d7b1fa9d35c745e9bb3fd045334999e47ae9a3a4 (diff) | |
download | php-git-d4cca6da93d23cadb7762dcd8590061debf8fb7a.tar.gz |
Fix for bug #51847
Someone in libintl world decided it was a good idea to do:
#undef setlocale
#define setlocale libintl_setlocale
That means, of course, that any use of "setlocale" by the
preprocessor now becomes libintl_setlocale which means we
no longer have a _zif_setlocale symbol in string.o, but we
magically have a _zif_libintl_setlocale symbol. The linker
is obviously not very happy about this when basic_functions.o
tries to find _zif_setlocale.
So, let's not do that again.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions