php-python icon indicating copy to clipboard operation
php-python copied to clipboard

Embedded Python Extension for PHP

Results 11 php-python issues
Sort by recently updated
recently updated
newest added

Failed to download pecl/python within preferred state "stable", latest release i s version 0.8.0, stability "alpha", use "channel://pecl.php.net/python-0.8.0" to install install failed

when I use ./configure --with-python=/usr/include/python2.7 LDFLAGS="-L/usr/lib64/python2.7" --with-php-config=/opt/lampp/bin/php-config to bulid then get error below: configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate checking for gawk......

checking for embedded Python support... yes, shared checking for python-config... /usr/bin/python-config checking for Python includes... -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 checking for Python libraries... -L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic...

I've made some changes ... Now it can compile successfully with PHP 5.4.x

os: windows x-64, php: 5.3.1, pear: 1.9.0, python: 2.7 i use command > pecl install python-0.8.0 result: success download the package, warning: php_bin \path\php.exe appears to have a suffix \php.exe,...

I've done the readline shel now : - first in php calling python_exec - then in python completely calling readline in php via php.call - history up down forward backward...

@jparise Wow great job on the README.md things are finally coming together. I'm feeling all jealous you're getting to do all the work, maybe it's time someone else lends a...

question

Bug #61488 Installation successful but unable to load , i don't know why Submitted: 2012-03-23 08:51 UTC Modified: - From: jianwangok at 163 dot com Assigned: Status: Open Package: python...

bug

[Bug #56107 segfault with python.so 0.7.0](https://bugs.php.net/bug.php?id=56107) Submitted: 2004-06-20 15:51 UTC Modified: 2004-06-29 12:57 UTC From: christian at freemails dot at Assigned: Status: Open Package: python (PECL) PHP Version: unknown OS:...

bug