[csw-devel] SF.net SVN: gar:[4860] csw/mgar/pkg/php5/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri May 15 05:30:23 CEST 2009
Revision: 4860
http://gar.svn.sourceforge.net/gar/?rev=4860&view=rev
Author: valholla
Date: 2009-05-15 03:30:22 +0000 (Fri, 15 May 2009)
Log Message:
-----------
checkins
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
csw/mgar/pkg/php5/trunk/checksums
csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile
Added Paths:
-----------
csw/mgar/pkg/php5/trunk/Makefile.Orig
csw/mgar/pkg/php5/trunk/Makefile.default-dirs
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2009-05-15 00:19:30 UTC (rev 4859)
+++ csw/mgar/pkg/php5/trunk/Makefile 2009-05-15 03:30:22 UTC (rev 4860)
@@ -1,8 +1,8 @@
-GARNAME = php5
-GARVERSION = 5.2.9
-CATEGORIES = lang
-SF_PROJ = $(shell echo $(GARNAME) | sed -e 's/[0-9]//g')
-DISTNAME = $(SF_PROJ)-$(GARVERSION)
+GARNAME = php5
+GARVERSION = 5.2.9
+CATEGORIES = lang
+SF_PROJ = $(shell echo $(GARNAME) | sed -e 's/[0-9]//g')
+DISTNAME = $(SF_PROJ)-$(GARVERSION)
DESCRIPTION = A high-level scripting language.
define BLURB
@@ -21,9 +21,7 @@
MASTER_SITES = http://us.php.net/distributions/
SPKG_SOURCEURL = http://www.php.net/downloads.php
DISTFILES += $(SF_PROJ)-$(GARVERSION).tar.bz2
-
INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
-
STRIP_DIRS += $(prefix)/lib/php/extensions/*/
# Auxilliary files
@@ -31,7 +29,6 @@
DISTFILES += CSWphp5_ext_enable.sh CSWphp5_ext_disable.sh
PACKAGES = CSWphp5 CSWphp5devel
-
CATALOGNAME_CSWphp5 = php5
SPKG_DESC_CSWphp5 = A High-Level Scripting Languages
DISTFILES += CSWphp5.postinstall
@@ -64,13 +61,13 @@
STRIP_LIBTOOL = 1
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += --with-exec-dir=$(prefix)/bin
CONFIGURE_ARGS += --disable-static
CONFIGURE_ARGS += --enable-cli
CONFIGURE_ARGS += --enable-fastcgi
CONFIGURE_ARGS += --enable-force-cgi-redirect
CONFIGURE_ARGS += --enable-pcntl=shared
-CONFIGURE_ARGS += --enable-pdo=shared
CONFIGURE_ARGS += --with-mm=$(prefix)
CONFIGURE_ARGS += --enable-magic-quotes
CONFIGURE_ARGS += --enable-spl=shared
@@ -96,15 +93,15 @@
install-extras:
ginstall -m 0755 $(WORKDIR)/phpext $(DESTDIR)$(bindir)
- gsed -i -e s,PHPEXTDIR,$(shell $(bindir)/php-config --extension-dir),\
+ gsed -i -e s,PHPEXTDIR,$(shell $(DESTDIR)$(bindir)/php-config --extension-dir),\
$(WORKDIR)/php.ini.CSW
ginstall -m 0644 $(WORKDIR)/php.ini.CSW $(DESTDIR)$(libdir)
ginstall -m 0644 $(WORKDIR)/pear.conf.CSW $(DESTDIR)$(sysconfdir)
ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
ginstall -m 0644 $(WORKDIR)/httpd-php5.conf.CSW \
$(DESTDIR)$(prefix)/apache2/etc/extra
- @(grm -fr $(DESTDIR)/.[a-z]*)
- @(gfind $(libdir) -name "*.a" -exec grm {} \;)
+ #@(grm -fr $(DESTDIR)/.[a-z]*)
+ @(gfind $(DESTDIR)/$(libdir) -name "*.a" -exec grm {} \;)
@(grm -f $(DESTDIR)$(sysconfdir)/pear.conf)
@$(MAKECOOKIE)
Added: csw/mgar/pkg/php5/trunk/Makefile.Orig
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile.Orig (rev 0)
+++ csw/mgar/pkg/php5/trunk/Makefile.Orig 2009-05-15 03:30:22 UTC (rev 4860)
@@ -0,0 +1,148 @@
+GARNAME = php5
+GARVERSION = 5.2.9
+CATEGORIES = lang
+SF_PROJ = $(shell echo $(GARNAME) | sed -e 's/[0-9]//g')
+
+DESCRIPTION = A high-level scripting language.
+define BLURB
+ PHP is a widely-used Open Source general-purpose scripting language that is
+ especially suited for Web development and can be embedded into HTML. Its
+ syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
+ different platforms and can be used as a standalone executable or as a
+ module under a variety of Web servers. It has excellent support for
+ databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
+ data manipulation, and is extensible via its powerful API. It is actively
+ developed and supported by a talented and energetic international team.
+ Numerous Open Source and commercial PHP-based application packages are
+ available.
+endef
+
+php5_root = $(DESTDIR)$(prefix)/php5
+php5_bin = $(php5_root)/bin
+php5_lib = $(php5_root)/lib
+
+MASTER_SITES = http://us.php.net/distributions/
+SPKG_SOURCEURL = http://www.php.net/downloads.php
+DISTFILES += $(SF_PROJ)-$(GARVERSION).tar.bz2
+
+INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
+PHP5ROOT = $(DESTDIR)$(prefix)/php5
+
+STRIP_DIRS += $(PHP5ROOT)/lib/php/extensions/*/
+STRIP_DIRS += $(PHP5ROOT)/bin
+
+# Auxilliary files
+DISTFILES += php.ini.CSW phpext pear.conf.CSW
+DISTFILES += CSWphp5_ext_enable.sh CSWphp5_ext_disable.sh
+
+PACKAGES = CSWphp5 CSWphp5devel
+
+CATALOGNAME_CSWphp5 = php5
+SPKG_DESC_CSWphp5 = A High-Level Scripting Languages
+DISTFILES += CSWphp5.postinstall
+CATALOGNAME_CSWphp5devel = php5_devel
+SPKG_DESC_CSWphp5devel = Development files for php5
+REQUIRED_PKGS_CSWphp5 = CSWexpat CSWggettextrt CSWiconv
+REQUIRED_PKGS_CSWphp5 += CSWlibxml2 CSWzlib CSWmysql5rt
+REQUIRED_PKGS_CSWphp5devel = CSWphp5
+
+PKGFILES_CSWphp5devel = $(prefix)/php5/bin/php-config
+PKGFILES_CSWphp5devel += $(prefix)/php5/bin/phpize
+PKGFILES_CSWphp5devel += $(prefix)/php5/bin/peardev
+PKGFILES_CSWphp5devel += $(prefix)/php5/include.*
+PKGFILES_CSWphp5devel += $(prefix)/php5/lib/php/build/.*
+PKGFILES_CSWphp5devel += $(prefix)/php5/man/.*
+
+PATCHFILES += configure.diff
+PATCHFILES += php-bug-45557-fix.diff
+
+# PHP Extensions
+EXTDIRLIST = $(shell ls -d extensions/*)
+include $(foreach X,$(EXTDIRLIST),$(X)/Makefile)
+
+# BerkeleyDB
+EXTRA_LIB += $(prefix)/bdb44/lib
+EXTRA_INC += $(prefix)/bdb44/include
+EXTRA_CFLAGS = -I$(prefix)/include/ncursesw
+
+NOISALIST = 1
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS += --prefix=$(prefix)/php5
+CONFIGURE_ARGS += --disable-static
+CONFIGURE_ARGS += --with-exec-dir=$(prefix)/php5/bin
+CONFIGURE_ARGS += --enable-cli
+CONFIGURE_ARGS += --enable-fastcgi
+CONFIGURE_ARGS += --enable-force-cgi-redirect
+CONFIGURE_ARGS += --enable-pcntl=shared
+CONFIGURE_ARGS += --enable-pdo=shared
+CONFIGURE_ARGS += --with-mm=$(prefix)
+CONFIGURE_ARGS += --enable-magic-quotes
+CONFIGURE_ARGS += --enable-spl=shared
+CONFIGURE_ARGS += --with-pcre-regex
+CONFIGURE_ARGS += --with-pear=shared
+
+# Disable Tests (report submitted to PHP QA)
+SKIPTEST = 1
+ENABLE_CHECK = 0
+
+# Rebuild Configure Args to build mod_php5
+NEW_CONFIGURE_ARGS = $(shell echo $(CONFIGURE_ARGS) |sed -e 's/apxs2/apxs/' \
+ -e 's/apache2\/sbin\/apxs/apache\/bin\/apxs/')
+
+# Copy over template config files and utility scripts
+
+PI_SCRIPTS = install-extras
+PI_SCRIPTS += install-ap2modphp5
+PI_SCRIPTS += install-modphp5
+
+post-install-modulated: $(PI_SCRIPTS)
+ @$(MAKECOOKIE)
+
+install-extras:
+ ginstall -m 0755 $(WORKDIR)/phpext $(DESTDIR)$(prefix)/php5/bin
+ gsed -i -e s,PHPEXTDIR,$(shell $(PHP5ROOT)/bin/php-config --extension-dir),\
+ $(WORKDIR)/php.ini.CSW
+ ginstall -m 0644 $(WORKDIR)/php.ini.CSW $(DESTDIR)$(prefix)/php5/lib
+ ginstall -m 0644 $(WORKDIR)/pear.conf.CSW $(DESTDIR)$(prefix)/php5/etc
+ ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
+ ginstall -m 0644 $(WORKDIR)/httpd-php5.conf.CSW \
+ $(DESTDIR)$(prefix)/apache2/etc/extra
+ @(grm -fr $(DESTDIR)/.[a-z]*)
+ @(gfind $(PHP5ROOT)/lib -name "*.a" -exec grm {} \;)
+ @(grm -f $(DESTDIR)$(prefix)/php5/etc/pear.conf)
+ @$(MAKECOOKIE)
+
+install-ap2modphp5:
+ @( echo " ==> Now Building ap2_modphp5 <==" )
+ @( if [ -f $(WORKSRC)/Makefile ]; then \
+ $(BUILD_ENV) gmake -C $(WORKSRC) distclean; fi )
+ @( cd $(WORKSRC) && $(BUILD_ENV) \
+ ./configure $(CONFIGURE_ARGS) --with-apxs2=$(prefix)/apache2/sbin/apxs)
+ @( $(GARBIN)/fixlibtool $(WORKSRC) )
+ @( $(BUILD_ENV) $(INSTALL_ENV) gmake -C $(WORKSRC) install-sapi )
+ @( strip $(DESTDIR)$(prefix)/apache2/libexec/libphp5.so )
+ @( gfind $(DESTDIR)$(prefix)/apache* \
+ -mindepth 1 -type d | egrep -v "etc|libexec" | xargs grm -fr )
+ @$(MAKECOOKIE)
+
+install-modphp5:
+ @( echo " ==> Now Building mod_php5 <==" )
+ @( if [ -f $(WORKSRC)/Makefile ]; then \
+ $(BUILD_ENV) gmake -C $(WORKSRC) distclean; fi )
+ @( cd $(WORKSRC) && $(BUILD_ENV) \
+ ./configure $(CONFIGURE_ARGS) --with-apxs=$(prefix)/apache/bin/apxs)
+ @( $(GARBIN)/fixlibtool $(WORKSRC) )
+ @( $(BUILD_ENV) $(INSTALL_ENV) gmake -C $(WORKSRC) install-sapi )
+ @( strip $(DESTDIR)$(prefix)/apache/libexec/libphp5.so )
+ @( gfind $(DESTDIR)$(prefix)/apache* \
+ -mindepth 1 -type d | egrep -v "etc|libexec" | xargs grm -fr )
+ @$(MAKECOOKIE)
+
+EXTFILES = $(shell find extensions/*/files/* -prune -type f)
+pre-fetch:
+ $(foreach F,$(EXTFILES),$(shell cp $(F) $(DOWNLOADDIR)))
+
+# System Rules/Configuration
+include gar/category.mk
Added: csw/mgar/pkg/php5/trunk/Makefile.default-dirs
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile.default-dirs (rev 0)
+++ csw/mgar/pkg/php5/trunk/Makefile.default-dirs 2009-05-15 03:30:22 UTC (rev 4860)
@@ -0,0 +1,139 @@
+GARNAME = php5
+GARVERSION = 5.2.9
+CATEGORIES = lang
+SF_PROJ = $(shell echo $(GARNAME) | sed -e 's/[0-9]//g')
+DISTNAME = $(SF_PROJ)-$(GARVERSION)
+
+DESCRIPTION = A high-level scripting language.
+define BLURB
+ PHP is a widely-used Open Source general-purpose scripting language that is
+ especially suited for Web development and can be embedded into HTML. Its
+ syntax draws upon C, Java, and Perl, and is easy to learn. PHP runs on many
+ different platforms and can be used as a standalone executable or as a
+ module under a variety of Web servers. It has excellent support for
+ databases, XML, LDAP, IMAP, Java, various Internet protocols, and general
+ data manipulation, and is extensible via its powerful API. It is actively
+ developed and supported by a talented and energetic international team.
+ Numerous Open Source and commercial PHP-based application packages are
+ available.
+endef
+
+MASTER_SITES = http://us.php.net/distributions/
+SPKG_SOURCEURL = http://www.php.net/downloads.php
+DISTFILES += $(SF_PROJ)-$(GARVERSION).tar.bz2
+INSTALL_ENV += INSTALL_ROOT=$(DESTDIR)
+STRIP_DIRS += $(prefix)/lib/php/extensions/*/
+
+# Auxilliary files
+DISTFILES += php.ini.CSW phpext pear.conf.CSW
+DISTFILES += CSWphp5_ext_enable.sh CSWphp5_ext_disable.sh
+
+PACKAGES = CSWphp5 CSWphp5devel
+CATALOGNAME_CSWphp5 = php5
+SPKG_DESC_CSWphp5 = A High-Level Scripting Languages
+DISTFILES += CSWphp5.postinstall
+CATALOGNAME_CSWphp5devel = php5_devel
+SPKG_DESC_CSWphp5devel = Development files for php5
+REQUIRED_PKGS_CSWphp5 = CSWexpat CSWggettextrt CSWiconv
+REQUIRED_PKGS_CSWphp5 += CSWlibxml2 CSWzlib CSWmysql5rt
+REQUIRED_PKGS_CSWphp5devel = CSWphp5
+
+PKGFILES_CSWphp5devel = $(bindir)/php-config
+PKGFILES_CSWphp5devel += $(bindir)/phpize
+PKGFILES_CSWphp5devel += $(bindir)/peardev
+PKGFILES_CSWphp5devel += $(includedir)/.*
+PKGFILES_CSWphp5devel += $(libdir)/php/build/.*
+PKGFILES_CSWphp5devel += $(mandir)/.*
+
+PATCHFILES += configure.diff
+PATCHFILES += php-bug-45557-fix.diff
+
+# PHP Extensions
+EXTDIRLIST = $(shell ls -d extensions/*)
+include $(foreach X,$(EXTDIRLIST),$(X)/Makefile)
+
+# BerkeleyDB
+EXTRA_LIB += $(prefix)/bdb44/lib
+EXTRA_INC += $(prefix)/bdb44/include
+EXTRA_CFLAGS = -I$(prefix)/include/ncursesw
+
+NOISALIST = 1
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += --with-exec-dir=$(prefix)/bin
+CONFIGURE_ARGS += --disable-static
+CONFIGURE_ARGS += --enable-cli
+CONFIGURE_ARGS += --enable-fastcgi
+CONFIGURE_ARGS += --enable-force-cgi-redirect
+CONFIGURE_ARGS += --enable-pcntl=shared
+CONFIGURE_ARGS += --with-mm=$(prefix)
+CONFIGURE_ARGS += --enable-magic-quotes
+CONFIGURE_ARGS += --enable-spl=shared
+CONFIGURE_ARGS += --with-pcre-regex
+CONFIGURE_ARGS += --with-pear=shared
+
+# Disable Tests (report submitted to PHP QA)
+SKIPTEST = 1
+ENABLE_CHECK = 0
+
+# Rebuild Configure Args to build mod_php5
+NEW_CONFIGURE_ARGS = $(shell echo $(CONFIGURE_ARGS) |sed -e 's/apxs2/apxs/' \
+ -e 's/apache2\/sbin\/apxs/apache\/bin\/apxs/')
+
+# Copy over template config files and utility scripts
+
+PI_SCRIPTS = install-extras
+PI_SCRIPTS += install-ap2modphp5
+PI_SCRIPTS += install-modphp5
+
+post-install-modulated: $(PI_SCRIPTS)
+ @$(MAKECOOKIE)
+
+install-extras:
+ ginstall -m 0755 $(WORKDIR)/phpext $(DESTDIR)$(bindir)
+ gsed -i -e s,PHPEXTDIR,$(shell $(DESTDIR)$(bindir)/php-config --extension-dir),\
+ $(WORKDIR)/php.ini.CSW
+ ginstall -m 0644 $(WORKDIR)/php.ini.CSW $(DESTDIR)$(libdir)
+ ginstall -m 0644 $(WORKDIR)/pear.conf.CSW $(DESTDIR)$(sysconfdir)
+ ginstall -d $(DESTDIR)$(prefix)/apache2/etc/extra
+ ginstall -m 0644 $(WORKDIR)/httpd-php5.conf.CSW \
+ $(DESTDIR)$(prefix)/apache2/etc/extra
+ #@(grm -fr $(DESTDIR)/.[a-z]*)
+ @(gfind $(DESTDIR)/$(libdir) -name "*.a" -exec grm {} \;)
+ @(grm -f $(DESTDIR)$(sysconfdir)/pear.conf)
+ @$(MAKECOOKIE)
+
+install-ap2modphp5:
+ @( echo " ==> Now Building ap2_modphp5 <==" )
+ @( if [ -f $(WORKSRC)/Makefile ]; then \
+ $(BUILD_ENV) gmake -C $(WORKSRC) distclean; fi )
+ @( cd $(WORKSRC) && $(BUILD_ENV) \
+ ./configure $(CONFIGURE_ARGS) --with-apxs2=$(prefix)/apache2/sbin/apxs)
+ @( $(GARBIN)/fixlibtool $(WORKSRC) )
+ @( $(BUILD_ENV) $(INSTALL_ENV) gmake -C $(WORKSRC) install-sapi )
+ @( strip $(DESTDIR)$(prefix)/apache2/libexec/libphp5.so )
+ @( gfind $(DESTDIR)$(prefix)/apache* \
+ -mindepth 1 -type d | egrep -v "etc|libexec" | xargs grm -fr )
+ @$(MAKECOOKIE)
+
+install-modphp5:
+ @( echo " ==> Now Building mod_php5 <==" )
+ @( if [ -f $(WORKSRC)/Makefile ]; then \
+ $(BUILD_ENV) gmake -C $(WORKSRC) distclean; fi )
+ @( cd $(WORKSRC) && $(BUILD_ENV) \
+ ./configure $(CONFIGURE_ARGS) --with-apxs=$(prefix)/apache/bin/apxs)
+ @( $(GARBIN)/fixlibtool $(WORKSRC) )
+ @( $(BUILD_ENV) $(INSTALL_ENV) gmake -C $(WORKSRC) install-sapi )
+ @( strip $(DESTDIR)$(prefix)/apache/libexec/libphp5.so )
+ @( gfind $(DESTDIR)$(prefix)/apache* \
+ -mindepth 1 -type d | egrep -v "etc|libexec" | xargs grm -fr )
+ @$(MAKECOOKIE)
+
+EXTFILES = $(shell find extensions/*/files/* -prune -type f)
+pre-fetch:
+ $(foreach F,$(EXTFILES),$(shell cp $(F) $(DOWNLOADDIR)))
+
+# System Rules/Configuration
+include gar/category.mk
Modified: csw/mgar/pkg/php5/trunk/checksums
===================================================================
--- csw/mgar/pkg/php5/trunk/checksums 2009-05-15 00:19:30 UTC (rev 4859)
+++ csw/mgar/pkg/php5/trunk/checksums 2009-05-15 03:30:22 UTC (rev 4860)
@@ -4,14 +4,14 @@
5f0046fe1b3f8e2228fdb165bdbbe73a download/CSWmodphp5.postinstall
2e5dbed2c9dd5e24c331753984946822 download/CSWmodphp5.preremove
0dd379f20ceb32fc77bb3a9bf045097f download/CSWmodphp5.space
-f82303f581e2e4bf11fe3bf10f332163 download/CSWphp5.postinstall
-89e79becc9d7698c5c561581f2b098bc download/CSWphp5_ext_disable.sh
-de56d3571f4484284d106af158bffc38 download/CSWphp5_ext_enable.sh
+09fe57944fadf7cf5769d1070cf9cc90 download/CSWphp5.postinstall
+4265ed6459d99f5cbe8eae29bf5c0b71 download/CSWphp5_ext_disable.sh
+139abbf5e4b843dba93b1c51978038ba download/CSWphp5_ext_enable.sh
ab08e2ba62667bf13fa236099e433e84 download/configure.diff
a71677d80f5cfd1aeb03547dfdeb705a download/httpd-php5.conf.CSW
2206431e47c2075c0b9c4a12de5cf791 download/odbc.diff
230126f76ee6400ccf225bb6a8243532 download/pdopgsql.diff
-d4c93751890b989c5a7b04acb5845fd9 download/pear.conf.CSW
+04b5f14d8e02b59105e8dad2ead08995 download/pear.conf.CSW
13db46097c9686302bebf160e2d26ed2 download/pgsql.diff
280d6cda7f72a4fc6de42fda21ac2db7 download/php-5.2.9.tar.bz2
a450a46ce0ea9fd0c0abe432e750a873 download/php-bug-45557-fix.diff
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2009-05-15 00:19:30 UTC (rev 4859)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2009-05-15 03:30:22 UTC (rev 4860)
@@ -6,6 +6,8 @@
SPKG_DESC_CSWphp5pdo = A database access abstraction module for PHP applications
REQUIRED_PKGS_CSWphp5pdo = CSWphp5
+CONFIGURE_ARGS += --enable-pdo=shared
+
PKGFILES_CSWphp5pdo = .*/lib/php/extensions/.*/pdo\.so*
define CSWphp5pdo_postinstall
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile 2009-05-15 00:19:30 UTC (rev 4859)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile 2009-05-15 03:30:22 UTC (rev 4860)
@@ -6,7 +6,7 @@
SPKG_DESC_CSWphp5pdosqlite = A Sqlite specific database access abstraction module for PHP applications
REQUIRED_PKGS_CSWphp5pdosqlite = CSWphp5 CSWphp5pdo
-CONFIGURE_ARGS += --with-pdo-sqlite=shared
+CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix)
PKGFILES_CSWphp5pdosqlite = .*/lib/php/extensions/.*/pdo_sqlite.*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list