[PHP-DEV] Unloading GD resource created with custom module causes crash

2003-06-15 Thread Iridium
Apache Version: 1.3.27 Operating System: Windows XP SP1 PHP Version: 4.3.2 PHP runs as a module for apache. Basically, I've created my own module for reading bitmaps under windows. The module creates a gd object, and reads the pixels from a bitmap to the gd object. This module worked fine before P

[PHP-DEV] Extension written in C++ and undefined symbols

2004-05-15 Thread Peter 'iridium' Waller
I've currently got some libraries written in C++ with various class interfaces, I was going to write an interface between them and PHP but got very stuck trying to get the extension to recognize any C++ linked to it at all.. I spent quite a while searching the archives and google before posting

[PHP-DEV] Re: Bouncer Test

2004-06-09 Thread Peter 'iridium' Waller
Aidan Lister wrote: This is a test message to detect any automated spam. Please don't reply, or you may be removed from the list accidently. [09-06 15:34:19] "This is a test message to detect any automated spam. Please don't reply, or [09-06 15:34:19] you may be removed from the list accidently.

[PHP-DEV] Re: Compiling your own PHP extensions?

2003-07-22 Thread Peter 'iridium' Waller
May I ask what platform you need it under? Cameron Just wrote: Hi All, I was wondering how and where I would go to find a C programmer who could incorporate this library as a module in php? http://ta-lib.org/ I have written most of these functions in php itself but need more speed out of the fun