Re: [PHP] Which is the best windows IDE for PHP ?

2007-11-12 Thread Andrew O. Shadoura
mvh wrote: > I am using crimson editor for editing now > It is the best editor i found. > But is it not an IDE. Use vi/vim/gvim if you are familiar with vi/vim keybindings, or pn2 if not :) Both are quite enough to write programs efficiently in almost any language. -- WBR, Andrew -- PHP Gen

Re: [PHP] using `php' in the name of software

2007-10-28 Thread Andrew O. Shadoura
Hello. Jochem Maas wrote: > you should ask this on [EMAIL PROTECTED] but if you ask me you > should just call the extension netcdf e.g. it's full name would be "the > php netcdf extension". the 'php-' is superfluous no? The extension itself named `netcdf', but a package name, svn project name, a

[PHP] using `php' in the name of software

2007-10-28 Thread Andrew O. Shadoura
Hello. I'm developing an extension for PHP to support netCDF format (a special format for multidimensional scientific data). It is non-commercial open source project. At http://www.php.net/license/3_01.txt it is said that I cannot name my extension php-netcdf unless you permit. So, I'm asking y