> 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
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
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
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
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
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