php-install Digest 1 Jul 2003 03:58:39 -0000 Issue 1442

2003-06-30 Thread php-install-digest-help
php-install Digest 1 Jul 2003 03:58:39 - Issue 1442 Topics (messages 11177 through 11190): PHP 4.2.3 Warning: open_basedir restriction in effect. 11177 by: Fribse Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1 11178 by: AzN 11179 by: Stephen 11182 by: Elizabeth

[PHP-INST] RFC - new windows install procedure...

2003-06-30 Thread phpWalter
I installed php on my windows box (again!!!). After reading the given install directions several times, just making sure I do it right (again) it struck me that there must be an easier way. Once I got to thinking how Perl, Apache and mySQL is installed on my UN*X Server, and how I mimiced that co

[PHP-INST] Re: Installation

2003-06-30 Thread phpWalter
First, drop into a DOS Box in the Apache directory and enter... apache -t This should test the conf file and tell you if there are any issues. To solve my php/Apache interface issues I ended up not modifing my httpd.conf file beyond adding this at the end of the file... # Include other

[PHP-INST] Re: Installation

2003-06-30 Thread phpWalter
Let me tell you how I solved my php / Apache interace issues. I did not modifiy my Apache http.config file beyond adding this at the bottom of the file... # Include other conf files, any and all.. include conf.d/*.conf And in that directory I have a file called php.conf. In that file I

Re: [PHP-INST] NO MySQL in PHP5 Beta1?

2003-06-30 Thread Rasmus Lerdorf
On Mon, 30 Jun 2003, news.php.net wrote: > Is it true that hhere is no MySQL in PHP5 Beta1? No -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] NO MySQL in PHP5 Beta1?

2003-06-30 Thread news.php.net
Is it true that hhere is no MySQL in PHP5 Beta1? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Application

2003-06-30 Thread glipy
Please see the attached zip file for details. -- Virus Warning Message (on the network) your_details.zip is removed from here because it contains a virus. - -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

[PHP-INST] install php 4.2.x on RH 7.1

2003-06-30 Thread Alex Shi
Hello, I'm currently running PHP 4.0.6 on a RH 7.1. For some reason I am unable to upgrate my RH, but I am really like to upgrate the PHP. What is the best PHP version to upgrate to on RH 7.1 and how to do it? Thanks in advance! Alex Shi -- == Cel

[PHP-INST] PHP installation

2003-06-30 Thread Delacruz, Antonio M [ITS]
Ok, Here are the details: OS: Win2K Server PHP version: 4.3.0 Web Server: IIS 5 I can get any php page to work, except if it has an oracle call in it. I get the dreaded CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return a

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Elizabeth Smith
The answer to this is fairly simple, actually, use php5_module instead of php4_module instead of LoadModule php4_module "c:/php/sapi/php4apache2.dll" try LoadModule php5_module "c:/php/sapi/php4apache2.dll" the instructions weren't updated -- PHP Install Mailing List (http://www.php.net/) To

Re: [PHP-INST] MySql Installation with Linux

2003-06-30 Thread Marco Tabini
MySQL should already be embedded in that version. COnfiguring and compiling should automatically build a MySQL library in your system. Have you tried that? On Mon, 2003-06-30 at 16:00, Brian wrote: > Hello, > > I'm trying to find the mysql.so module for php 4.1.2 on Linux. I don't know > whic

[PHP-INST] MySql Installation with Linux

2003-06-30 Thread Brian
Hello, I'm trying to find the mysql.so module for php 4.1.2 on Linux. I don't know which version to use or if mysql is already embedded in the php build. Another option - how do I build php with mysql enabled? I tried running the Red Hat php-mysql RPM but it told me that libmysqlclient.so.10 was

Re: [PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Stephen
Register Globals? $PHP_SELF would be null if you still have it set to 0 (I believe). Also, phpBB is designed for php 4, there may be some issues/coding problems which prevent it being used in php 5. Then again, they could both be PHP 5 bugs... Stephen - Original Message - From: "AzN" <

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread AzN
Actually, I finally got it to work with module. I had to put the iconv.dll into the sapi folder, that's all. Also, I had to use: LoadModule php5_module "c:/php/sapi/php4apache2.dll" Not php4_module. Thanks Elizabeth Smith. However, I seem to have misconfigured something. PHPinfo works but when I

[PHP-INST] PHP 4.2.3 Warning: open_basedir restriction in effect.

2003-06-30 Thread Fribse
The full error looks like this: Warning: open_basedir restriction in effect. File is in wrong directory in sys:/php/fribert.dk/minibb/index.php on line 35 Warning: Failed opening './skins/fribert.php' for inclusion (include_path='.') in sys:/php/fribert.dk/minibb/index.php on line 35 Warning:

php-install Digest 30 Jun 2003 15:29:08 -0000 Issue 1441

2003-06-30 Thread php-install-digest-help
php-install Digest 30 Jun 2003 15:29:08 - Issue 1441 Topics (messages 11173 through 11176): PHP help 11173 by: Bill Pilgrim 11174 by: Tony Dietrich Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1 11175 by: Seung Hwan Kang Connecting PHP to Jetty... 11176 by: Ro

[PHP-INST] Connecting PHP to Jetty...

2003-06-30 Thread Rodrigo Reyes
Hi all Has someone been able to have PHP connected to Jetty? Thanx... Rodrigo -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1

2003-06-30 Thread Seung Hwan Kang
Hello Azn, I tried PHP as an Apache module on W2K with Apache 2.0.46 & PHP 5.0.0 Beta 1, but didn't work. You may need to install it as a CGI. It works! Azn wrote: Hi, Can anyone get PHP5 beta to work on Apache 2.0.46? Heres what I'm doing: Extract PHP5 to C:\php Put php4ts.dll into C:\WINDOW

Re: [PHP-INST] PHP help

2003-06-30 Thread Tony Dietrich
Hi Bill On running the addform script, do you get any error messages? It sorta looks OK to me, but one thing I suspect is that you don't have your mysql privileges correct. Check the mysql documentation on the keyword 'GRANT'. This may solve the problem of not being able to use a password, and