[PHP-DEV] [RFC] Accessors : read-only / write-only keywords

2012-10-19 Thread Clint Priest
I had thought of a deviation on some of the ideas presented to get rid of read-only/write-only while still keeping the ability to maintain their effect, if we so decide that the feature is wanted. Here it is: class TimePeriod { private $Seconds; public $Hours { get() { return $

[PHP-DEV] [RFC] Accessors v1.1 -> v1.2 Summary

2012-10-19 Thread Clint Priest
Hey everyone, seems like the conversations have died down and I've attempted to go back through all of the emails and produce a 1.1 -> 1.2 document which summarizes what I believe are decided, being debated, issues, todos, etc. Pierre had pointed out that I had partially changed the "as-implemen

Re: [PHP-DEV] error handler

2012-10-19 Thread Leigh
Check the zend_error function in zend.c http://lxr.php.net/xref/PHP_5_4/Zend/zend.c#1106 On 19 October 2012 14:46, Adi Mutu wrote: > > > Hello, > > Can anybody show me, where in the core the user error handler is called? The > mechanism of how it's called... > > Thanks, > A. -- PHP Internals

[PHP-DEV] error handler

2012-10-19 Thread Adi Mutu
Hello, Can anybody show me, where in the core the user error handler is called? The mechanism of how it's called... Thanks, A.

Re: [PHP-DEV] Wiki account

2012-10-19 Thread Pierre Joye
? On Fri, Oct 19, 2012 at 1:47 PM, Clint Priest wrote: > Got an email? > > -Clint > > On Oct 18, 2012, at 7:29 AM, "Kris Craig" wrote: > > > > On Thu, Oct 18, 2012 at 4:58 AM, Clint Priest wrote: >> >> Who's the karma keeper anyways? Do we get a score? ;) > > > I'm not 100% sure, but I think t

Re: [PHP-DEV] Wiki account

2012-10-19 Thread Clint Priest
Got an email? -Clint On Oct 18, 2012, at 7:29 AM, "Kris Craig" mailto:kris.cr...@gmail.com>> wrote: On Thu, Oct 18, 2012 at 4:58 AM, Clint Priest mailto:cpri...@zerocue.com>> wrote: Who's the karma keeper anyways? Do we get a score? ;) I'm not 100% sure, but I think the Hindu god Ishvara i

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Parallel run-tests

2012-10-19 Thread Clint Priest
Could just as easily launch N sub-processes from run-tests.php as well. I compile php in a VM with -j 40 on a dual core VM powered by quad core chip... The number of simultaneous tests doesn't need to line up with CPU counts... -Clint On Oct 18, 2012, at 7:28 AM, "Pierre Joye" wrote: > hi! >