jparise / php-python

Embedded Python Extension for PHP
http://pecl.php.net/package/python
MIT License
68 stars 16 forks source link

Where to from here: #8

Open nickl- opened 12 years ago

nickl- commented 12 years ago

@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 hand. =)

What are your thoughts, where do you think we should go to from here? Anything you want us to focus on for starters?

jparise commented 12 years ago

I think the area in need of the most work is determining the current state of the project. What combination of Python and PHP versions actually work (see #9)? And after that, the unit test suite should be expanded to cover more cases. More example code would be helpful, too.

nickl- commented 12 years ago

I was considering doing some more work on the shell example ie. incorporate readline and all those fun things.

This will help for testing too and give us a better idea of what works and what not.

Your thoughts?

jparise commented 12 years ago

Go for it.