[PHP] Re: [PEAR] Problem with DB::isError

2004-02-04 Thread Martin Marques
El Mié 04 Feb 2004 16:45, David Clymer escribió: > I'm having some problems with the DB::isError function identifying a > non-object as an error object (or so it seems). I'm using postgreSQL > 7.3.x. The relevant code is below: > > /***[ my code start ]***/ > >

AW: [PHP] Re: pear problem

2003-08-27 Thread Moritz Steiner
='/usr/php/pear/share/pear') in /usr/php/pear/share/pear/SOAP/Base.php on line 37 Moritz -Ursprüngliche Nachricht- Von: Catalin Trifu [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 26. August 2003 16:53 An: [EMAIL PROTECTED] Betreff: [PHP] Re: pear problem Hi, Di

[PHP] Re: pear problem

2003-08-26 Thread Catalin Trifu
Hi, Did you added the /usr/php/pear/share/pear in the php.ini include_path option ? Besides the mime is part of Mail_Mime extension and SOAP needs some extensions too (don't remember exactly which) so check if all requirements are met. btw! what's the error message when it cras

[PHP] Re: [PEAR] Re: [PHP] Re: [PEAR] problem with a global variable as class reference

2001-09-15 Thread Markus Fischer
On Sat, Sep 15, 2001 at 04:11:47PM +0200, Wolfram Kriesing wrote : > > My answer may be not well thought but ... from my knowledge, > > problems with php-gtk you can't assign references to global vars > > because this particaular declared global variable is a local > > reference to the global var

Re: [PHP] Re: [PEAR] problem with a global variable as class reference

2001-09-15 Thread Wolfram Kriesing
> My answer may be not well thought but ... from my knowledge, > problems with php-gtk you can't assign references to global vars > because this particaular declared global variable is a local > reference to the global var. as you say, i guess the "local reference to the global var" is the proble

[PHP] Re: [PEAR] problem with a global variable as class reference

2001-09-15 Thread Markus Fischer
My answer may be not well thought but ... from my knowledge, problems with php-gtk you can't assign references to global vars because this particaular declared global variable is a local reference to the global var. - Markus On Sat, Sep 15, 2001 at 03:38:54PM +0200, Wolfram Kriesing wrote : > i