Re: [PHP] Customized Session Handler can not work for PHP 5.1.6 andCentOS 5.5

2012-04-16 Thread Mingda
Hi, Tommy, Thank you! You are great that after all other methods tried, I finally upgrade my php version, and found it's worked!!! The CentOS VPS use Cent OS 5.5 and PHP 5.1.6 as default, but it has problem for supporting custom session save handlers. It's weird that no one and no doc menti

[PHP] Re: Upcoming Outage: php.net

2012-04-16 Thread Daniel Brown
and we're back. Sorry for the interruption. I know many of you were missing the RFC discussions and debates on Internals. I'll try not to let it happen again. ;-P If anyone sees any issues that could be related to the below, please let us know ASAP on syst...@php.net and/or https://bugs.p

[PHP] Re: Upcoming Outage: php.net

2012-04-16 Thread Daniel Brown
Just a reminder, see the below message. On Apr 13, 2012 3:43 PM, "Daniel Brown" wrote: >Greetings, all; > >This coming Monday, 16 April, 2012, between the hours of 18:00 and > 20:00 EDT (22:00 to 00:00 GMT), the one of the primary php.net servers > will be undergoing a critical preventati

RE: [PHP] Re: php in windows

2012-04-16 Thread Steven Staples
> -Original Message- > From: Kirk Bailey [mailto:kbai...@howlermonkey.net] > Sent: April 11, 2012 10:11 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Re: php in windows > > Steve, THERE IS NO SUCH FILE in tinyweb. It turns to the operating system > asspciations to determine what

Re: [PHP] tempnam() not working as expected...

2012-04-16 Thread ma...@behnke.biz
tamouse mailing lists hat am 14. April 2012 um 00:05 geschrieben: > Can someone explain the following to me: > > > $d=tempnam(".","dir"); /* create a temp named file * > unlink($d); /* unlink it because we're going to make it a directory */ > mkdir($d,7