Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Stuart Dallas
On Tue, May 17, 2011 at 5:40 PM, Richard Quadling wrote: > On 17 May 2011 17:04, Tony Mak wrote: > > Thanks for your replys. > > > > Of course >>PHP 2.7.2<< was a careless mistake, i meant PHP 5.2.7, to > > underline i'm not able to use those neat namespace features in PHP 5.3. > > > > > > Let me

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Richard Quadling
On 17 May 2011 17:04, Tony Mak wrote: > Thanks for your replys. > > Of course >>PHP 2.7.2<< was a careless mistake, i meant PHP 5.2.7, to > underline i'm not able to use those neat namespace features in PHP 5.3. > > > Let me provide you with more details. > > As already mentioned cron.php should i

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Tony Mak
Thanks for your replys. Of course >>PHP 2.7.2<< was a careless mistake, i meant PHP 5.2.7, to underline i'm not able to use those neat namespace features in PHP 5.3. Let me provide you with more details. As already mentioned cron.php should include at least two other php-scripts because she

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Peter Lind
On May 17, 2011 4:32 PM, "Daniel Brown" wrote: > > On Mon, May 16, 2011 at 18:46, Richard Quadling wrote: > > > > "2.7.2"? I'm guessing 5.7.2. > >Then you're guessing wrong, sir. There was no 2.7.2, and it's > highly unlikely there would ever be a 5.7.2 either. > >Closest I can guess is

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Richard Quadling
On 17 May 2011 15:29, Daniel Brown wrote: > On Mon, May 16, 2011 at 18:46, Richard Quadling wrote: >> >> "2.7.2"? I'm guessing 5.7.2. > >    Then you're guessing wrong, sir.  There was no 2.7.2, and it's > highly unlikely there would ever be a 5.7.2 either. > >    Closest I can guess is Apache ht

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-17 Thread Daniel Brown
On Mon, May 16, 2011 at 18:46, Richard Quadling wrote: > > "2.7.2"? I'm guessing 5.7.2. Then you're guessing wrong, sir. There was no 2.7.2, and it's highly unlikely there would ever be a 5.7.2 either. Closest I can guess is Apache httpd 2.2.7, or perhaps some other all-in-one installer

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-16 Thread Paul M Foster
On Mon, May 16, 2011 at 11:05:07PM +0200, Tony Mak wrote: > Hi there, > > i have following problem: > > Assume we have a "cron.php" which is called every hour by a cron > job. This cron.php should then be used to execute other php-scripts > "script1.php", "script2.php". > > For a pitty our serv

Re: [PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-16 Thread Richard Quadling
On 16 May 2011 23:12, Tony Mak wrote: > Hi there, > > i have following problem: > > Assume we have a "cron.php" which is called every hour by a cron job. This > cron.php should then be used to execute other php-scripts "script1.php", > "script2.php". > > For a pitty our server has Safe-Mode activa

[PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-16 Thread Tony Mak
Hi there, i have following problem: Assume we have a "cron.php" which is called every hour by a cron job. This cron.php should then be used to execute other php-scripts "script1.php", "script2.php". For a pitty our server has Safe-Mode activated so we arent able to shell_exec / exec those f

[PHP] Consistent Class Renaming (Simple Refactoring)

2011-05-16 Thread Tony Mak
Hi there, i have following problem: Assume we have a "cron.php" which is called every hour by a cron job. This cron.php should then be used to execute other php-scripts "script1.php", "script2.php". For a pitty our server has Safe-Mode activated so we arent able to shell_exec / exec those f