From 376ec51b68106b5672c8f51c0be64fa634280a88 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Jul 2025 10:15:03 +0200 Subject: fix build with PHP 8.5.0alpha2 using patch from https://github.com/zeromq/php-zmq/pull/240 --- PHPINFO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..3212c66 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,6 @@ + +zmq + +ZMQ extension => enabled +ZMQ extension version => 1.1.3 +libzmq version => 4.3.4 -- cgit