php-general Digest 8 Dec 2011 15:52:09 -0000 Issue 7602

2011-12-08 Thread php-general-digest-help
php-general Digest 8 Dec 2011 15:52:09 - Issue 7602 Topics (messages 315951 through 315953): Looking for PHP/JS/MySQL gurus in the Northern VA area 315951 by: Rob Gould Re: DOS CLI? 315952 by: Richard Quadling inotify 315953 by: Floyd Resler Administrivia: To

Re: [PHP] DOS CLI?

2011-12-08 Thread Richard Quadling
On 2 December 2011 21:00, Matt Neimeyer m...@neimeyer.org wrote: Is there (or is there a way to compile) a DOS CLI version of a fairly recent version of PHP? I have not been able to find one using the powers of Google. Not a Windows Command Prompt CLI but an actual CLI version of PHP that

[PHP] inotify

2011-12-08 Thread Floyd Resler
Is there any way to get who moved a file, deleted a file, etc. from inotify? I search and couldn't find a way but thought someone on the list might know. Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] inotify

2011-12-08 Thread Robert Cummings
Not to my knowledge. On 11-12-08 10:52 AM, Floyd Resler wrote: Is there any way to get who moved a file, deleted a file, etc. from inotify? I search and couldn't find a way but thought someone on the list might know. Thanks! Floyd -- E-Mail Disclaimer: Information contained in this

[PHP] OOP problems

2011-12-08 Thread Dominik Halvoník
Hello, I would like to ask you for help. This days I am trying to build one of my applications. But I have problem which stopped me. I have folder whit php files like connect.php, delete.php etc. These files contains classes named the same as files. So in file connect.php is class Connect. These

Re: [PHP] OOP problems

2011-12-08 Thread Stuart Dallas
On 8 Dec 2011, at 17:14, Dominik Halvoník wrote: I would like to ask you for help. This days I am trying to build one of my applications. But I have problem which stopped me. I have folder whit php files like connect.php, delete.php etc. These files contains classes named the same as files.

Re: [PHP] OOP problems

2011-12-08 Thread Mokaddim Akm
Sent from a handheld device On 08-Dec-2011, at 11:14 PM, Dominik Halvoník dominik.halvo...@gmail.com wrote: Hello, I would like to ask you for help. This days I am trying to build one of my applications. But I have problem which stopped me. I have folder whit php files like connect.php,

Re: [PHP] Looking for PHP/JS/MySQL gurus in the Northern VA area

2011-12-08 Thread Daniel Brown
On Wed, Dec 7, 2011 at 23:11, Rob Gould gould...@mac.com wrote: Can anyone tell me if there are folks on this list in the Northern VA area?   I need to find a freelancer who knows PHP, Javascript, and mySQL.  My client likes face-to-face meetings on occasion, so I really need someone local.

RE: [PHP] Looking for PHP/JS/MySQL gurus in the Northern VA area

2011-12-08 Thread HallMarc Websites
-Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: Thursday, December 08, 2011 1:27 PM To: Rob Gould Cc: php-general@lists.php.net Subject: Re: [PHP] Looking for PHP/JS/MySQL gurus in the Northern VA area On Wed, Dec 7, 2011 at

Re: [PHP] DOS CLI?

2011-12-08 Thread Matt Neimeyer
On Thu, Dec 8, 2011 at 7:16 AM, Richard Quadling rquadl...@gmail.com wrote: On 2 December 2011 21:00, Matt Neimeyer m...@neimeyer.org wrote: Is there (or is there a way to compile) a DOS CLI version of a fairly recent version of PHP? I have not been able to find one using the powers of Google.

Re: [PHP] Re: Think I found a PHP bug

2011-12-08 Thread Rasmus Lerdorf
This is fixed in PHP 5.4 by completely dropping support for the TZ environment variable. PHP will always use UTC unless you explicitly set it to something. It won't matter which timezone the system is running in. This is the only reliable way to always have consistent behaviour across all