1comment "php-zmq needs a toolchain w/ C++, threads" 2 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS) 3 4config BR2_PACKAGE_PHP_ZMQ 5 bool "php-zmq" 6 depends on BR2_INSTALL_LIBSTDCPP 7 depends on BR2_TOOLCHAIN_HAS_THREADS 8 select BR2_PACKAGE_ZEROMQ 9 help 10 ZeroMQ messaging bindings for PHP 11 12 http://pecl.php.net/package/zmq 13