From owner-freebsd-questions@FreeBSD.ORG Fri Jul 15 12:13:43 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD12A16A41C for ; Fri, 15 Jul 2005 12:13:43 +0000 (GMT) (envelope-from mturner@ms.umanitoba.ca) Received: from electra.cc.umanitoba.ca (electra.cc.umanitoba.ca [130.179.16.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6973743D45 for ; Fri, 15 Jul 2005 12:13:43 +0000 (GMT) (envelope-from mturner@ms.umanitoba.ca) Received: from TOWERXP.ms.umanitoba.ca (S010600606762864f.wp.shawcable.net [24.79.43.168]) by electra.cc.umanitoba.ca (8.13.0/8.13.0) with ESMTP id j6FCDfYS026408 for ; Fri, 15 Jul 2005 07:13:41 -0500 (CDT) Message-Id: <6.2.0.14.0.20050715070314.01c394e0@130.179.16.122> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Fri, 15 Jul 2005 07:13:36 -0500 To: freebsd-questions@FreeBSD.org From: Myron Turner Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: PHP PCRE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 12:13:43 -0000 I just installed FreeBSD 5.4 with PHP 5.0.3 for the express purpose of testing out a web-based application. I was wondering what the rationale is for excluding PCRE from the current php distribution. As I understand it, the PCRE extensions are included by default in PHP 5. This suggests that the FreeBSD organization opted not to include these. A search of mailing lists shows that people have been having problems because of this. For me, the solution is not to install a rebuilt php on my test machine, because I have to have the assurance that my application will run on any FreeBSD system. Thanks, Myron Turner