[PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Marco Weber
Hi Lester, You list c:\PHP5 as the base directory, and \ext should be below that. In file manager you should be able to right click on the PHP5 directory and select 'properties', the security tab should say 'Full Access to Everyone', and the same with the \ext sub directory. The files should be v

[PHP-INSTALL] PHP4.3.8 plus modules for Apache 1.3.31 on RedHat 7.3

2004-08-17 Thread Don Malloy
Hi there, I have a RedHat Linux 7.3 box that needs a few patches applied. Unfortunately none of them seem to be available as rpm's through either rpmfind or through RedHat anymore so I've downloaded the source of the following packages. I'm trying to install them, but they all seem to be tied i

Re: [PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chuck
Thanks for the quick reply. I wasn't sure which room I should post to, so I posted to this one and php.windows. I will only try one in the future. I went through all the documents I could and found what these warnings were, but nothing helped. The variables are not passed to my second script.

Re: [PHP-INSTALL] noob question help - Fatal error: Call to undefined function..

2004-08-17 Thread Chris Hewitt
On Tue, 2004-08-17 at 18:53, [EMAIL PROTECTED] wrote: > I know this is probably the noobiest of questions but please help. > > Fatal error: Call to undefined function mysql_connect() in > c:\TSW\forums\ips_kernel\class_db_mysql.php on line 112 > > This occurs when I try to access a MySQL applicat

Re: [PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chris Hewitt
On Tue, 2004-08-17 at 16:46, Chuck wrote: > Hello everyone. Hopefully someone can help me with this. > > I was able to install PHP successfully. I tried a sample script and it > worked fine through IE. I then tried to create a script that would pass a > value on to another script using the post

[PHP-INSTALL] noob question help - Fatal error: Call to undefined function..

2004-08-17 Thread AceZero2790
I know this is probably the noobiest of questions but please help. Fatal error: Call to undefined function mysql_connect() in c:\TSW\forums\ips_kernel\class_db_mysql.php on line 112 This occurs when I try to access a MySQL application, specifically Invision Power Boards. I have PHP5 installed on

[PHP-INSTALL] Premature end to script headers

2004-08-17 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Using Apache, OS of Windows XP Professional I edited the httpd.conf file and added these lines to the end of it: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" Then I created a text file called "phpinfo.php" and put it in the Documen

Re: [PHP-INSTALL] php 4 and 5 on apache

2004-08-17 Thread g p
That should not be very hard to test. You just start each with different index!?"Tumurbaatar S." <[EMAIL PROTECTED]> wrote: I'm not a Linux admin, so my question may be stupid.Does anybody know whether PHP 4 and 5 coexist onone Apache? For example, "php" extension for PHP4and "php5" ext for PHP5.

[PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chuck
Hello everyone. Hopefully someone can help me with this. I was able to install PHP successfully. I tried a sample script and it worked fine through IE. I then tried to create a script that would pass a value on to another script using the post method. These are called Pass.php and Pass1.php.

[PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Lester Caine
Marco Weber wrote: Just try enabling a different module and see if that complains. Then you will know where the problem is. The 'security' stuff should not be coming in, since \ext\ is below \php in the tree, but you may have 'upset' permissions. I don't use MySQL, but a installed Firebird works

Re: [PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Marco Weber
Hi Chris Hewitt, Has the webserver user got permission to read the file? What do you mean with permissions? I'm using Windows not Linux. Thanks in advance for any reply. Bye Marco

[PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Marco Weber
Hi Lester Caine, Just try enabling a different module and see if that complains. Then you will know where the problem is. The 'security' stuff should not be coming in, since \ext\ is below \php in the tree, but you may have 'upset' permissions. I don't use MySQL, but a installed Firebird works fi

[PHP-INSTALL] Problems with Tomcat 5 and PHP 5

2004-08-17 Thread Stefano Bracco
I'm experiencing some problems using PHP 5 with Tomcat 5.0.27. I followed all the instructions about PHPSRVLT I could find over the Internet. I put all the files in the right paths and I checkd all the changes into the PHP.INI to address to the right libaries and files but I always receive the erro

[PHP-INSTALL] Problems with Tomcat 5 and PHP 5.0.1

2004-08-17 Thread Stefano Bracco
I'm experiencing some problems using PHP 5 with Tomcat 5.0.27. I followed all the instructions about PHPSRVLT I could find over the Internet. I put all the files in the right paths and I checkd all the changes into the PHP.INI to address to the right libaries and files but I always receive the erro

[PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Lester Caine
Marco Weber wrote: To me, it seems like php can't load any extension, although the path and filenames are entirely correct! :-( Just try enabling a different module and see if that complains. Then you will know where the problem is. The 'security' stuff should not be coming in, since \ext\ is bel

[PHP-INSTALL] php 4 and 5 on apache

2004-08-17 Thread Tumurbaatar S.
I'm not a Linux admin, so my question may be stupid. Does anybody know whether PHP 4 and 5 coexist on one Apache? For example, "php" extension for PHP4 and "php5" ext for PHP5.