php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74560 --enable-filter=shared has no effect
Submitted: 2017-05-09 09:00 UTC Modified: 2021-12-05 04:22 UTC
From: spam2 at rhsoft dot net Assigned: cmb (profile)
Status: No Feedback Package: *Compile Issues
PHP Version: 7.1.5RC1 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2017-05-09 09:00 UTC] spam2 at rhsoft dot net
Description:
------------
--enable-filter=shared should result in a "filter.so" extension, but at least with current 7.1.5 that don't work

looking at https://www.rpmfind.net/linux/rpm2html/search.php?query=php-filter(x86-64) this was possible with 5.6 and should be restored since i prefer *anything* as loadable extension instead duplicate binary code in /usr/bin/php and libphp7.so (and i would add pcre, libxml and even standard to my wishlist)

and NO i do not support the statement from https://bugs.php.net/bug.php?id=51957 "It can't and should not be build shared"

what would be that sepcial here compared to other extensions?

php-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-bcmath-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-bz2-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-calendar-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-cli-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-common-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-ctype-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-curl-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-devel-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-dom-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-exif-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-fileinfo-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-gd-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-gettext-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-hash-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-iconv-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-imap-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-intl-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-json-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-mbstring-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-mysqli-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-opcache-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-openssl-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-pcntl-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-pdo-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-phar-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-posix-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-readline-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-session-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-simplexml-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-soap-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-sockets-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-tidy-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-tokenizer-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-xml-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-xmlreader-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-xmlwriter-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-zip-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm
php-zlib-7.1.5-1.0.fc25.20170509.0015.rh.sandybridge.x86_64.rpm



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-11-23 13:14 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-11-23 13:14 UTC] cmb@php.net
I just checked with PHP-7.4, and ext/filter/.libs/filter.so is
build. Is there, maybe, an issue regarding the installation, or
has this issue been resolved in the meantime?
 [2021-12-05 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC