Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Lester Caine
Sebastian Krebs wrote: Didn't you say you use the builtin packages from suse? I guess they are _not_ the latest :X I'm trying to establish if this is actually correct, and that PEAR has never been brought up to date, or I'm still hitting a pre E_STRICT version. As mentioned: That depends on t

Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Sebastian Krebs
Am 24.07.2012 22:41, schrieb Lester Caine: Sebastian Krebs wrote: The question is - Is the result E_STRICT safe? Would say: Depends on the package you use. I don't use PEAR-packages myself, thus I don't really know. I would say: Try it out :) Test it on your dev-machine, or within a vm and no

Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Lester Caine
Sebastian Krebs wrote: The question is - Is the result E_STRICT safe? Would say: Depends on the package you use. I don't use PEAR-packages myself, thus I don't really know. I would say: Try it out :) Test it on your dev-machine, or within a vm and nothing can break. Sebastian I'm asking beca

Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Sebastian Krebs
Am 24.07.2012 18:46, schrieb Lester Caine: Sebastian Krebs wrote: Hi, I'm using Ubuntu, but here you can update the "system packages" with the pear executable too $ sudo pear update-channels && sudo pear upgrade --alldeps The question is - Is the result E_STRICT safe? Would say: Depends on

Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Lester Caine
Sebastian Krebs wrote: Hi, I'm using Ubuntu, but here you can update the "system packages" with the pear executable too $ sudo pear update-channels && sudo pear upgrade --alldeps The question is - Is the result E_STRICT safe? I've got what I think is the latest from SUSE12.1 but with PHP5.4 I

Re: [PHP] E_STRICT safe PEAR

2012-07-24 Thread Sebastian Krebs
Hi, I'm using Ubuntu, but here you can update the "system packages" with the pear executable too $ sudo pear update-channels && sudo pear upgrade --alldeps Regards, Sebastian Am 24.07.2012 17:05, schrieb Lester Caine: Not sure the best place to ask this ... I've worked through all of my ow

Re: [PHP] Re: What do you call the end-user?

2012-07-24 Thread Paul M Foster
On Tue, Jul 24, 2012 at 10:12:34AM -0500, Shawn McKenzie wrote: > On 07/19/2012 12:26 PM, Tedd Sperling wrote: > > Hi gang: > > > > I can't wait for tomorrow -- so here's my off-topic post today. > > > > First question: > > > > What do you call the people who ultimately use your code? > > Many

[PHP] Re: What do you call the end-user?

2012-07-24 Thread Shawn McKenzie
On 07/19/2012 12:26 PM, Tedd Sperling wrote: > Hi gang: > > I can't wait for tomorrow -- so here's my off-topic post today. > > First question: > > What do you call the people who ultimately use your code? Many times I would call them dumb asses. Especially many of the users of free software.

[PHP] E_STRICT safe PEAR

2012-07-24 Thread Lester Caine
Not sure the best place to ask this ... I've worked through all of my own codebase to eliminate E_STRICT warnings/errors and now I'm working on the more basic ones coming from PEAR such as PHP Strict Standards: Non-static method PEAR::isError() should not be called statically Since these are