[PHP-INST] Mysql functions seem to hang.

2001-11-16 Thread sin
I posted earlier about the script seeming to hang and not giving the rest of the html file. after commenting out everything except the very first mysql function call it seems that it is the mysql finctions that seem to cause the problems. Is there a line i have to include to load the functions or

php-install Digest 16 Nov 2001 11:24:33 -0000 Issue 557

2001-11-16 Thread php-install-digest-help
php-install Digest 16 Nov 2001 11:24:33 - Issue 557 Topics (messages 4985 through 4991): Re: Sybase/MSSQL 4985 by: Richard Lynch Cpdflib doesn't work. 4986 by: Anders Backlundd 4989 by: Amiroot Re: php3 not working 4987 by: chandra Re: Install php4.0.6 wit

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-16 Thread Thies C. Arntzen
On Thu, Nov 15, 2001 at 04:13:15PM -0800, Kexiao Liao wrote: > Hi Stephan, > I upgraded binutils to Redhat 7.2 version, and successfully > install/compile php4.0.6. After the installation, libphp4.so was generated in > /opt/apache/libexec directory and /opt/apache/conf/httpd.conf was updated.

[PHP-INST] cannot read output with fgets() from popen()

2001-11-16 Thread simeon
i try to: $fp = popen("/bin/ls"),"r"); $retvalue = fgets($fp, 4096); pclose($fp); print $retvalue; why $retvalue is always "" (blank)? config is: apache, php, suse... all newer versions... and standard configurations... apache runs on a specified user. does apache needs root rights or suid on

[PHP-INST] Sockets

2001-11-16 Thread Juan Carlos Gonzalez
Hi to all! I've a problem (and a doubt). I'm trying to find out where php_sockets.dll file is! I'm trying to develop a proxy server in PHP and I need sockets functions in PHP. I downloaded the latest distribution of PHP binaries and there is no php_sockets.dll in the extensions directory; I've

[PHP-INST] php install problem?

2001-11-16 Thread Chris Dorr
I've just installed, manually, php 4.0.5 and apache 1.3.22 on a RH 7.2 box. Php does work fine, however it is not able to access the mysql stuff that I installed. I first was using the PEAR modules and thought something was wrong with PEAR, but thought I'd better try the regular mysql_connec

[PHP-INST] apache problems

2001-11-16 Thread the crw
Hi there, I´ve installed php4 in my linux server and I´m sure I have everything properly installed (php and apache) according to the manuals and comments that I found in this site... the problem is that when I try to open a php page in the server, my browser try to download the .php file that

[PHP-INST] apache problems

2001-11-16 Thread the crw
Hi there, I´ve installed php4 in my linux server and I´m sure I have everything properly installed (php and apache) according to the manuals and comments that I found in this site... the problem is that when I try to open a php page in the server, my browser try to download the .php file that

RE: [PHP-INST] apache problems

2001-11-16 Thread Jonathan Hilgeman
If you have the AddType line in there, then there's probably a problem with loading the php4 module into Apache. Do you have both the AddModule and LoadModule statements? Something like: LoadModule php4_modulelibexec/apache/libphp4.so AddModule mod_php4.c ? Try typing the following in t

[PHP-INST] Re: php install problem?

2001-11-16 Thread Chris Dorr
Thanks to all the e-mails regarding this. Looks like RH7.2 (possibly other version as well) put the mysql.sock file in /var/lib/mysql rather than /tmp/ You can edit your php.ini file to look for the mysql.sock file elsewhere. Again thanks to all!! CD Chris Dorr wrote: > I've just installe

[PHP-INST] Re: apache problems

2001-11-16 Thread Chris Dorr
Sounds like you may not have installed apache and php in the proper order. I had the same problem a few days ago. Here's the order you should do things in. configure apache configure php make php make install php configure apache AGAIN (make sure you have the directive to get php4 in your c

[PHP-INST] How to install PHP on Windows XP?

2001-11-16 Thread Arik
how to do this? -- 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] How to install PHP on Windows XP?

2001-11-16 Thread Brian Paulson
Pretty much the same as installing it on windows 2000. What web server your using? Thank You Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com -Original Message- From: Arik [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 17, 2001 12:02 AM To: [EMAIL PROT

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-16 Thread Kexiao Liao
Hi All, I successfully installed/compiled php4.0.6 wih Oracle9i yesterday. By using php script: It shows everything is OK. I attached the result to the e-mail, so you could see the status of current php. However, my previous php script source codes, which work very well with oracle8i se

php-install Digest 17 Nov 2001 01:46:50 -0000 Issue 558

2001-11-16 Thread php-install-digest-help
php-install Digest 17 Nov 2001 01:46:50 - Issue 558 Topics (messages 4992 through 5003): Re: Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13) 4992 by: Thies C. Arntzen 5003 by: Kexiao Liao cannot read output with fgets() from popen() 4993 by: sim

[PHP-INST] PWS

2001-11-16 Thread Arik
PWS and I think I have IIS 5.0 Arik -- 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]