[PHP-INST] linux machine still using old php configuration???

2002-01-04 Thread DKode
I ran through the whole install of php4 on rh linux 7.2 with mysql support when I originally setup this machine it had php4.0 on it. I compiled and installed php4.1 and copied the php.ini-dist to /etc/php.ini (which is where the old one was) i then restarted the web server but when i try phpinf

php-install Digest 5 Jan 2002 05:35:16 -0000 Issue 634

2002-01-04 Thread php-install-digest-help
php-install Digest 5 Jan 2002 05:35:16 - Issue 634 Topics (messages 5460 through 5481): Re: Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!! 5460 by: Mark 5468 by: ~fanta~ Problem with question mark ! 5461 by: Marios Karagiannopoulos 5463

[PHP-INST] Installing PHP/Apache on Win2000

2002-01-04 Thread S Chouinard
Hi, I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1. MySQL and Apache are running just fine. However, I can't seem to get PHP scripts to work on "localhost" even though I've made the appropriate edits to the httpd.conf file as specified in the installation instruction

[PHP-INST] php problem

2002-01-04 Thread asai h.t.
hi i have installed php, but when i try to access a php script file using the browser, i get a blank screen. i check the server configuration, double check it against the php installation instructions but i still get the same results. could you please help me to figure out what the problwm is

RE: [PHP-INST] My first PHP

2002-01-04 Thread Jon Wagoner
In windows you'll just want to download the windows binaries and use them, instead of trying to compile yourself. -Original Message- From: Morten Nielsen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] My first PHP Hi again I

[PHP-INST] My first PHP

2002-01-04 Thread Morten Nielsen
Hi again I keep reading in tutorials how to build my first PHP applicationcompiling,uploading and so on. But I can't figure out how to compile or upload. Should I compile my file in a dos-promt? I am using PHP4 and IIS4. Thanks, Morten -- PHP Install Mailing List (http://www.php.net/) To

Re: [PHP-INST] PHP and Apache question

2002-01-04 Thread Stefan Siefert
Hi Charles, yes it is possible, but with several problems. First of all, Apache uses the port 80. You can't bind two processes to port 80 on the same IP-Adress. If you have more than one IP-Adress, no problem, one apache gets the first and the other the second. Or , if you have only one IP-Adress

[PHP-INST] PHP and Apache question

2002-01-04 Thread Charles Marcus
Hi all, Newbie question: I would like to run two copies of Apache, one using mod_php 4.1.1, and one using _mod_php 4.06. Is this possible? If so, is there anything like an How-to to get me going? I've d/l'd PHP 4.1.1 and can't find any decent docs in the tar. Thanks Charles -- PHP Instal

[PHP-INST] PHP vs ???

2002-01-04 Thread Morten Nielsen
Hi, I am going to build my first homepage (i am familiar with HTML). I have a lot of experience in C++ programming. Should I use PHP or should I rather use some other language (like java or ASP)? My homepage should supprt multiple users to have an account and enter some numbers, which is going to

[PHP-INST] Beginner question

2002-01-04 Thread Morten Nielsen
Hi all I am new to PHP and I have some questions I hope you can help me with. What should the webhotel support beside PHP? What about mSQL and other database supprt? Regards, Morten -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP-INST] Help for GMP Building under Win32 environment

2002-01-04 Thread Marios Karagiannopoulos
Hi again to the list. I have attached a short manual written by me, which focuses in gmp building under win32 environments such as WinNT, Me, 98. I think it will be useful to many of you during this (a bit) complicated procedure. Many thanks to all the guys that gave me an advice to continue my e

[PHP-INST] Cannot find imap library

2002-01-04 Thread Richard Brust
[2002-01-03 21:55:02] [EMAIL PROTECTED] original configure script: ./configure --with-apxs=/etc/httpd/bin/apxs --enable-track-vars --enable-ftp --with-gd=../gd-1.8.4 --prefix=/etc/php --sysconfdir=/etc/php --with-imap=../imapServer Note: ../imapServer is the dir where I gunzip'd the source fil

[PHP-INST] Re: PHP4.1.1 with Apache 1.3.22 - not processing .php files?

2002-01-04 Thread Dave Findlay
Fixed it - I had an previous Apache installation so it had not updated mime.types etc in /usr/local/apache/conf. When I copied the new installations's ".default" versions of these over the old ones and restarted it all worked. Dave "Dave Findlay" <[EMAIL PROTECTED]> wrote in message [EMAIL PRO

[PHP-INST] STILL apache, undefined symbol: alloc_globals

2002-01-04 Thread Sean Redmond
Are my emails getting through to the list? I keep asking for help with this and not any at all? Just in case it was a problem with the RPM I installed apache from the source but, still, when I run it I get the message Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /

[PHP-INST] PHP4.1.1 with Apache 1.3.22 - not processing .php files?

2002-01-04 Thread Dave Findlay
Hi, I did the static install of PHP4.1.1 with Apache 1.3.22 on a Solaris 8 machine (dynamic install didn't work as when it runs apxs it doesn't appear to pass any params but apxs expects some and so it just gives up on the configure). When I try and access a file via a browser (eg info.php) I ge

[PHP-INST] Re: Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!!

2002-01-04 Thread ~fanta~
It's correct. Did you try a page only with: --start of file-- --end of file-- maybe you php page have error because of the default setting of Debug mode is off in PHP 4.1.0. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-INST] compilation of php with snmp support

2002-01-04 Thread Jason Signalness
Hello, I am having trouble compiling php with snmp support. ucd-snmp 4.2.2 is installed and working without trouble. PHP4.1.1 configures ok but fails on make, giving many errors similar to this: /usr/local/lib/libsnmp.a(snmp_alarm.o): In function `sa_find_next': /export/home/j/js/jsignalness/u

Re: [PHP-INST] Problem with question mark !

2002-01-04 Thread Steve Cayford
Don't remember if register_globals is on by default. If not you'll need to use: echo "t=$HTTP_GET_VARS['t']"; On Friday, January 4, 2002, at 11:02 AM, Marios Karagiannopoulos wrote: > I have just installed the PHP4.0.6 and apache 1.3.20 > With the appropriate configuration. I tried a test fil

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Marios Karagiannopoulos
Thank you very much !! It worked !! -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 7:11 PM To: 'Marios Karagiannopoulos'; [EMAIL PROTECTED] Subject: RE: [PHP-INST] Problem with question mark ! Edit your php.ini file, search for regis

[PHP-INST] NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!

2002-01-04 Thread Mark
I apologize if the title of this post sounds overly aggresive, but I have followed the instructions to a 'T' and got nowhere!! I have tried the "auto" install version of PHP and manual instructions for installing PHP 4.1.1. Neither of them work. I added the lines to my httpd.conf file for both

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Jonathan Hilgeman
Edit your php.ini file, search for register_globals and make sure it is set to On. - Jonathan -Original Message- From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Problem with question mark ! I have

RE: [PHP-INST] Problem with mySQL !!

2002-01-04 Thread Marios Karagiannopoulos
Thank you very much. This answer was very close to the problem. I had to Use my Servername from Apache configuration and not the 'localhost' In the connection fileds. Thanks again Marios -Original Message- From: Tara Dirst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 5:45

[PHP-INST] Problem with question mark !

2002-01-04 Thread Marios Karagiannopoulos
I have just installed the PHP4.0.6 and apache 1.3.20 With the appropriate configuration. I tried a test file With http://MARIOS/crypto/admin/test.php3?t=1978 And I got just a blank page with t= And nothing else. The test.php3 file contains: Untitled Document Please help me. Thanks --

[PHP-INST] Re: Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!!

2002-01-04 Thread Mark
I added the following lines to my httpd.conf file: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" This is correct correct? <--LOL!! Mark "~Fanta~" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

php-install Digest 4 Jan 2002 15:02:37 -0000 Issue 633

2002-01-04 Thread php-install-digest-help
php-install Digest 4 Jan 2002 15:02:37 - Issue 633 Topics (messages 5455 through 5459): Re: PHP.ini file configuration 5455 by: Piotr Steininger problems with include() [FreeBSD 4.2] 5456 by: Piotr Steininger That include problem 5457 by: Piotr Steininger imap/pop

[PHP-INST] Re: Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!!

2002-01-04 Thread ~fanta~
Have you enable the php function in the apache configuration(httpd.conf)? -- "Mark" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am fairly new to PHP and just finished setting up Apache 1.3.22 and PHP > 4.1.0 and can not get it to run correclty. I first tried

[PHP-INST] imap/pop3 problems

2002-01-04 Thread Johan Wald
Hello! When I do an imap_open(), all I get is this: (i've tried w/ both imap and pop3) Warning: Couldn't open stream {localhost:110/pop3}INBOX in /www/htdocs/imaptest.php on line 2 imaptest.php contains the following: I use php 4.0.6 with apache 1.3.22, and my configure string is: ./configur