[PHP] Re:[PHP] PHP 5.4.6RC1 Released for Testing!

2012-08-02 Thread ??????
when your do php x64 version? or tell me how i do it. -- Original -- From: "Stas Malyshev"; Date: Fri, Aug 3, 2012 11:48 AM To: "PHP Internals"; "php-general@lists.php.net"; Subject: [PHP] PHP 5.4.6RC1 Released for Testing! Hi! I've released PHP 5.4.6RC

[PHP] PHP 5.4.6RC1 Released for Testing!

2012-08-02 Thread Stas Malyshev
Hi! I've released PHP 5.4.6RC1 which can be found here: http://downloads.php.net/stas/ Windows binaries as always are at: http://windows.php.net/qa/ This is a regular bugfix release, the full list of issues fixed can be found in the NEWS files. Please test and report if anything is broken

[PHP] php safe mode no more?

2012-08-02 Thread D. Dante Lorenso
The school I work with wants to set up PHP and MySQL hosting for about 10,000 students. I see that in 5.4, PHP safe-mode is being removed. How is it supposed to be done if not safe-mode? Are all the hosting providers using suExec and running PHP as CGI or FastCGI? If I'm trying to do this

Re: [PHP] Awkward time processing

2012-08-02 Thread Paul Halliday
:) Perfect! Thank you. On Thu, Aug 2, 2012 at 1:25 PM, Robert Williams wrote: > On 8/2/12 05:51, "Paul Halliday" wrote: > > >>What I have is an array of values and timestamps: >> >>17 15:31 >>16 15:32 >>27 15:33 >>14 15:34 >>11 15:35 >> >>now for a day I should have 1440 entries but there could

Re: [PHP] Awkward time processing

2012-08-02 Thread Robert Williams
On 8/2/12 05:51, "Paul Halliday" wrote: >What I have is an array of values and timestamps: > >17 15:31 >16 15:32 >27 15:33 >14 15:34 >11 15:35 > >now for a day I should have 1440 entries but there could be spotty >results, no data from say 11:59 -> 13:00. >What I need is to sum the values for ea

Re: [PHP] Awkward time processing

2012-08-02 Thread Paul Halliday
On Thu, Aug 2, 2012 at 12:27 PM, Ashley Sheridan wrote: > > > Paul Halliday wrote: > >>This is hideous, can anyone think of a more novel approach? >> >>What I have is an array of values and timestamps: >> >>17 15:31 >>16 15:32 >>27 15:33 >>14 15:34 >>11 15:35 >> >>now for a day I should have 1440

Re: [PHP] Awkward time processing

2012-08-02 Thread Ashley Sheridan
Paul Halliday wrote: >This is hideous, can anyone think of a more novel approach? > >What I have is an array of values and timestamps: > >17 15:31 >16 15:32 >27 15:33 >14 15:34 >11 15:35 > >now for a day I should have 1440 entries but there could be spotty >results, no data from say 11:59 -> 13

[PHP] Awkward time processing

2012-08-02 Thread Paul Halliday
This is hideous, can anyone think of a more novel approach? What I have is an array of values and timestamps: 17 15:31 16 15:32 27 15:33 14 15:34 11 15:35 now for a day I should have 1440 entries but there could be spotty results, no data from say 11:59 -> 13:00. What I need is to sum the values