php-install Digest 11 Feb 2003 07:22:45 -0000 Issue 1242

2003-02-10 Thread php-install-digest-help
php-install Digest 11 Feb 2003 07:22:45 - Issue 1242 Topics (messages 9998 through 10009): How can I protect my images from being stolen? 9998 by: Atif Jakupovic Re: Problems with mail() by: Vladimir Galkov I get a "File Download" dialogue box 1 by: news

[PHP-INST] PHP Fatal error: Call to undefined function: mail()

2003-02-10 Thread Kaan
I can not send any mail using any PHP script. I installed Sendmail after i compiled PHP with Apache. I don't think that would be a problem??? Here is the error i get while trying to send a mail through command line "PHP Fatal error: Call to undefined function: mail()" What' wrong? Thanks, Ka

[PHP-INST] PS

2003-02-10 Thread Justin Williams
My PHP configuration information can be found at http:/freesites.pshift.net/~jwilliams/phpinfo.php. Thanks!

[PHP-INST] openSSL upgrade causing PHP and Apache to freak?

2003-02-10 Thread Justin Williams
A little history first: I installed CVS on a Mandrake system, to make a customer happy. This meant I had to install openSSH-client and openSSH-server, which meant I had to upgrade my version of openSSH. When I did this, everything went smoothly, except the SSHd was no in conflict with openSSL

[PHP-INST] php4-win32-STABLE-latest Installation Problems

2003-02-10 Thread Christian R. Ford
Oddly enough on the first build of this box 6 months or so ago, PHP installed perfectly onto the C: drive. I rebuilt the network, but saved the C drive for later data retrieval and formatting, so another drive was placed into the system and rebuilt under the E: drive. This installation of PHP has

RE: [PHP-INST] php backward compatibility

2003-02-10 Thread Roedel, Mark
Well, the basic language syntax hasn't changed. The major hang-ups I'd expect would be: (1) If you're using the $_POST, $_GET, $_SERVER, etc. variables, they didn't exist in that form back then -- you'd need to replace them with, for example, $HTTP_POST_VARS, and (2) You would, of course, want

RE: [PHP-INST] php backward compatibility

2003-02-10 Thread Benjamin Tomhave
You can re-enable global variables by revising the php.ini file from: "register_globals = Off" to: "register_globals = On" I had to do this for a couple sites that have not yet been migrated to PHP 4.2.x (or greater). > -Original Message- > From: Yakov Cherkassky [mailto:[

[PHP-INST] php backward compatibility

2003-02-10 Thread Yakov Cherkassky
Quick Question: Is it possible to run PHP code written on php4.2.3 on php 4.0.1 without major modification? My initial checks indicate no... Any other ideas? -Yakov. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Frank S. Bernhardt
I don't know if the windoze version is the same as the *NIX version but under *NIX if using PHP4 as a DSO you need to add the following to your httpd.conf file: AddModule mod_php4.c and AddType application/x-httpd-php .php Remember to restart Apache. news wrote: I am trying to configure r

Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Stephen Edmonds
Copy of message sent out last time someone had a similar problem: Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule co

[PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread news
I am trying to configure run PHP4 on Apache on Windows XP. When I type http://localhost/ all I get is a "File Download" dialogue box, instead of the normal Apache server page. Does anyone know whats is going on here? Please tell me if you need any more information. -Nelson -- PHP Install M

[PHP-INST] Re: Problems with mail()

2003-02-10 Thread Vladimir Galkov
I feel the qweston become offtopick soon ;-))) 1. Look into permissions of the user you set to run web service 2. Use simple code to look at real values your php enviroment varibles have. 3. Check [mail function] ; For Win32 only. SMTP = < smtp.somewhere.go > ; For Win32 only. sendmail_from

[PHP-INST] How can I protect my images from being stolen?

2003-02-10 Thread Atif Jakupovic
I would like to protect my images from being stolen. Does somebody know how I can do it? Thank you -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 10 Feb 2003 14:56:59 -0000 Issue 1241

2003-02-10 Thread php-install-digest-help
php-install Digest 10 Feb 2003 14:56:59 - Issue 1241 Topics (messages 9995 through 9997): Re: unique install, having problem 9995 by: Mitch Pirtle Re: Help running phpMyAdmin with php 4 9996 by: Matt Schroebel Problems with mail() 9997 by: "Juan Ant. Martínez" Admi

[PHP-INST] Problems with mail()

2003-02-10 Thread "Juan Ant. Martínez"
Hi, I'm new to php. I have downloaded and installed PHP 4.3.0 on a Windows NT 4.0 server. I have tested the configuration and changed the parameters in php.ini to fit my environment. The basic code works fine, but one of the things I'd like to do is to send mails. I have found the sample code a

RE: [PHP-INST] Help running phpMyAdmin with php 4

2003-02-10 Thread Matt Schroebel
> -Original Message- > From: Skip Evans [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 09, 2003 8:51 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Help running phpMyAdmin with php 4 > > I just installed phpMyAdmin on my FreeBSD box running Apache > and PHP 4.2.3. > When I load th

Re: [PHP-INST] Re: unique install, having problem

2003-02-10 Thread Mitch Pirtle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 February 2003 17:55, Benjamin Tomhave wrote: > I found this in a google search yesterday, it might be useful, might not. > It's an rpm for 4.3.0 under RH8. I'm not sure if it's for apache 1.3 or > 2.x. > > http://www.aucs.org/rpmcenter/