Re: [PHP-INSTALL] help using php with msqli

2008-05-01 Thread Doug Tabacco
I think you may be loading the wrong module. you want extension=mysqli.so not extension=msqli.so On May 1, 2008, at 7:38 AM, Caroleigh Deneen wrote: Hi, I'm learning php and some of the sample code I'm working with requires mysqli support.I'm getting a fatal error when I try to load a p

Re: [PHP-INSTALL] Help!

2008-04-13 Thread Doug Tabacco
I think what you're running into is some confusion about newlines. \n prints a newline in the output, yes. But since HTML ignores most whitespace (which includes \r and \n, you need to add a tag as well. On Apr 13, 2008, at 1:08 PM, Bryan wrote: one more question makes a new line,

[PHP-INSTALL] Can't load ssh2 through apache php module

2008-04-11 Thread Doug Tabacco
Hey all, So, I'm trying to get the ssh2 module installed, but I'm running into an odd problem. The module works fine with the command line php binary, I can see it in 'php -i' output and everything. But when I start apache, I end up with this in the PHP error log: [10-Apr-2008 18:57:17] PHP War

RE: [PHP-INSTALL] Can't install PHP > 5.2.0

2008-04-02 Thread Doug Tabacco
f /your/apache/path/bin/apachectl start >/tmp/strace.txt 2>&1 If you're new to strace and the output means nothing to you feel free to throw me a copy. cheers Jamie > On Mar 26, 2008, at 9:50 AM, Doug Tabacco wrote: >> Hi there! >> >> So right now I'm runni

Re: [PHP-INSTALL] Can't install PHP > 5.2.0

2008-04-01 Thread Doug Tabacco
On Mar 26, 2008, at 9:50 AM, Doug Tabacco wrote: Hi there! So right now I'm running PHP 5.2.0. I'd very much like to move up to 5.2.5 to take advantage of fixes and so forth, but I'm having some trouble. When I try to 'make install' any version of PHP newer than 5.2.0

[PHP-INSTALL] Can't install PHP > 5.2.0

2008-03-26 Thread Doug Tabacco
Hi there! So right now I'm running PHP 5.2.0. I'd very much like to move up to 5.2.5 to take advantage of fixes and so forth, but I'm having some trouble. When I try to 'make install' any version of PHP newer than 5.2.0, Apache will die quietly on startup, without logging any errors, no matter h

[PHP-INSTALL] mail()

2004-01-19 Thread Doug
Hello I was just wondering how I can get php to change what ip it sends mail on. As the defaut when you use the mail() function it uses localhost 127.0.0.1. Now I want it to use my sendmail mamil server's ip, I have my sendmail's smtp options set to my ip address xx.xx.xx.xx . In the php.ini

Re: [PHP-INST] How to 'define a variable'

2002-09-11 Thread Doug Young
> Turn down the error reporting in your script. > > http://us2.php.net/manual/en/function.error-reporting.php > Well I guess that would 'hide' the problem, but not fix it or am I missing something here ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-INST] How to 'define a variable'

2002-09-11 Thread Doug Young
After considerable aggro getting PHP4 to do whaI wanted, I finally got some joy by setting 'register globals = On' At present I couldn't give a rats whether thats desirable or otherwise getting this thing working is the first priority & figuring out the finer points can come later. Appears m

[PHP-INST] Weird problems with PHP 4.2.2 / mySQL / Apache

2002-09-09 Thread Doug Young
I'm attempting to muddle my way through configuration stuff & having problems with variables & posting data to mySQL. The explanation in 'official' documentation is hopelessly vague so I'm working from the Graeme Merrall / WebMonkey php / mySQL tutorial. As per the above article, I tried using '$

[PHP-INST] php_ldap.dll for win32??

2002-05-13 Thread Vos, Doug
Where is php_ldap.dll for win32?? Not part of php-4.2.0-Win32 package? Must download from U of Mich and compile? Must download from OpenLDAP? Must download from Netscape? NOT GOOD OPTIONS for me. Just need 'php_ldap.dll' as per php documentation. -- PHP Install Mailing List (http://www.p

[PHP-INST] php 4.0.4 was working, now not

2001-09-05 Thread Doug
th of those are still working fine. I have uninstalled and reinstalled the package to no avail. I also tried upgrading to php4.0.6 and that had the same results too. Any help or insights would be greatly appreciated. thanks, doug -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e

[PHP-INST] Config errors --with-mysql

2001-09-02 Thread Doug Cronkhite
ssing that php is looking for? Any assistance is much appreciated. -Doug -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] Help!!! I'm trying to install php405-installer on windows 2000

2001-06-24 Thread Doug Moglin
no result. Any ideas? Doug Moglin "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 01062109250203.01820@linux">news:01062109250203.01820@linux... > On Thursday 21 June 2001 05:46, Jonathan wrote: > > Can somone please help me. I've tried to install the

[PHP-INST] Help w/ PHP2 install

2001-02-06 Thread Doug Taylor
Hello, I posted a message a few days back about a compile error I was getting on a Apache install w/ PHP2, PHP4, msql, mysql, and ssl. I haven't had any response, so I decided to try and simplify and isolate the problem by eliminating PHP4, mysql, and ssl. Basically, I've prepped PHP2 as an Apa

[PHP-INST] Compile error w/ libextra.a (ranlib)

2001-02-03 Thread Doug Taylor
trying to use libextra.a as part of a PHP3 install, not a PHP2 install. Duh. Unfortunately that's not the case here. Any assistance would be appreciated, and yes, I have tried the obvious: ranlib /path/to/modules/extra/libextra.a FWIW, this is ranlib version "GNU ranlib 2.9.5" A