]> git.pld-linux.org Git - packages/php.git/commitdiff
- overload is not extension in php5, but language construct
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 Aug 2011 17:39:42 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  see http://www.php.net/manual/en/intro.overload.php

Changed files:
    php.spec -> 1.944

php.spec

index 5aecbe644601f6d34c505c1ef66704ccadaf3cf0..1648a5d617b6eb0646ce521d23001496f30ae641 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -4,7 +4,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:
@@ -475,14 +475,12 @@ Provides: php(ereg)
 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}
@@ -2056,7 +2054,6 @@ for sapi in $sapis; do
        %{?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 \
This page took 0.062638 seconds and 4 git commands to generate.