[PHP-INSTALL] RE: Daily News [Incident:070531-004441]

2007-05-31 Thread Abuse Department
Response --- ** This is an automated reply to your message to Email Abuse. ** Your message has been delivered to our email abuse department. This department handles complaints from users that are receiving unwanted email.

[PHP-INSTALL] debug.log from php configure on redHat AS 3.0 system

2007-05-31 Thread Murphy, Brian
Linux syserp21 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux RedHat AS 3.0 PHP 4.4.7 attempting configure receive the attached debug log. debug.log Description: debug.log

Re: [PHP-INSTALL] no PHP scripts can write to files

2007-05-31 Thread Tim McGeary
It appears that SELinux was configured enabled by default with the CentOS installation. That was messing all of this up. Tim McGeary '99, '06G Senior Systems Specialist Lehigh University 610-758-4998 [EMAIL PROTECTED] Tim McGeary wrote: After getting all of my modules finally seen dynamicall

[PHP-INSTALL] oci-connect LD_LIBRARY_PATH error

2007-05-31 Thread Jesse Santana
I'm relatively new to PHP and have run into a problem that has stumped me so I am hoping someone with more experience can help me out. I am attempting to run PHP v 5.2.2 on a Solaris 10 machine running Apache v2.2.4. I have compiled PHP as a CLI instead of an Apache module because I need our

[PHP-INSTALL] cannot upload files via http

2007-05-31 Thread Carlos A. Benavente
All, I've installed PHP Version 4.3.9 as an Apache module, Apache/2.0.52, and RHEL 4. I have a script that uploads files fine when open_basedir is commented out but fails whenever open_basedir is set to "./" With open_basedir = "./", I specify the upload_tmp_dir = /tmp and also have includ

Re: [PHP-INSTALL] namespace trouble

2007-05-31 Thread Matthew Marino
Yeah. Andy has it covered. The notice is just telling you that you have set a value for a variable that is not previously declared. PHP is generous enough to define it on the fly and make it's best guess as to the type but it does want you to know it's not prescribed form. You'll either ha

Re: [PHP-INSTALL] no PHP scripts can write to files

2007-05-31 Thread Tim McGeary
No, I don't have the open_basedir configured. It is currently commented out. Tim Carlos A. Benavente wrote: Not 100% sure, but this may be due to an open_basedir restriction? Do you have this directive set? I ran into a similar problem with *uploading* files via http and the move_uploaded_

Re: [PHP-INSTALL] namespace trouble

2007-05-31 Thread Pascal Desroche
thanx a lot Keith ; Keith Roberts a écrit : > Hi Pascal. You seem to have a problem with the scope of your > variables. > > On Thu, 31 May 2007, Pascal Desroche wrote: > >> To: Andy Stratton <[EMAIL PROTECTED]> >> From: Pascal Desroche <[EMAIL PROTECTED]> >> Subject: Re: [PHP-INSTALL] namespa

[PHP-INSTALL] no PHP scripts can write to files

2007-05-31 Thread Tim McGeary
After getting all of my modules finally seen dynamically, I'm trying to install three different PHP applications, and all of them are complaining that they cannot write to files. They are all owned by apache.apache so the webserver has ownership, and I have tried permissions from 644 to 777 wi

RE: [PHP-INSTALL] namespace trouble

2007-05-31 Thread Andy Stratton
Try this... -- Andy Stratton Software/Network Engineer COMPASS Information Systems, Inc. www.compassinfo.net (410) 923-6300 office (410) 923-2820 fax (443) 623-6835 mobile -Original Message- From: Pascal Desroche [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 2:14 AM To: Andy

Re: [PHP-INSTALL] namespace trouble

2007-05-31 Thread Keith Roberts
Hi Pascal. You seem to have a problem with the scope of your variables. On Thu, 31 May 2007, Pascal Desroche wrote: To: Andy Stratton <[EMAIL PROTECTED]> From: Pascal Desroche <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] namespace trouble Yes Anddy, i did this to get every kind of info i c