[20935] improvement: Compile script updated to latest

Sigurd Nes <[email protected]> Tue, 05 Jan 2010 21:38:51 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20935
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20935
Author:   sigurdne
Date:     2010-01-05 21:38:51 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
improvement: Compile script updated to latest

Modified Paths:
--------------
    people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh

Modified: people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh
===================================================================
--- people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh	2010-01-05 21:36:30 UTC (rev 20934)
+++ people/sigurdne/modules/property/trunk/tutorials/property/examples/install.apache.sh	2010-01-05 21:38:51 UTC (rev 20935)
@@ -54,8 +54,8 @@
 #  * @var               string PHP, PHPTAR
 #  * Download: http://httpd.apache.org/
 #  */
-PHPTAR="php-5.3.0.tar.bz2"
-PHP="php-5.3.0"
+PHPTAR="php-5.3.1.tar.bz2"
+PHP="php-5.3.1"
 
 #/**
 #  * Name of the EACCELERATOR tarball e.g eaccelerator-0.9.5.tar.bz2
@@ -157,6 +157,7 @@
  --with-pdo-sqlite\
  --with-sqlite\
  --with-pdo-pgsql\
+ --with-pdo-mysql\
  --with-openssl\
  --enable-mbstring\
  --with-mcrypt\