Re: [PHP-INST] install HELP!

2002-11-06 Thread John Coder
On Wed, 2002-11-06 at 00:29, Gareth Thomas wrote: > Ok I am fairly desperate to solve this problem (this is my 3rd posting). I > have clean installed RH 7.2 (on a Dell Optiplex), I did NOT install PHP from > the RH disks but did install Apache. I then downloaded 4.3.0pre2 and ran the > following co

[PHP-INST] Strange error with pre2 and apache on OSX 10.2

2002-11-06 Thread János
Hi, Last Thursday I configured php-4.3.0pre2 with the following options: [Hun:data/downloads/php-4.3.0pre2] janos% cat config.nice #! /bin/sh # # Created by configure './configure' \ '--prefix=/Volumes/Apps/php430' \ '--with-apxs' \ '--with-pgsql=/Volumes/Apps/pgsql' \ '--with-sybase-ct=/Applicat

[PHP-INST] Re: Question about install PHP4 with MySQL 3.23.53

2002-11-06 Thread Ben
just remove those mysql rpms and compile the source code, I fixed this last night... good luck... "Zhilin Liu" <[EMAIL PROTECTED]> wrote in message news:558E3568712FE74E8D0C3D4FBA2A4E8A3E0B15@;TIG-MAIL2.tig.mizzou.edu... > Hi, > > I am trying to install php4.2.3 with the support of MySQL. I use r

[PHP-INST] iplanet php nsapi

2002-11-06 Thread Anderson, Jerrad
I am also trying to add php to an iplanet webserver on an NT machine. I searched through the archives and saw your email. I am curious if you were able to get this installed. Thank you for any information Jerrad Anderson TEDS - A CBM Company -- PHP Install Mailing List (http://www.php.net/) T

[PHP-INST] php4.2.3 and iconv

2002-11-06 Thread Serge A.
Hello, I was trying to compile php with iconv support. It compiles ok, but when I try to run apache, it tells me about unresolved symbols in mod_php... What's going on? libiconv is the newest Regards, -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP-INST] Re: php4.2.2 remembers last GET and POST vars in HTTP_SESSION_VARS also

2002-11-06 Thread Seung Hwan Kang
PHP 4.2.* has "register_globals = off" as a default. You variables has to be $_POST["fname"] or $_POST["fname"] or $_SERVER["PHP_SELF"] etc., or you can simple incides one file eg. //extract.php in your old codes... require_once "extract.php"; "Alexander Piavka" <[EMAIL PROTECTED]> wrote in

php-install Digest 6 Nov 2002 12:34:48 -0000 Issue 1106

2002-11-06 Thread php-install-digest-help
php-install Digest 6 Nov 2002 12:34:48 - Issue 1106 Topics (messages 9043 through 9050): Re: multiple def. of xml_defaultcurrent? 9043 by: Hallvard b compile php 4.2.3 + apache 2.0.43 9044 by: Ian Miller 9045 by: Rasmus Lerdorf 9046 by: Kalin Mintchev

[PHP-INST] php4.2.2 remembers last GET and POST vars in HTTP_SESSION_VARS also

2002-11-06 Thread Alexander Piavka
Hi, we have upgraded from php4.0.6 to php4.2.2 The problem is that php4.2.2 remembers last GET and POST vars in HTTP_SESSION_VARS also. This ruins the functionality of many programs we are running. both 4.0.6 and 4.2.2 were configured and compiled with exactly the same parameters and we are usin