[PHP-INST] Problems by running test.php

2002-10-02 Thread Ruprecht Helms
Hi, I've some problems in running the php-Testfile. When I try to open a phpscript-file the browser wants to download it to my local disk. The application/x-httpd-... I inserted in the mime.types and the other in the httpd.conf. When I want to view a phpsite in my browser the browser wants to do

php-install Digest 3 Oct 2002 06:15:16 -0000 Issue 1051

2002-10-02 Thread php-install-digest-help
php-install Digest 3 Oct 2002 06:15:16 - Issue 1051 Topics (messages 8644 through 8651): MCK,CYBERCASH PHP 4.2.3 8644 by: Mark Carroll cant re-compile php with newer gd and png 8645 by: Bryan Koschmann - GKT 8646 by: Jens Rosenthal 8647 by: Bryan Koschmann -

[PHP-INST] PROBLEM IN INSTALLING

2002-10-02 Thread Kishore Hejmady
The configration and environment of my pc is as under RAM 32MB Intel Pentium Processor Microsoft Windows 98 Second Edition 4.10. A Apache HTTP Server Version 1.3 PHP version4 PHP as server module While i start the apache server or php.exe, the apache server runs with errors. For example

[PHP-INST] apache13-modssl + mod_php4, php not interpreted

2002-10-02 Thread ns
Hello, I have a problem with php not being interpreted now that I have started using apache13-modssl instead of apache13. I am running freebsd 4.6-RELEASE. The procedure I went through was removing mod_php4 then removing apache. I then changed the dependency of mod_php4 to use apache13-modssl a

Re: [PHP-INST] Security question

2002-10-02 Thread Rasmus Lerdorf
crypt() On Wed, 2 Oct 2002 [EMAIL PROTECTED] wrote: > I have built a nice admin login for my site. Works great. Uses the mySql > database to store the uname and pass. But if I insert into my table a > PASSWORD('password') so that the password is encrypted I'm not sure how my > PHP script could c

[PHP-INST] Security question

2002-10-02 Thread Brian . Duke
I have built a nice admin login for my site. Works great. Uses the mySql database to store the uname and pass. But if I insert into my table a PASSWORD('password') so that the password is encrypted I'm not sure how my PHP script could check to ensure the password is the same. How can I encrypt the

Re: AW: [PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Bryan Koschmann - GKT
I had it compiled with freetype support and everything was fine there. But, I had the --with-ttf switched on configure in PHP, so I took that off and it worked! Thanks, Bryan On Wed, 2 Oct 2002, Jens Rosenthal wrote: |did you compile your gd 2.01 with freetype support? |Without recomp

AW: [PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Jens Rosenthal
did you compile your gd 2.01 with freetype support? Without recompiling your gd I don't think it will work... greetings Jens -Ursprungliche Nachricht- Von: Bryan Koschmann - GKT [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 2. Oktober 2002 20:47 An: PHP Install List Betreff: [PHP-INST]

[PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Bryan Koschmann - GKT
Hello, I've had php 4.2.3 running just fine, and now I am trying to reconfigure it to att freetype png and gd support. My configure command looks like this: ./configure --with-mysql=/usr/local/mysql --enable-force-cgi-redirect --with-gettext --with-snmp=/usr/local/include/ucd-snmp --enable-ucd-s

[PHP-INST] MCK,CYBERCASH PHP 4.2.3

2002-10-02 Thread Mark Carroll
I ran into a config problem with the MCK and cybercash. The following worked fine with php 4.1.2 with 4.2.2 and 4.2.3 I run into a make error: = ./configure --with-apxs=/usr/sbin/apxs --with-cybercash=/usr/www/www-utils/m ck-3.3.1-i586-p

php-install Digest 2 Oct 2002 17:38:38 -0000 Issue 1050

2002-10-02 Thread php-install-digest-help
php-install Digest 2 Oct 2002 17:38:38 - Issue 1050 Topics (messages 8629 through 8643): Re: GD2.0.1 install on windows 8629 by: Rybar Stepan "VERY NEWBIE" php_* mod_* --with- question 8630 by: Aleksandar 8636 by: Brian.Duke.Level3.com Re: comfirm message 8

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Chris Hewitt
Antoine wrote: >Yes, I did restart the server, >The server work but still send a file with php code in it >The file has a .php extension, so I don't think this the problem >the filename is "phpinfo.php" > >the line with Directory index is this one: >DirectoryIndex index.html index.shtml index.h

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Antoine
Hi, Yes, I did restart the server, The server work but still send a file with php code in it The file has a .php extension, so I don't think this the problem the filename is "phpinfo.php" the line with Directory index is this one: DirectoryIndex index.html index.shtml index.htm index.php index

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Rasmus Lerdorf
Did you restart your server? On Wed, 2 Oct 2002, Antoine wrote: > Hi, > > I compiled PHP 4.2.3 on RedHat 7.2, > and I am using PHP as a module of apache > > In httpd.conf, I added the lines: > > LoadModule php4_module libexec/libphp4.so > > AddType application/x-httpd-php .php > > AddType applic

[PHP-INST] httpd.conf

2002-10-02 Thread Antoine
Hi, I compiled PHP 4.2.3 on RedHat 7.2, and I am using PHP as a module of apache In httpd.conf, I added the lines: LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps But Apache still send back files with php codes in i

[PHP-INST] Problems with ldap_connect

2002-10-02 Thread Stewart Dean
Environment: AIX 5.1, Apache 1.3.20 (with mod_so.c commpiled in), PHP 4.2.2 (configure command: ./configure' '--with-apxs=/usr/HTTPServer/bin/apxs' '--with-ldap=/usr/ldap') We have been unning PHP code on Solaris, now we want to get it running on AIX. I recently got php up and running with th

Re: [PHP-INST] Problems compiling jpeg & gd into php

2002-10-02 Thread Rasmus Lerdorf
Check your config.log and see why it failed. On Wed, 2 Oct 2002, new.php.net wrote: > If have gd 1.8.4 compiled with zlib and jpeg support... This works fine but > whenever I try to make php 4.2.3: > > configure --enable-track-vars --enable-trans-sid --with-mysql --with-apxs -- > with-gd --with-

[PHP-INST] Problems compiling jpeg & gd into php

2002-10-02 Thread new.php.net
If have gd 1.8.4 compiled with zlib and jpeg support... This works fine but whenever I try to make php 4.2.3: configure --enable-track-vars --enable-trans-sid --with-mysql --with-apxs -- with-gd --with-jpeg-dir=/usr/local/lib --with-zlib I register following line: checking for gdImageCreateform

RE: [PHP-INST] "VERY NEWBIE" php_* mod_* --with- question

2002-10-02 Thread Brian . Duke
Well, I'm not the best qualified to answer this question but here goes my best shot (Guru's watch me here make sure I don't screw this up). Starting with Apache. Apache does not actually process your *.php files. There is another engine that takes care of that called Zend. There are a couple lin

RE: [PHP-INST] Re: Apache 2.0 and libphp4.so

2002-10-02 Thread Brian . Duke
Our system found and removed this from our email...However I thought that perhaps others might have got this and did not have as strong a virus detection as we do. -Original Message- From: Gilberto J. Palau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:55 AM To: undiscl

[PHP-INST] Problem after run configure

2002-10-02 Thread nattawut
- (on interscan) email-body was scanned and no virus found - My system use OS : solaris 8 (Sparc II) Oracle : version 8.0.6 PHP : version 4.0.6 I run configure with t

[PHP-INST] PHP 4.2.1 on RedHat 7.2 pb with stub.lo truncated

2002-10-02 Thread Antoine
Hi, I got this error when doing a "make": .. stub.lo: file not recognized: File truncated collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/usr/local/php/php-4.2.3' make: *** [all-recursive] Error 1 if someone already had this error and solved i

[PHP-INST] Problem after run configure

2002-10-02 Thread nattawut
- (on interscan) email-body was scanned and no virus found - My system use OS : solaris 8 (Sparc II) Oracle : version 8.0.6 PHP : version 4.0.6 I run configure wi

[PHP-INST] FW: comfirm message

2002-10-02 Thread nattawut
- (on interscan) email-body was scanned and no virus found - confirm: 211d8659de6848f98020c45ca739af94 [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscri

[PHP-INST] "VERY NEWBIE" php_* mod_* --with- question

2002-10-02 Thread Aleksandar
Hello List for the first time, I am very new to php but impressed from what i've seen so far. I managed to configure php w/ mysql and db2 do some selects, inserts ... What I am inerested in is what are all those mod_php* and php_* on the distribution's CDs e.g. if they are installed how do i ge

RE: [PHP-INST] GD2.0.1 install on windows

2002-10-02 Thread Rybar Stepan
I have success. Simply have these two lines in Your php.ini ;extension=php_gd.dll extension=php_gd2.dll be sure, You have both (or only php_gd2.dll) in Your extension directory and You should be OK. After restarting web server. I am using 4.3.0dev binary distribution downloaded from http://s