Ciao a tutti!
La configurazione del nuovo server continua, a rilento ma continua...
Per nginx e mysql non ho avuto problemi ma php mi sta dando del filo da torcere, anche se ora credo di aver risolto la maggior parte dei problemi.
in buona sintesi, ho scaricato i sorgenti, aggiunto il php-fpm, configurato, quindi ho dato make e make test, ma quest'ultimo comando mi ha tirato fuori qualche problema per il quale chiedo il vostro consiglio:
Codice:
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $modify. [ext/date/tests/DateTime_modify_variation1.phpt]
Bug #50392 date_create_from_format enforces 6 digits for 'u' format character [ext/date/tests/bug50392.phpt]
Test date_modify() function : usage variation - Passing unexpected values to second argument $format. [ext/date/tests/date_modify_variation2.phpt]
Phar: phpinfo display 3 [ext/phar/tests/phpinfo_003.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
realpath_cache_size() and realpath_cache_get() [ext/standard/tests/file/realpath_cache.phpt]
Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt]
getmxrr() test [ext/standard/tests/network/getmxrr.phpt]
Test Blowfish crypt() with invalid rounds [ext/standard/tests/strings/crypt_blowfish_invalid_rounds.phpt]
htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt]
xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================
=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 51
Exts tested : 27
---------------------------------------------------------------------
Number of tests : 11155 7583
Tests skipped : 3572 ( 32.0%) --------
Tests warned : 2 ( 0.0%) ( 0.0%)
Tests failed : 11 ( 0.1%) ( 0.1%)
Expected fail : 8 ( 0.1%) ( 0.1%)
Tests passed : 7562 ( 67.8%) ( 99.7%)
---------------------------------------------------------------------
Time taken : 265 seconds
=====================================================================
Secondo la vostra esperienza, cosa può essere trascurato e cosa no in un test del genere?
Supponendo che nulla possa essere trascurato, inizio a googoleggiare per trovare le specifiche soluzioni o esiste una strada alternativa?
Sotto vi riporto anche il comando di configurazione usato, magari mi aiutate a capire se ho messo qualche opzione di troppo tralasciandone di importanti.
Sul server dovranno girare un po' di script fatti ex-novo in compagnia di qualche CMS tipo joomla e wordpress...
Codice:
./configure --enable-fpm --with-mcrypt --with-zlib --with-zlib-dir=yes --enable-mbstring --with-regex --with-pcre-regex --enable-mbregex --with-ssl --with-openssl --with-mysql=/us
r/local/mysql --with-mysql-sock=/usr/local/mysql/mysql.sock --with-mysqli --enable-inline-optimization --with-xml --enable-memcache --with-curl --with-curlwrappers --enable-ftp --
with-ttf --enable-gd-native-ttf --with-gettext --with-gd --with-jpeg-dir --with-tiff --with-png-dir --with-freetype --with-kerberos=/usr/kerberos --with-bz2 --with-pear=/usr/share
/pear --enable-bcmath --enable-calendar --with-ftp --with-dom --enable-xslt --with-xpm-dir --disable-debug --enable-memory-limit --with-pear=/usr/share --enable-track-vars
Grazie!
Segnalibri