Re: I'd like to work on amfext
[email protected] (Johannes Schlüter)
| Newsgroups | php.pecl.dev |
|---|---|
| Organization | php.net |
| Message-ID | <1280081632.1082.257.camel@guybrush> |
On Sat, 2010-07-24 at 08:49 -0700, j adams wrote: > At any rate, if anyone has suggestions about how to set up the dev > environment, I'd sure appreciate it. Between the source code being > scattered all over and the phpize/configure steps, I'm not particularly sure > how to get this code running in Eclipse or XCode. I think most here use vim (some Emacs), so i doubt we can be of much help there. Most C IDEs have a mode to import a project which has a standard configure/make project which we do, else the IDE should have a straight-forward way to set the source folder and include paths. But well, that's not really specific to PHP and I assume there are better IDE-specific places. for taking over the extension: in general we want to see some patches and if possible the old maintainer should agree. johannes