Bug 108074

Summary: UPDATE PORT: lang/php5-extensions -- Meta-port support for SQLite3 in PHP5
Product: Ports & Packages Reporter: Simon Cornelius P. Umacob <simoncpu>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Simon Cornelius P. Umacob 2007-01-18 04:20:19 UTC
This patch adds meta-port support for SQLite3 in PHP5.

Fix: 

--- 114,120 ----
                MHASH MIME_MAGIC MING MSSQL MYSQL MYSQLI \
                NCURSES ODBC OPENSSL PCNTL PCRE PDF PDO PGSQL POSIX \
                PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \
!               SOCKETS SQLITE SQLITE3 SYBASE_CT SYSVMSG SYSVSEM SYSVSHM \
                TIDY TOKENIZER WDDX XML XMLREADER XMLRPC XMLWRITER XSL \
                YAZ ZIP ZLIB--AMOjGZF4vMC0r4MYQJJmkei0Lb9GqLVndR7fu4gVYS2VKAzD
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** /usr/ports/lang/php5-extensions/Makefile    Thu Nov 23 08:35:53 2006
--- Makefile    Sun Jan 14 07:43:56 2007
***************
*** 82,88 ****
                SNMP            "SNMP support" off \
                SOAP            "SOAP support" off \
                SOCKETS         "sockets support" off \
!               SQLITE          "sqlite support" on \
                SYBASE_CT       "Sybase database support" off \
                SYSVMSG         "System V message support" off \
                SYSVSEM         "System V semaphore support" off \
--- 82,89 ----
                SNMP            "SNMP support" off \
                SOAP            "SOAP support" off \
                SOCKETS         "sockets support" off \
!               SQLITE          "SQLite2 support" on \
!               SQLITE3         "SQLite3 support" off \
                SYBASE_CT       "Sybase database support" off \
                SYSVMSG         "System V message support" off \
                SYSVSEM         "System V semaphore support" off \
***************
*** 113,119 ****
                MHASH MIME_MAGIC MING MSSQL MYSQL MYSQLI \
                NCURSES ODBC OPENSSL PCNTL PCRE PDF PDO PGSQL POSIX \
                PSPELL READLINE RECODE SESSION SHMOP SIMPLEXML SNMP SOAP \
!               SOCKETS SQLITE SYBASE_CT SYSVMSG SYSVSEM SYSVSHM \
                TIDY TOKENIZER WDDX XML XMLREADER XMLRPC XMLWRITER XSL \
                YAZ ZIP ZLIB
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-18 04:20:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2007-01-18 06:47:28 UTC
State Changed
From-To: open->closed

php5-extension is not meant to list all the php extensions in the tree, 
but only the historical ones, usually included in the php tarball.