[Lunar-commits] r22498 - moonbase/trunk/compilers/php5

striker striker at lunar-linux.org
Fri Dec 8 04:11:46 CET 2006


Author: striker
Date: 2006-12-08 04:11:46 +0100 (Fri, 08 Dec 2006)
New Revision: 22498

Modified:
   moonbase/trunk/compilers/php5/BUILD
   moonbase/trunk/compilers/php5/CONFIGURE
   moonbase/trunk/compilers/php5/DETAILS
Log:
bump to 5.2.0 - tested and tastes great, less filling, no calories.
fixed a problem in the CONFIGURE script when someone screwed it up (sofar probably) wasn't asking about multibyte regexp >:|
added suggested switches for lighttpd optimization (doesn't affect mod_php)


Modified: moonbase/trunk/compilers/php5/BUILD
===================================================================
--- moonbase/trunk/compilers/php5/BUILD	2006-12-08 01:07:17 UTC (rev 22497)
+++ moonbase/trunk/compilers/php5/BUILD	2006-12-08 03:11:46 UTC (rev 22498)
@@ -67,6 +67,8 @@
                --enable-dio                  \
                --with-readline               \
                --with-zlib=/usr              \
+               --enable-discard-path         \
+               --enable-force-redirect       \
                $OPTS                        &&
   default_make
 

Modified: moonbase/trunk/compilers/php5/CONFIGURE
===================================================================
--- moonbase/trunk/compilers/php5/CONFIGURE	2006-12-08 01:07:17 UTC (rev 22497)
+++ moonbase/trunk/compilers/php5/CONFIGURE	2006-12-08 03:11:46 UTC (rev 22498)
@@ -9,8 +9,4 @@
   mquery USE_FASTCGI "Build FastCGI version (required by lighttpd)?" y
 fi
 mquery USE_MBYTESTR "Enable multibyte string support?" n
-if [ "$USE_MBYTESTR" == "y" ]; then
-  mquery USE_MBYTEREGEX "Enable multibyte regular expression functions?" n
-else
-  set_module_config USE_MBYTEREGEX n
-fi
+mquery USE_MBYTEREGEX "Enable multibyte regular expression functions?" n

Modified: moonbase/trunk/compilers/php5/DETAILS
===================================================================
--- moonbase/trunk/compilers/php5/DETAILS	2006-12-08 01:07:17 UTC (rev 22497)
+++ moonbase/trunk/compilers/php5/DETAILS	2006-12-08 03:11:46 UTC (rev 22498)
@@ -1,5 +1,5 @@
           MODULE=php5
-         VERSION=5.1.6
+         VERSION=5.2.0
     IMAP_VERSION=2004g
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
           SOURCE=php-$VERSION.tar.bz2
@@ -13,7 +13,7 @@
          SOURCE2=imap-$IMAP_VERSION.tar.Z
   SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap/
   SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old/
-      SOURCE_VFY=sha1:a20b946f1de0a8a35a8a6bf437adbba4e5448d27
+      SOURCE_VFY=sha1:6306829b1b252156ca3a936ec809aba89a71d9e1
      SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
         WEB_SITE=http://www.php.net
          ENTERED=20040919



More information about the Lunar-commits mailing list