FS#12323 - PHP Package: inbuilt PCRE doesn't have UTF-8 enabled
Attached to Project:
Arch Linux
Opened by John Drummond (busfun) - Tuesday, 02 December 2008, 20:04 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 03 December 2008, 11:58 GMT
Opened by John Drummond (busfun) - Tuesday, 02 December 2008, 20:04 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 03 December 2008, 11:58 GMT
|
Details
Description:
Additional info: * package version(s) 5.2.6-5 * config and/or log files etc. Steps to reproduce: Run this PHP script: <?php echo preg_replace("/[\s]+/u", " ", "blah"); ?> gets the message: Warning: preg_replace() [function.preg-replace]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 |
This task depends upon