RE: [PHP] compare dates

2011-12-01 Thread Marc Fromm
Thanks. I'm stuck using 5.1.6. Matijn reply worked by using the unix timestamp. -Original Message- From: Maciek Sokolewicz [mailto:tula...@gmail.com] On Behalf Of Maciek Sokolewicz Sent: Thursday, December 01, 2011 12:57 PM To: Marc Fromm Cc: Floyd Resler Subject: Re: [PHP] compare dates

Re: [PHP] compare dates

2011-12-01 Thread Maciek Sokolewicz
On 01-12-2011 02:17, Floyd Resler wrote: On Nov 30, 2011, at 5:04 PM, Matijn Woudt wrote: On Wed, Nov 30, 2011 at 11:00 PM, Marc Fromm wrote: I'm puzzled why the if statement executes as true when the first date (job_closedate) is not less than the second date (now). The if statement claims

Re: [PHP] compare dates

2011-12-01 Thread Maciek Sokolewicz
On 01-12-2011 02:17, Floyd Resler wrote: On Nov 30, 2011, at 5:04 PM, Matijn Woudt wrote: On Wed, Nov 30, 2011 at 11:00 PM, Marc Fromm wrote: I'm puzzled why the if statement executes as true when the first date (job_closedate) is not less than the second date (now). The if statement claims

Re: [PHP] compare dates

2011-12-01 Thread Maciek Sokolewicz
On 01-12-2011 02:17, Floyd Resler wrote: On Nov 30, 2011, at 5:04 PM, Matijn Woudt wrote: On Wed, Nov 30, 2011 at 11:00 PM, Marc Fromm wrote: I'm puzzled why the if statement executes as true when the first date (job_closedate) is not less than the second date (now). The if statement claims

[PHP] Introducing Onion - Another PHP packager

2011-12-01 Thread Lin Yo-An
Hi All, I'm currently working on a PEAR packager, which uses a very simple config file to generate PEAR package (package.xml 2.0 compatible mostly). It started from an internal use of our company, but we'd like to open source. It's called Onion. Onion provides a standalone phar file to build pa

[PHP] AW: Question about PHP FPM and shared memory

2011-12-01 Thread Daniel Betz
The answer for the problem is raising the vm.max_map_count via sysctl. > -Ursprüngliche Nachricht- > Von: Daniel Betz [mailto:db...@df.eu] > Gesendet: Mittwoch, 23. November 2011 15:56 > An: php-general@lists.php.net > Betreff: [PHP] Question about PHP FPM and shared memory > > Hello list