[PHP-DEV] MySQL Problem retrieving errno, when connect fails + solution

2003-08-14 Thread Michael Bretterklieber
ect_errno)); } else { RETURN_FALSE; } } id = -1; break; ... I think 1. would be the better solution because 2. is only a workaround, or not? thanx, bye, -- --- -- Michael Bretterklieber

Re: [PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread Michael Bretterklieber
se from the > php-manual: en/zend.creating.php > http://pear.php.net/manual/en/introduction.php#about-pecl - after you have written your config.m4 do this: - phpize - ./configure - make - make install then you get a .so, wich you can send to your customer. bye, -- -

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 >

Re: [PHP-DEV] Re: 4.3.2RC4 OCI8 crash

2003-05-27 Thread Michael Bretterklieber
On Tue, 27 May 2003, Michael Mauch wrote: > Michael Bretterklieber wrote: > > > we discovered a crash using 4.3.2RC4 with oci8, here's the bt: > > Is your Apache linked to pthread, like it's written on > <http://www.php.net/oci8>? sure, and all other neat

Re: [PHP-DEV] pecl binaries in PHP Win releases?

2003-04-03 Thread Michael Bretterklieber
s. I think this would be great first step for providing PECL binaries. bye, -- --- -- Michael Bretterklieber - [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat A-8

Re: [PHP-DEV] pecl binaries in PHP Win releases?

2003-04-03 Thread Michael Bretterklieber
Christian Joergensen schrieb: -Original Message- From: Michael Bretterklieber [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1:24 PM To: Jani Taskinen Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] pecl binaries in PHP Win releases? in general its a good idea, but I&#

Re: [PHP-DEV] pecl binaries in PHP Win releases?

2003-04-03 Thread Michael Bretterklieber
quot;standard" extensions or PEAR. One possibility would be to move nearly (some extensions should stay in the PHP-dist like DB-extensions) all extensions to this extra package, then they have no chance to come around installing this extra package. bye, -- -----

Re: [PHP-DEV] Patch: Some undocumented php.ini directives

2003-03-22 Thread Michael Bretterklieber
t problem. bye, -- --- --------- Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200-- privat --- A-8041 GRAZ GSM: ++43-(0)676-93 96 698 Tel: ++43-(

Re: [PHP-DEV] Patch: Some undocumented php.ini directives

2003-03-22 Thread Michael Bretterklieber
hings. Datetime-values are returned in the format "-MM-DD HH24:MI:SS", if this ini-param is set to off, the default value is on. bye, -- --- ----- Michael Bretterklieber- [EMAIL PROTECTED] JAWA Management Software

Re: [PHP-DEV] 4.3.2RC1 PATH_INFO not available anymore

2003-03-14 Thread Michael Bretterklieber
Hi, Derick Rethans schrieb: On Fri, 14 Mar 2003, Michael Bretterklieber wrote: It seems that the PATH_INFO environment var is not available anymore, this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1), with php4.3.1 it was available. Which SAPI are you using? comman

[PHP-DEV] 4.3.2RC1 PATH_INFO not available anymore

2003-03-14 Thread Michael Bretterklieber
Hi, It seems that the PATH_INFO environment var is not available anymore, this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1), with php4.3.1 it was available. Is this a bug or a feature? bye, -- --- -- Mi