Re: [PHP-INSTALL] namespace trouble

2007-05-30 Thread Pascal Desroche
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

[PHP-INSTALL] make: [test] Error 138 (ignored)

2007-05-30 Thread Shane Kinsch
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

Re: [PHP-INSTALL] still without-mysql after yum install php-mysql

2007-05-30 Thread Keith Roberts
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

RE: [PHP-INSTALL] XML namespaces broken in libxml-based SAX interface

2007-05-30 Thread Andy Stratton
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

Re: [PHP-INSTALL] XML namespaces broken in libxml-based SAX interface

2007-05-30 Thread pascal desroche
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,

[PHP-INSTALL] XML namespaces broken in libxml-based SAX interface

2007-05-30 Thread pascal desroche
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

Re: [PHP-INSTALL] still without-mysql after yum install php-mysql

2007-05-30 Thread Tim McGeary
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