Author: rhs
Date: Sun Oct 14 23:51:12 2012
New Revision: 1398153
URL: http://svn.apache.org/viewvc?rev=1398153&view=rev
Log:
improved config.sh for php
Modified:
qpid/proton/trunk/config.sh
Modified: qpid/proton/trunk/config.sh
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/config.sh?rev=1398153&r1=1398152&r2=1398153&view=diff
==============================================================================
--- qpid/proton/trunk/config.sh (original)
+++ qpid/proton/trunk/config.sh Sun Oct 14 23:51:12 2012
@@ -38,6 +38,11 @@ export JYTHONPATH=$COMMON_PYPATH:$PROTON
# PHP
export PHP_BINDINGS=$PROTON_BINDINGS/php
+cat <<EOF > $PHP_BINDINGS/php.ini
+include_path="$PHP_BINDINGS:$PROTON_HOME/proton-c/bindings/php"
+extension="$PHP_BINDINGS/cproton.so"
+EOF
+export PHPRC=$PHP_BINDINGS/php.ini
# Ruby
export RUBY_BINDINGS=$PROTON_BINDINGS/ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]