diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:48:11 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:48:11 +0000 |
commit | 8c0ad1645e67d7c03a34e8419fd90826b0a04940 (patch) | |
tree | 247940c24e13122548c508c6ed7e9e80624f6fbd /dev-php | |
parent | included mbregex in the cjk use var. Fixes #12769 (diff) | |
download | gentoo-2-8c0ad1645e67d7c03a34e8419fd90826b0a04940.tar.gz gentoo-2-8c0ad1645e67d7c03a34e8419fd90826b0a04940.tar.bz2 gentoo-2-8c0ad1645e67d7c03a34e8419fd90826b0a04940.zip |
added socket and pcntl support to the ebuild. Fixes #12484.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.2.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index a3b315e1d027..2857062ac2c5 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for dev-php/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.22 2002/12/17 19:37:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.23 2002/12/27 17:48:11 rphillips Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *php-4.2.3 (10 Sep 2002) + 27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : added sockets and + pcntl support to the ebuild + 19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild : fixed qt dep diff --git a/dev-php/php/php-4.2.3.ebuild b/dev-php/php/php-4.2.3.ebuild index 11d9041e4470..9e023c664c64 100644 --- a/dev-php/php/php-4.2.3.ebuild +++ b/dev-php/php/php-4.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.11 2002/12/09 04:21:12 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.12 2002/12/27 17:48:11 rphillips Exp $ IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -167,6 +167,8 @@ src_compile() { --enable-bcmath \ --enable-sysvsem \ --enable-sysvshm \ + --enable-sockets \ + --enable-pcntl \ --enable-calendar \ --enable-trans-sid \ --enable-versioning \ |