Jon Parise wrote:
> 
> On Thu, Jul 19, 2001 at 05:50:42PM -0600, Joey Smith wrote:
> 
> > I had thought the decision was that php_<extname>.c was the correct way
> > to name the .c file for an extension, so that we are less likely to
> > conflict with any files from the package itself?
> >
> > ext_skel creates a .c file using the bare extname.
> 
> I thought that convention only applied to the header files.

So did I, but practices seem to differ.  I find it very handy for
auto-completion that the header file name always starts with "php_"
(unless the extension is called P-something of course).

 - Stig

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to