packages: php/php.spec - overload is not extension in php5, but language co...

glen glen at pld-linux.org
Sun Aug 7 19:39:47 CEST 2011


Author: glen                         Date: Sun Aug  7 17:39:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- overload is not extension in php5, but language construct
  see http://www.php.net/manual/en/intro.overload.php

---- Files affected:
packages/php:
   php.spec (1.943 -> 1.944) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.943 packages/php/php.spec:1.944
--- packages/php/php.spec:1.943	Sun Aug  7 19:11:49 2011
+++ packages/php/php.spec	Sun Aug  7 19:39:42 2011
@@ -5,7 +5,7 @@
 # - wddx: restore session support (not compiled in due DL extension check)
 # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
 #   - removed from php 5.0 (currently in php4):
-#   db [pecl-svn], hyperwave [pecl-svn], java [pecl-svn], mcal [pecl-svn], overload [???], qtdom [pecl-svn]
+#   db [pecl-svn], hyperwave [pecl-svn], java [pecl-svn], mcal [pecl-svn], qtdom [pecl-svn]
 #   - removed from php 5.1:
 #   oracle [pecl-svn]
 #   - removed from php 5.2:
@@ -476,14 +476,12 @@
 Provides:	php(hash)
 Provides:	php(libxml)
 Provides:	php(modules_api) = %{php_api_version}
-Provides:	php(overload)
 Provides:	php(reflection)
 Provides:	php(standard)
 Provides:	php(zend_extension_api) = %{zend_extension_api}
 Provides:	php(zend_module_api) = %{zend_module_api}
 Provides:	php-date
 Provides:	php-ereg
-Provides:	php-overload
 Provides:	php-reflection
 Provides:	php-standard
 Provides:	php5(debug) = %{php_debug}
@@ -2057,7 +2055,6 @@
 	%{?with_pgsql:--with-pdo-pgsql=shared} \
 	%{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
 	--without-libexpat-dir \
-	--enable-overload=shared \
 	--enable-posix=shared \
 	--enable-shared \
 	--enable-session=shared \
@@ -3182,6 +3179,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.944  2011/08/07 17:39:42  glen
+- overload is not extension in php5, but language construct
+  see http://www.php.net/manual/en/intro.overload.php
+
 Revision 1.943  2011/08/07 17:11:49  glen
 - mhash backward compat layer enabled in hash extension only if --with-mhash enabled
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.943&r2=1.944&f=u



More information about the pld-cvs-commit mailing list