Re: [PHP-DEV] HEAD compile failure in pdo extension

2005-07-29 Thread Joe Orton
On Thu, Jul 28, 2005 at 03:46:09PM +0530, Kamesh Jayachandran wrote: > In file included from > /root/kamesh/work/php-src/ext/pdo_sqlite/pdo_sqlite.c:31: > /root/kamesh/work/php-src/ext/pdo_sqlite/php_pdo_sqlite_int.h:24:21: > sqlite3.h: No such file or directory Same here with VPATH builds, this s

Re: [PHP-DEV] HEAD compile failure in pdo extension

2005-07-29 Thread Kamesh Jayachandran
Hi Joe, It fixes it. Thanks. With regards Kamesh Jayachandran On Fri, 29 Jul 2005 09:20:04 +0100, "Joe Orton" <[EMAIL PROTECTED]> said: > On Thu, Jul 28, 2005 at 03:46:09PM +0530, Kamesh Jayachandran wrote: > > In file included from > > /root/kamesh/work/php-src/ext/pdo_sqlite/pdo_sqlite.c:31: > >

[PHP-DEV] zlib problem

2005-07-29 Thread Ron Korving
Hi, Will there be a gzdecode() function in the future? I really need it, and the function provided by Aaron G. on http://nl2.php.net/manual/en/function.gzencode.php#44470 doesn't always seem to work ("data error" warning on a newly gzipped file). I tried to go through the ext/zlib code, trying to

[PHP-DEV] [oci8] bug #33915 (segfault in _oci_close_session) with fix

2005-07-29 Thread BUSTARRET, Jean-Francois
I have quite a few segfaults on my production servers. The crashes occur on : #0 0xb78f3779 in _oci_close_session (session=0x8382a20) at /soft/sources/php/php-5.0.4/ext/oci8/oci8.c:2961 2961CALL_OCI_RETURN(OCI(error), where (gdb) print *session $1 = {num = 137800016, per

Re: [PHP-DEV] Re: SOAP SSL support doesn't work when allow_url_fopen is turned off

2005-07-29 Thread Paul Reinheimer
Since comments comments were called for I thought I might weigh in with my $0.02cdn When configuring PHP I want a way to protect myself, and my users from themselves when it comes to doing something silly, I've actually seen include($_GET['function']) in running code, though thankfully never on on