php-general Digest 16 Apr 2012 14:20:40 -0000 Issue 7777

2012-04-16 Thread php-general-digest-help
php-general Digest 16 Apr 2012 14:20:40 - Issue Topics (messages 317563 through 317572): Re: Customized Session Handler can not work for PHP 5.1.6 and CentOS5.5 317563 by: Mingda 317564 by: Mingda 317565 by: Tommy Pham 317566 by: Alain Williams

php-general Digest 17 Apr 2012 05:54:56 -0000 Issue 7778

2012-04-16 Thread php-general-digest-help
php-general Digest 17 Apr 2012 05:54:56 - Issue 7778 Topics (messages 317573 through 317575): Re: Upcoming Outage: php.net 317573 by: Daniel Brown 317574 by: Daniel Brown Re: Customized Session Handler can not work for PHP 5.1.6 andCentOS 5.5 317575 by: Mingda

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

2012-04-16 Thread Alain Williams
On Sun, Apr 15, 2012 at 12:27:00AM +0800, Mingda wrote: Hi, All, System: CentOS 5.5; PHP version is 5.1.6. I met a strange problem associate with session_save_handler in current environment(The same code can work well in my local windows platform and ubuntu system). I just want to

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

2012-04-16 Thread Mingda
Hi, Thanks, it's originally is /var/lib/php/session, I double it's privilege problem, so changed to /tmp. And I Followed your advice for setenforce off, but can't make it work. Mingda On 2012/4/16 14:13, Alain Williams wrote: On Sun, Apr 15, 2012 at 12:27:00AM +0800, Mingda wrote: Hi, All,

[PHP] Re: Customized Session Handler can not work for PHP 5.1.6 and CentOS5.5

2012-04-16 Thread Mingda
Sorry, wrong link provided, correct link is: http://stackoverflow.com/questions/10150296/cant-make-custom-session-save-handler-workno-registered-method-called-in-cent#comment13018050_10150327 On 2012/4/15 0:27, Mingda wrote: Hi, All, System: CentOS 5.5; PHP version is 5.1.6. I met a

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

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

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 to use

[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 danbr...@php.net 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

[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

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