| Package Information |
| Summary |
Embedded Python |
| Maintainers |
Jon Parise <jon@php.net> (lead) [wishlist] [details]
|
| License |
MIT License |
| Description |
This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP. |
| Homepage |
http://www.indelible.org/php/python/ |
Release notes Version0.7.0 |
- Python functions now accept a variable list of arguments. The array() method of passing arguments no longer works.
- Python object handles are now stored internally as Zend resources. |