"Christoph M. Becker" in php.pecl.dev (Tue, 8 May 2018 18:12:16 +0200): >On 08.05.2018 at 17:53, Jan Ehrhardt wrote: > >> @weltling: Is there any reason why windows.php.net did not even try to >> compile the php 7.2 version? >> https://windows.php.net/downloads/pecl/releases/event/2.4.0rc2/ > >Due to build failures, see ><https://windows.php.net/downloads/pecl/releases/event/2.4.0rc2/logs/>.
I see now that building was tried. pe.obj : error LNK2019: unresolved external symbol bufferevent_openssl_set_allow_dirty_shutdown referenced in function event_bevent_allow_ssl_dirty_shutdown_prop_write pe.obj : error LNK2019: unresolved external symbol bufferevent_openssl_get_allow_dirty_shutdown referenced in function event_bevent_allow_ssl_dirty_shutdown_prop_read Strange failures, because in bufferevent_ssl.h this is defined: EVENT2_EXPORT_SYMBOL int bufferevent_openssl_get_allow_dirty_shutdown(struct bufferevent *bev); EVENT2_EXPORT_SYMBOL void bufferevent_openssl_set_allow_dirty_shutdown(struct bufferevent *bev, int allow_dirty_shutdown); In my PHP 7.2 builds with OpenSSL 1.0.2 I do not run into this error. It just compiles fine. -- Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php