Opened 7 years ago
Closed 6 years ago
#11143 closed enhancement (fixed)
php-7.2.10
Reported by: | Douglas R. Reno | Owned by: | thomas |
---|---|---|---|
Priority: | high | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (5)
comment:1 by , 7 years ago
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
The bundled pear stuff seems to be a bit outdated: https://pear.php.net/package/PEAR/download/All There is a patch to fix the undefined variable $metadata_dir: https://github.com/pear/pear-core/commit/b4126cef2c30a31dc73cab5105dcebd33852740c#diff-d28e639c6a933183b2d85f98ec527e3c That statement can be found in pear/install-pear-nozlib.phar at line 8557 but cannot be patched easily cause signature will be invalid then (dunno how to resign).
If ok for now, I'll add the --without-pear switch.
If required, pear can be installed by
wget http://pear.php.net/go-pear.phar php go-pear.phar
but there one has to be careful about the directories which are created. To fix that, 12 directories needs to be specified...
reported by Jean-Marc Pigeon (see "blfs-support"), there are extraneous files installed.
Looks like it has something to do with PEAR. Using the --without-pear switch to configure, those files are not installed but what does it imply if we use that switch also?
Btw, Arch uses this switch, too.