You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I try to build php engine from source code and I've got an error Bug #80067 (Omitting the port in bindto setting errors) [ext/standard/tests/network/bug80067.phpt]
I tried to solve the problem by I built openssl.so and ran the test with openssl lib inside the ext/standard folder, and the test was fine.
Also I faced with strange name config.m4 inside the ext/openssl folder, that's why I couldn't run phpize fine to solve this problem I've renamed config0.m4 to config.m4
Actually it looks strange trying to run test without openssl support, and it should be disabled
Ah, right. I think a lot more tests are affected by this, though.
Also I faced with strange name config.m4 inside the ext/openssl folder, that's why I couldn't run phpize fine to solve this problem I've renamed config0.m4 to config.m4
OpenSSL's config.m4 is called config0.m4 to be read very early during in-tree builds. I'm not sure that this is still necessary, since important parts of the configuration have been moved to the core.
So the skip was added by Levi but the test was still failing for me because it relies on system cert store which it shouldn't so that got fixed as well now.
Description
Hi.
I try to build php engine from source code and I've got an error
Bug #80067 (Omitting the port in bindto setting errors) [ext/standard/tests/network/bug80067.phpt]
I tried to solve the problem by I built openssl.so and ran the test with openssl lib inside the ext/standard folder, and the test was fine.
Also I faced with strange name config.m4 inside the ext/openssl folder, that's why I couldn't run phpize fine to solve this problem I've renamed config0.m4 to config.m4
The following code:
Resulted in this output:
Actually it looks strange trying to run test without openssl support, and it should be disabled
The following code instead:
Resulted in this output:
build params
./configure' '--build=x86_64' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--enable-option-checking=fatal' '--with-mhash' '--disable-all' '--with-pic' '--with-password-argon2' '--with-zlib' '--enable-xml' '--with-libxml' '--disable-phpdbg' '--with-pear' '--disable-cgi' '--enable-fpm' '--with-fpm-user=www-data' '--with-fpm-group=www-data' 'build_alias=x86_64'
PHP Version
PHP 7.4.29
Operating System
REHL
The text was updated successfully, but these errors were encountered: