[PHP-DEV] Memory leak per request in apache2filter PHP+ZTS

2004-11-29 Thread Kamesh Jayachandran
Hi All, I could see a leak of 60 bytes for the following script. While investigation I found that SG(request_info).path_translated = safe_strdup(f->r->filename); //in sapi/apache2filter/sapi_apache2.c:php_apache_request_ctor is not getting freed. Can I free the same in php_apache_reques

[PHP-DEV] Indexer

2004-11-29 Thread Seth Webster
So, did you guys provide any support for C style indexing? Ie: class SomeClass { Private object this[int Index] { Return this.array[Index]; } } $a = new SomeClass(); Echo $a[12]; I read somewhere that you had plans to. Seth

[PHP-DEV] extension module for data acquisition

2004-11-29 Thread Jan Zwiegers
Hi there Thanks to all the people who replied to my request. I will start digging through the code and rearrange my brain cells to do things the PHP way. Cheers Jan >Hi there > >I work for a company called Eagle Technology and we manufacture a wide range of data acquisition devices; USB, PCI, P

Re: [PHP-DEV] extension module for data acquisition

2004-11-29 Thread Hartmut Holzgraefe
Marcus Boerger wrote: All we can say is just look at the code of other extensions - unfortunatley it seems there is only documentation living on two legs available otherwise. However it is relativley easy for an experienced c programmer. Well, some of us have tried to do brain dumps. George Schloss

Re: [PHP-DEV] main/main.c - php_module_startup && additional modules

2004-11-29 Thread Andi Gutmans
I was thinking about adding those two lines. At 07:14 AM 11/24/2004 +0100, Wojtek Meler wrote: Which option? changing php_module_startup interface to int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint num_additional_modules) or rather adding those 2 lines t

Re: [PHP-DEV] extension module for data acquisition

2004-11-29 Thread Marcus Boerger
Hello Jan, Monday, November 29, 2004, 9:22:59 AM, you wrote: > Hi there > I work for a company called Eagle Technology and we manufacture a wide > range of data acquisition devices; USB, PCI, PC/104 plus etc. > Our main API is called EDR Enhanced and is available for both Win32 and > Linux. >

[PHP-DEV] Re: extension module for data acquisition

2004-11-29 Thread Sara Golemon
Jan- For code samples you can look at any number of extensions available in the PECL repository ( http://pecl.php.net ). For more direct assistance, the best mailing list would be [EMAIL PROTECTED] . Do you plan to release your extension to the public as an open source extension? Or would y

[PHP-DEV] extension module for data acquisition

2004-11-29 Thread Jan Zwiegers
Hi there I work for a company called Eagle Technology and we manufacture a wide range of data acquisition devices; USB, PCI, PC/104 plus etc. Our main API is called EDR Enhanced and is available for both Win32 and Linux. I'm looking at developing a PHP extension for EDR Enhanced. Can anyone poss

[PHP-DEV] PHP 5 Bug Summary Report

2004-11-29 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (451 total including feature requests) ===[*Compile Issues]== 28103 Open During ./configure you get png error instead of iodbc 28700 Open yaz recode conflic