[PHP-INST] A note about unsubscribing...

2002-05-06 Thread Philip Snyder
ok, so check out this message. It says right down there: To unsubscribe, visit: http://www.php.net/unsub.php This is attached to every message in this mailing list, and I'm betting you'll have far better luck unsubscribing if you go there. -P -- PHP Install Mailing List (http://www.php.net/) T

RE: [PHP-INST] Calling a php function from html file.

2002-02-08 Thread Philip Snyder
The only way you can do this is to add .html to your list of extensions parsed by PHP. This will be pretty wasteful because now every static page will get parsed as well, so I don't recommend it. -Philip -Original Message- From: Archer Vallesfin [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: [PHP-INST] stuck at -> prompt

2002-01-31 Thread Philip Snyder
My personal favorite is ^d (control-d). -Philip -Original Message- From: Dan Campbell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:15 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] stuck at -> prompt after logging into mysql and creating a db, I'm trying to log out and b

RE: [PHP-INST] Re: getting php to work with apache

2001-07-06 Thread Philip Snyder
If you ask me, I'm guessing you compiled PHP 4.x. Just take another look at your configuration file and it SHOULD all make sense. In case it doesn't... you don't have PHP 3.x. Thats what the thing is for. You've got .php3 pages assigned to be parsed by that module (and only if you are running Ap

RE: [PHP-INST] RH7, gd and php4.0.4pl1

2001-05-21 Thread Philip Snyder
Uhm... right... I'd believe that except that I have it working on the latest build. I'll attach my directions which I posted to the list a while back. -Philip -Original Message- From: Rafael Ernesto Bastidas L. [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 10:08 AM To: Thomas D.

RE: [PHP-INST] Help with Mime and php

2001-05-07 Thread Philip Snyder
www.netcraft.com Use the "What is this server running?" link. -Philip -Original Message- From: Tobbe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 1:23 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Help with Mime and php Hello I got to put up some php pages on a server that I

RE: [PHP-INST] gdlib problems

2001-05-06 Thread Philip Snyder
without an error.. but now ive got it up and going, my phpinfo() only shows: Configure Command './configure' '--with-mysql' why would this be? "Philip Snyder" <[EMAIL PROTECTED]> wrote in message 1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange">

RE: [PHP-INST] gdlib problems

2001-05-06 Thread Philip Snyder
If you check the online documentation you will see many people making comments about this. your --with-gd SHOULD be =/usr/local -Philip -Original Message- From: phool [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 5:58 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] gdlib problems

RE: [PHP-INST] libphp4.so not showing up / updating!

2001-05-04 Thread Philip Snyder
I just wrote the list about this for someone else... check out the other messages. I believe it applies to you as well. -Philip -Original Message- From: Billy Kimble [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] libphp4.so not sho

RE: [PHP-INST] PHP Not showing correct version (?)

2001-05-04 Thread Philip Snyder
Startup a shell, find the httpd, and try this: /httpd -l Look at the libraries that are listed as compiled in. I would go so far as to guess that you will see modphp4.a listed there. He most likely compiled php4.0.5 as a .so, but it won't be used since the apache that he built previously has php

[PHP-INST] PHP 4.0.5 & gd

2001-05-03 Thread Philip Snyder
Well, I've got a nice howto for you all. I ended up giving up on gd 2.0.1 altogether and grabbed gd 1.8.4 which seems to work great. SO. Here's a step by step how to do it (and the libraries you'll need as well). Hope everyone who was having problems is a much happier person in about an hour. I kn

[PHP-INST] PHP 4.0.5 & gd 2.0.1

2001-05-02 Thread Philip Snyder
I grabbed PHP 4.0.5 and gd 2.0.1 so I could create JPG thumbnails of files as I upload them. make install for gd went fine and the library is in /usr/lib as expected. I run configure for PHP and it gets through that without any issues. However, when I look back on the output, it says no after ev