OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 28-Oct-2003 17:14:00 Branch: HEAD Handle: 2003102816135703 Modified files: openpkg-src/apache apache.spec openpkg-web news.txt Log: added PHP multi-byte regex/string support Summary: Revision Changes Path 1.177 +8 -0 openpkg-src/apache/apache.spec 1.7205 +0 -26 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.176 -r1.177 apache.spec --- openpkg-src/apache/apache.spec 28 Oct 2003 10:47:24 -0000 1.176 +++ openpkg-src/apache/apache.spec 28 Oct 2003 16:14:00 -0000 1.177 @@ -119,6 +119,8 @@ %option with_mod_php_versioning no %option with_mod_php_snmp no %option with_mod_php_unixodbc no +%option with_mod_php_mbregex no +%option with_mod_php_mbstring no # package options (optional PHP3 specific settings; requires "with_mod_php3") %option with_mod_php3_ftp no @@ -534,6 +536,12 @@ --prefix=%{l_prefix} \ --with-apache=../apache_%{V_apache} \ --with-config-file-path=%{l_prefix}/etc/apache \ +%if "%{with_mod_php_mbregex}" == "yes" + --enable-mbregex \ +%endif +%if "%{with_mod_php_mbstring}" == "yes" + --enable-mbstring \ +%endif %if "%{with_mod_php_calendar}" == "yes" --enable-calendar \ %endif @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.7204 -r1.7205 news.txt --- openpkg-web/news.txt 28 Oct 2003 15:27:08 -0000 1.7204 +++ openpkg-web/news.txt 28 Oct 2003 16:13:57 -0000 1.7205 @@ -1,30 +1,4 @@ -28-Oct-2003: Upgraded package: P<skey-1.1.5-20031028> -28-Oct-2003: Upgraded package: P<apache-1.3.27-1.2.3> -28-Oct-2003: Upgraded package: P<apache-1.3.28-1.3.1> -28-Oct-2003: Upgraded package: P<apache2-2.0.48-20031028> 28-Oct-2003: Upgraded package: P<apache-1.3.29-20031028> -28-Oct-2003: Upgraded package: P<postfix-2.0.16-20031028> -28-Oct-2003: Upgraded package: P<fsl-1.3.0-1.3.2> -28-Oct-2003: Upgraded package: P<openpkg-20031028-20031028> -27-Oct-2003: Upgraded package: P<dbtool-1.6-20031027> -27-Oct-2003: Upgraded package: P<cvs-1.12.2-20031027> -27-Oct-2003: Upgraded package: P<perl-tk-20031027-20031027> -27-Oct-2003: Upgraded package: P<powerdns-2.9.12-20031027> -27-Oct-2003: Upgraded package: P<bs-0.98c8-20031027> -27-Oct-2003: Upgraded package: P<gqview-1.3.3-20031027> -27-Oct-2003: Upgraded package: P<openpkg-20031027-20031027> -27-Oct-2003: Upgraded package: P<gnutls-0.9.93-20031027> -27-Oct-2003: Upgraded package: P<gcrypt-1.1.43-20031027> -27-Oct-2003: New package: P<gpg-error-0.5-20031027> -27-Oct-2003: Upgraded package: P<vim-6.2.135-20031027> -27-Oct-2003: Upgraded package: P<xterm-1.81-20031027> -27-Oct-2003: Upgraded package: P<perl-dbi-20031027-20031027> -<<<<<<< news.txt -27-Oct-2003: Upgraded package: P<perl-www-20031027-20031027> -======= -27-Oct-2003: New package: P<gqview-1.3.3-20031027> -27-Oct-2003: Upgraded package: P<perl-www-20031027-20031027> ->>>>>>> 1.7183 27-Oct-2003: Upgraded package: P<mplayer-1.0pre2-20031027> 27-Oct-2003: Upgraded package: P<monit-4.1-20031027> 27-Oct-2003: Upgraded package: P<zoem-03.300-20031027> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]