Re: [PHP-DEV] 4.3.2RC4 OCI8 crash

2003-05-28 Thread Michael Bretterklieber
Hi, here's the output with ociinternaldebug(1): http://www.bretterklieber.com/php/oci8_crash.log FYI: the file has about 800KB On Tue, 27 May 2003, Michael Bretterklieber wrote: Hi, we discovered a crash using 4.3.2RC4 with oci8, here's the bt: (gdb) bt #0 0x404422b4 in kghalp () from

[PHP-DEV] mapping c++ classes to php classes

2003-05-28 Thread joerg mauz
hi all, just one simple questions: when I write a c++ extension for php (already done so far) are there any mechanism provided by php to map my c++ classes to php or do I have to write some kind of a php to c++ class wrapper (every member function for the php class will call a native c function

[PHP-DEV] Segfault when using ext/xml

2003-05-28 Thread Per Lundberg
I get the following segfault when using the XML parser (ext/xml) using the latest PHP5 from CVS: Program received signal SIGSEGV, Segmentation fault. 0x0812e914 in _efree (ptr=0x5a5a5a5a, __zend_filename=0x8178fa0 /usr/local/src/php-cvs/php5/ext/xml/xml.c, __zend_lineno=183,

Re: [PHP-DEV] mapping c++ classes to php classes

2003-05-28 Thread Per Lundberg
On Wed, 2003-05-28 at 10:03, Derick Rethans wrote: On Wed, 28 May 2003, joerg mauz wrote: when I write a c++ extension for php (already done so far) are there any mechanism provided by php to map my c++ classes to php or do I have to write some kind of a php to c++ class wrapper (every

[PHP-DEV] PECL Package Proposal: kadm5 - REPOST

2003-05-28 Thread Holger Burbach
Hi everyone, I recently developed a new extension to PHP called 'kadm5'. This extension enables you to create, modify, and delete Kerberos V principals and policies on a remote Kerberos Administration server. More information about Kerberos can be found at: http://web.mit.edu/kerberos/www/