Re: [PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-17 Thread Jim Thome
Read the section on external variables in the release announcement. http://www.php.net/release_4_2_1.php --Jim >>> "Philip Weiss" <[EMAIL PROTECTED]> 05/17/02 19:28 PM >>> It seems like data from an html form doesn't get passed to the php script. For example, if I had a form tag like this:

php-install Digest 18 May 2002 01:26:16 -0000 Issue 840

2002-05-17 Thread php-install-digest-help
php-install Digest 18 May 2002 01:26:16 - Issue 840 Topics (messages 7015 through 7020): Re: [PHP-DEV] PHP 4.2.1 build problems on Solaris (plus fix) 7015 by: Edin Kadribasic Compile-problem 7016 by: Lars & Merete problems with MySQL connection PHP 4.2.0 7017 by: M

[PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-17 Thread Philip Weiss
It seems like data from an html form doesn't get passed to the php script. For example, if I had a form tag like this: Then script.php wouldn't have any of the variables. So $test would be blank (=""). Why does this happen? I think it is something wrong with my Apache webserver. Anyone know?

[PHP-INST] Cannot make 4.2.1 on FreeBSD with domxml

2002-05-17 Thread Rob Richards
We have been unsuccessful trying to install the 4.2.1 port onto FreeBSD 4.4 STABLE when we add domxml support. The same configuration compiles and runs fine on our Linux machines, so was wondering if anyone has any idea what the problem is. The following is the output from the make: Making all i

[PHP-INST] PHP/Apache on Unix and MS SQLServer on NT

2002-05-17 Thread Chris Boget
Does anyone have experience with this environment? Pros? Cons? Any latency problems? Connectivity issues? I'd be very interested in hearing your experiences with this. What do you like about it? What don't you? Would you set your platform up like this if you could go back and do it again? t

[PHP-INST] problems with MySQL connection PHP 4.2.0

2002-05-17 Thread Martin Tsachev
/configure --with-mysql --with-apache=../apache_1.3.24/ --enable-trans-sid --enable-track-vars --enable-cli MySQL server 3.23.49 OS Linux Slackware 8.0 I compiled PHP 4.2 with MySQL support but it can't connect to the database, it was working OK with PHP 4.1.2. I then tried to use the full path

[PHP-INST] Compile-problem

2002-05-17 Thread Lars & Merete
Hi... I recently downloaded php 4.2.1, but I haven't succeded in compiling it yet: ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs make[1]: Entering directory `/usr/local/src/php-4.2.1' /bin/sh /usr/local/src/php-4.2.1/libtool --silent --mode=link gcc -I. -I/usr/local/src/php-4

[PHP-INST] Re: [PHP-DEV] PHP 4.2.1 build problems on Solaris (plus fix)

2002-05-17 Thread Edin Kadribasic
There is indeed a bug in autoconf 2.13, but autoconf 2.53 is even buggier. It broke many things for people trying to install 4.2.0. The easy solution for solaris users is to run: CC=gcc ./configure ... That should solve the problem. Edin - Original Message - From: "Joerg Prante" <[EMAI

php-install Digest 17 May 2002 12:05:02 -0000 Issue 839

2002-05-17 Thread php-install-digest-help
php-install Digest 17 May 2002 12:05:02 - Issue 839 Topics (messages 7008 through 7014): Re: Send mail Server Error 7008 by: Jason Reid Uninstall of PHP Source Version 7009 by: Grant Furick Re: problems installing ldap 7010 by: Grant Furick Re: Upgrading RH 7.2 RP

[PHP-INST] PHP 4.2.1 build problems on Solaris (plus fix)

2002-05-17 Thread Joerg Prante
Hi, I got into trouble building PHP 4.2.1 with the option '--with-openssl=[myopenssldir]' on Solaris 2.8. The 'configure' script failed with checking for OpenSSL version... configure failed: openssl > 0.9.5 is required even if a correct version of openssl 0.9.6c exists. This is a bug because