Re: [PHP-DEV] PCRE symbol visibility bug

2008-12-10 Thread Nuno Lopes
Tuesday, December 09, 2008 10:09 PM Subject: [PHP-DEV] PCRE symbol visibility bug When using GCC 4.x with php-5.3, and an extension (such as APC) that references PCRE functions (pcre_exec) that are bundled with PHP in the pcre extension. The symbols defined in the PHP binaries don't includ

[PHP-DEV] PCRE symbol visibility bug

2008-12-09 Thread shire
When using GCC 4.x with php-5.3, and an extension (such as APC) that references PCRE functions (pcre_exec) that are bundled with PHP in the pcre extension. The symbols defined in the PHP binaries don't include a visibility "default" attribute, and are currently set to "hidden" in CFLAGS.