diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-10 17:50:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-10 17:50:21 +0100 |
commit | ec95d223d5b5dd1d4af8003fe104440d1d6c82fc (patch) | |
tree | 3beaaf7d6799504561d6784816dca587aa7bfd56 | |
parent | adc6cb16dc17d2152fa44bdbe2905d3ad209489a (diff) |
php5.5: comments
-rw-r--r-- | php55.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -893,12 +893,13 @@ mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend fi # Always static: -# date, filter: not supported +# date, filter, libxml, reflection, spl: not supported # ereg: build options vary per SAPI # hash: for PHAR_SIG_SHA256 and PHAR_SIG_SHA512 # session: dep on hash, used by soap and wddx # pcre: used by filter, zip # pcntl, readline: only used by CLI sapi +# openssl: for PHAR_SIG_OPENSSL # zlib: used by image ln -sf ../configure %configure \ |