Re: [PHP-DEV] open_basedir Issue

2005-09-14 Thread Sander Steffann
Hi, Can someone tell me what I'm doing wrong here? I'm using PHP 4.3.11 on Red Hat 5.0 (Cobalt). /home/sites/www.harvardchemclub.org is a symbolic link that points to /home/sites/site66. [...] [Reformatted for readability:] Warning: fopen(): open_basedir restriction in effect. File(/home/

Re: [PHP-DEV] Re: Labeled Breaks (not the G-word)

2005-11-27 Thread Sander Steffann
Hi, On Sun, 27 Nov 2005, Zeev Suraski wrote: I'm not sold on reusing the break construct for that, since we're not really breaking, and I kind of like Ilia's "jump" idea. Another possibility would be reusing 'continue', which makes a bit more English sense, even though it's not very similar

RE: [PHP-DEV] Re: open_basedir enhancement, runtime tightening

2006-10-13 Thread Sander Steffann
Hi, > Great feature. I can see this being very useful to packaged > PHP applications > like ours (MediaWiki). The only complication in > implementation I can think > of is trying to work out the location of PEAR, for those > modules that use > it. I suppose we would have to append the defaul

Re: [PHP-DEV] mail() logging for PHP

2006-12-14 Thread Sander Steffann
Hi Ilia, Is there any interest in adding support for logging of mail() calls and/or adding options that allow identification of who sent the e-mail. I've wrote a quick patch that enables this functionality via two ini settings controllable via php.ini or per-virtual host. Hehe. I was just s

Re: [PHP-DEV] mail() logging for PHP

2006-12-14 Thread Sander Steffann
Hi, That is way too much information to include into an e-mail header, this would in fact be information disclosure vulnerability in many eyes. The log file that you can enable provides you with the full path to the script that called mail, which is more then enough to identify the offending scr

Re: [PHP-DEV] Re: realpath patch

2004-10-01 Thread Sander Steffann
Hi, But like my syscall patches, realpath caching isn't something all that many really need. Turning it off when safemode/open_basedir is on should be fine. Sounds good to me. Sander -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php