Yes Anddy, i did this to get every kind of info i could. i just don't
understand why this
Notice: Undefined variable example
Andy Stratton a écrit :
> This might have something to do with your 'error_reporting' configuration
> option if it is giving you a Notice... try suppressing the not
Hi All,
I've been having an issue compiling PHP 4.4.7 under Solaris 10 (SunOS 5.10)
using GCC 3.4.6. I've tried to downgrade libiconv from 1.11 to 1.9.2 with
no different results.
Here are the specifics below. Any help is greatly appreciated. Thanks in
advance!
OS & Package Versions
On Wed, 30 May 2007, Tim McGeary wrote:
To: php-install@lists.php.net
From: Tim McGeary <[EMAIL PROTECTED]>
Subject: Re: [PHP-INSTALL] still without-mysql after yum install php-mysql
My responses are between your checklist:
Keith Roberts wrote:
Hi Tim. Please check out the following:
First m
This might have something to do with your 'error_reporting' configuration
option if it is giving you a Notice... try suppressing the notices by taking
out the E_NOTICE or putting a ~ in front of it to turn it off...
error_reporting = E_ALL & ~E_NOTICE
Or if you don't need (or want) the errors
I've since recompiled xml and php5.2 and the XML error is away.
I'm using $GLOBALS['variable'] to access predefined global variables in
functions. It works. don't know if it the right way but...
pascal desroche a écrit :
> Hi,
>
> i'm compiled php-5.0.2 on os x 10.3.9 with zlib, apxs, lib-xml,
Hi,
i'm compiled php-5.0.2 on os x 10.3.9 with zlib, apxs, lib-xml, gd
I have some failed tests in the make test procedure and among them
XML namespaces broken in libxml-based SAX interface
the fact is that in a php script, when i'm using a global variable in a
function, I get this
Notice: Undefi
My responses are between your checklist:
Keith Roberts wrote:
Hi Tim. Please check out the following:
First make sure you are dealing with the correct php.ini file. Look for
the path to the Configuration file in the output from phpinfo(). It's
the 6th entry down.
It is look at /etc/php.ini