Config.in 340 B

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