Re: [PHP] /tmp/directory

2013-07-23 Thread Tedd Sperling
On Jul 23, 2013, at 9:55 AM, Daniel Brown wrote: >> > >If it's /tmp, it's /tmp. The leading slash indicates that it's in > the filesystem root. However, if it's just tmp, then it could - and > probably is - under the client's home directory. Unless they're > chrooted; then it could be dis

Re: [PHP] /tmp/directory

2013-07-23 Thread Daniel Brown
On Mon, Jul 22, 2013 at 10:10 PM, Tedd Sperling wrote: > On Jul 22, 2013, at 4:10 PM, Matijn Woudt wrote: > >> On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling wrote: >> >>> Hi gang: >>> >>> I should know this, but I don't. >>> >>> Where is the /tmp/ directory? >>> >>> You see, I have a client whe

Re: [PHP] /tmp/directory

2013-07-22 Thread Tedd Sperling
On Jul 22, 2013, at 4:10 PM, Matijn Woudt wrote: > On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling wrote: > >> Hi gang: >> >> I should know this, but I don't. >> >> Where is the /tmp/ directory? >> >> You see, I have a client where his host has apparently changed the /tmp/ >> directory permis

Re: [PHP] /tmp/directory

2013-07-22 Thread Matijn Woudt
On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling wrote: > Hi gang: > > I should know this, but I don't. > > Where is the /tmp/ directory? > > You see, I have a client where his host has apparently changed the /tmp/ > directory permissions such that old php/mysql scripts cannot write to the > /tmp/

Re: [PHP] /tmp/directory

2013-07-22 Thread Tamara Temple
On Jul 22, 2013, at 10:20 AM, Tedd Sperling wrote: > Hi gang: > > I should know this, but I don't. > > Where is the /tmp/ directory? > > You see, I have a client where his host has apparently changed the /tmp/ > directory permissions such that old php/mysql scripts cannot write to the > /tm

Re: [PHP] /tmp/directory

2013-07-22 Thread Larry Martell
On Mon, Jul 22, 2013 at 9:50 AM, Tedd Sperling wrote: > On Jul 22, 2013, at 11:20 AM, Tedd Sperling wrote >> Hi gang: >> >> I should know this, but I don't. >> >> Where is the /tmp/ directory? >> >> You see, I have a client where his host has apparently changed the /tmp/ >> directory permissions

Re: [PHP] /tmp/directory

2013-07-22 Thread Tedd Sperling
On Jul 22, 2013, at 12:02 PM, Larry Martell wrote: > On Mon, Jul 22, 2013 at 9:59 AM, Larry Martell > wrote: >> On Mon, Jul 22, 2013 at 9:50 AM, Tedd Sperling >> wrote: >>> On Jul 22, 2013, at 11:20 AM, Tedd Sperling wrote I should know this, but I don't. Where is the /tm

[PHP] /tmp/directory

2013-07-22 Thread Tedd Sperling
Hi gang: I should know this, but I don't. Where is the /tmp/ directory? You see, I have a client where his host has apparently changed the /tmp/ directory permissions such that old php/mysql scripts cannot write to the /tmp/ directory anymore -- they did at one time. So, how do I fix it? Che

Re: [PHP] /tmp/directory

2013-07-22 Thread Larry Martell
On Mon, Jul 22, 2013 at 9:59 AM, Larry Martell wrote: > On Mon, Jul 22, 2013 at 9:50 AM, Tedd Sperling > wrote: >> On Jul 22, 2013, at 11:20 AM, Tedd Sperling wrote >>> Hi gang: >>> >>> I should know this, but I don't. >>> >>> Where is the /tmp/ directory? >>> >>> You see, I have a client where

Re: [PHP] /tmp/directory

2013-07-22 Thread Ken Robinson
At 11:50 AM 7/22/2013, Tedd Sperling wrote: On Jul 22, 2013, at 11:20 AM, Tedd Sperling wrote > Hi gang: > > I should know this, but I don't. > > Where is the /tmp/ directory? > > You see, I have a client where his host has apparently changed the /tmp/ directory permissions such that old php/my

Re: [PHP] /tmp/directory

2013-07-22 Thread Tedd Sperling
On Jul 22, 2013, at 11:20 AM, Tedd Sperling wrote > Hi gang: > > I should know this, but I don't. > > Where is the /tmp/ directory? > > You see, I have a client where his host has apparently changed the /tmp/ > directory permissions such that old php/mysql scripts cannot write to the > /tmp/

RE: [PHP] TMP directory

2006-02-10 Thread Miguel Guirao
ups, my finger did it's own thing!! Thanks for the response!! -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Jueves, 09 de Febrero de 2006 07:36 p.m. To: Miguel Guirao Cc: PHP List Subject: Re: [PHP] TMP directory Hi, Well, firstly there is no php 7.. By defau

Re: [PHP] TMP directory

2006-02-09 Thread Chris
Hi, Well, firstly there is no php 7.. By default it should be /tmp - but create a phpinfo page and check that. Miguel Guirao wrote: Hello list, Does anybody know which is the TMP default directory when uploading file to the server using PHP? PHP 7.1.2-7 MySQL 3.23.49-3 APACHE 1.3.23-11 RED

[PHP] TMP directory

2006-02-09 Thread Miguel Guirao
Hello list, Does anybody know which is the TMP default directory when uploading file to the server using PHP? PHP 7.1.2-7 MySQL 3.23.49-3 APACHE 1.3.23-11 RED HAT LINUX 7.3 --- Miguel Guirao Aguilera Logistica R8 TELCEL Tel. (999) 960.7994 Este mensaje es exclusivamente p

Re: [PHP] TMP directory problem

2004-01-14 Thread Matt Matijevich
[snip] When I had a look at the servers phpinfo and I saw that both "upload_tmp_dir" and "user_dir" have "no value" and "no value" set for them.how do I change it (via a .htaccess file as I dont have access to the php.ini) so that I can write the data as required from my script? [/snip] Take

[PHP] TMP directory problem

2004-01-13 Thread Ryan A
Hi, I'm using a class to write some values to a file on our serverit used to work fine but not anymore since i moved servers... This is the code I am using: if (!copy($filename, $tempfile)) { $this->error("FATAL cannot create backup file [$tempfile] [$php_errormsg]",1); exit; // Just in c