Re: [PHP-DEV] DLL export request

2003-07-28 Thread Mark Spruiell
> At 21:30 28/07/2003, Mark Spruiell wrote: >>Hi, >> >>I'm prototyping a PHP5 extension creates user classes dynamically. >>This (mostly) works, although it's apparent that PHP isn't really >>expecting this type of activity. >> >>I did encounter problems when trying to build this extension on Windo

Re: [PHP-DEV] DLL export request

2003-07-28 Thread Zeev Suraski
At 21:30 28/07/2003, Mark Spruiell wrote: Hi, I'm prototyping a PHP5 extension creates user classes dynamically. This (mostly) works, although it's apparent that PHP isn't really expecting this type of activity. I did encounter problems when trying to build this extension on Windows, however, beca

[PHP-DEV] DLL export request

2003-07-28 Thread Mark Spruiell
Hi, I'm prototyping a PHP5 extension creates user classes dynamically. This (mostly) works, although it's apparent that PHP isn't really expecting this type of activity. I did encounter problems when trying to build this extension on Windows, however, because the following functions are not expor

Re: [PHP-DEV] Mem leak in virtual_realpath() in tsrm_virtual_cwd.c

2003-07-28 Thread Ilia Alshanetsky
On July 28, 2003 10:48 am, Pete Dishman wrote: > Hi, > > I'm currently developing an extension and believe I've found a memory leak > in virtual_realpath(). My extension is calling this function via the macro > VCWD_REALPATH(). You are quite correct, virtual_realpath does indeed appear to leak. I

[PHP-DEV] Mem leak in virtual_realpath() in tsrm_virtual_cwd.c

2003-07-28 Thread Pete Dishman
Hi, I'm currently developing an extension and believe I've found a memory leak in virtual_realpath(). My extension is calling this function via the macro VCWD_REALPATH(). It seems this function allocates memory with CWD_STATE_COPY() but then never frees it. This also seems to be the case in virt

Re: [PHP-DEV] resepcting naming/style conventions

2003-07-28 Thread Justin Hannus
Ahh, yes. Please excuse my ignorance :) "Alan Knowles" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Justin Hannus wrote: > > >When writing an extension for an API (non-oop) that uses "studlyCaps" naming > >style, which naming style should be respected? PHP's underscore_delimited