Re: [PHP] Re: Script failing on extension_dir

2012-04-10 Thread Matijn Woudt
een >> studying PHP >> for 5 days. >> >> I have attached a file with the results of php -I and the build script. >> >> Thanks again >> George >> >> >> >> -Original Message- From: Matijn Woudt >> Sent: Tuesday, April 10, 2012 1

Re: [PHP] Re: Script failing on extension_dir

2012-04-10 Thread Shawn McKenzie
350:/usr/qmsys/qmphp# > > I am doing this so I can connect the database I use and have only been > studying PHP > for 5 days. > > I have attached a file with the results of php -I and the build script. > > Thanks again > George > > > > -Original Messag

Re: [PHP] Re: Script failing on extension_dir

2012-04-10 Thread George R Smith
eorge -Original Message- From: Matijn Woudt Sent: Tuesday, April 10, 2012 11:05 AM To: Shawn McKenzie Cc: George R Smith ; php-general@lists.php.net Subject: Re: [PHP] Re: Script failing on extension_dir On Tue, Apr 10, 2012 at 5:18 PM, Shawn McKenzie wrote: On 04/09/2012 03:16 PM,

Re: [PHP] Re: Script failing on extension_dir

2012-04-10 Thread Matijn Woudt
On Tue, Apr 10, 2012 at 5:18 PM, Shawn McKenzie wrote: > On 04/09/2012 03:16 PM, George R Smith wrote: >> EXTDIR=`php -i 2> /dev/null | grep -i "extension_dir" | cut -d" " -f3` >> >> Error message follows, what does the no mean ? >> get the directory where PHP extension are stored >> =

[PHP] Re: Script failing on extension_dir

2012-04-10 Thread Shawn McKenzie
On 04/09/2012 03:16 PM, George R Smith wrote: > EXTDIR=`php -i 2> /dev/null | grep -i "extension_dir" | cut -d" " -f3` > > Error message follows, what does the no mean ? > get the directory where PHP extension are stored > > You need to