Re: [PHP-DEV] [PATCH] Resubmitted for review

2004-10-14 Thread Andi Gutmans
Hi Robert, If I remember correctly, we came to the conclusion a while ago, that unless we make some big changes (which I'm not quite sure yet how far reaching they would be), then we could not malloc() constants. You would really need to emalloc()/efree() them on each request because the engine

Re: [PHP-DEV] [PATCH PHP_4_3] Core dumps in cyrus

2004-10-14 Thread Moriyoshi Koizumi
Hi, Thank you for the patch. Cyrus extension is now in PECL (http://pecl.php.net/) and I'm the primary maintainer of it. I think the problems you pointed out were already addressed and fixed in CVS. Please check out the source at http://cvs.php.net/cvs.php/pecl/cyrus/ and send me a patch if you sti

Re: [PHP-DEV] [PATCH] Bug #30230 exception handler not working with objects

2004-10-14 Thread Jason Garber
Hello Andi, reset_exception_handler() :) -- Best regards, Jasonmailto:[EMAIL PROTECTED] Tuesday, October 12, 2004, 5:40:34 PM, you wrote: AG> I see Marcus has already attempted to fix this even though the bug report AG> is still open. AG> Marcus, what exactly

[PHP-DEV] Add header from loadable module?

2004-10-14 Thread Stefan Olsson
Hi, I'm currently writing a loadable module that needs to set a few headers. Adding #include "SAPI.h" makes everything quiet during compilation and link time but when loading/calling the module I end up with the following error message in Apache log: /usr/local/apache/bin/httpd: relocation error:

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-14 Thread Robert Silva
For #2, I believe he is referring to searching LD_LIBRARY_PATH directories for libraries rather than hardcoding /lib everywhere (which is how its done now). #3 would be something to effect of --with-libdir=lib64,lib Since just about every extension has custom code to check for the existance (and