1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
archived-php-src/ext/standard
Rasmus Lerdorf 3f602cf510 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.
2010-06-02 05:53:13 +00:00
..
2010-05-15 15:37:57 +00:00
2009-05-09 22:34:45 +00:00
2010-05-27 22:51:28 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-06-01 17:13:50 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-05-05 13:51:54 +00:00
2010-06-01 17:13:50 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-13 11:41:40 +00:00
2010-04-13 11:41:40 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-04-26 23:53:30 +00:00
2010-06-02 05:53:13 +00:00
2009-09-28 13:29:53 +00:00