From nobody@FreeBSD.org Tue Nov 25 10:30:07 2008 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC6961065677 for ; Tue, 25 Nov 2008 10:30:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DAEB28FC0A for ; Tue, 25 Nov 2008 10:30:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mAPAU7Qc033452 for ; Tue, 25 Nov 2008 10:30:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mAPAU7uB033447; Tue, 25 Nov 2008 10:30:07 GMT (envelope-from nobody) Message-Id: <200811251030.mAPAU7uB033447@www.freebsd.org> Date: Tue, 25 Nov 2008 10:30:07 GMT From: Rainer Duffner To: freebsd-gnats-submit@FreeBSD.org Subject: php5-pcre doesn't seem to know about --enable-unicode-properties X-Send-Pr-Version: www-3.1 X-GNATS-Notify: >Number: 129168 >Category: ports >Synopsis: devel/php5-pcre doesn't seem to know about --enable-unicode-properties >Confidential: no >Severity: serious >Priority: medium >Responsible: ale >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 25 10:40:02 UTC 2008 >Closed-Date: Sun Dec 07 12:00:54 UTC 2008 >Last-Modified: Sun Dec 07 12:00:54 UTC 2008 >Originator: Rainer Duffner >Release: 7.0 >Organization: >Environment: FreeBSD blahost 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Tue Nov 4 18:21:40 CET 2008 root@blahost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi, the following PHP-script: "; $str="This is the string"; $count = preg_match_all("/[[:print:]\pL]/u", $str, $pockets); echo $pockets; echo ""; ?> provokes the following error in the httpd-error-log: stderr: PHP Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unknown property name after \\P or \\p at offset 12 in /usr/local/www/data/test/p.php on line 4 This is an example from the PHP-documentation - the error manifested itself first when somebody tried to use typolight. http://www.typolight.org/faq-leser/items/support-for-ppx-has-not-been-compiled.html I tried to get php5-pcre to recognize these switches, but I failed and I'm not familiar enough with the PHP-port. Trying to compile with the system-wide pcre failed, too, of course, because some symbols were missing. I would be very thankful for any advice on this. >How-To-Repeat: See above >Fix: None know, currently. >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 25 11:04:21 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=129168 State-Changed-From-To: open->closed State-Changed-By: ale State-Changed-When: Sun Dec 7 12:00:39 UTC 2008 State-Changed-Why: Fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=129168 >Unformatted: