[PHP-DEV] Re: Let's discuss enums!

2015-09-17 Thread user
On 09/17/2015 07:06 PM, Rowan Collins wrote: 3) there should be no accessible "value" for a member; the value of Weekdays::SUNDAY is simply Weekdays::SUNDAY, not 0 or 7 or 'SUNDAY' (I'm thinking that internally, each member would be represented as an object pointer, so there's no real benefit to

Re: [PHP-DEV] Coercive Scalar Type Hints RFC

2015-02-22 Thread user
On 02/22/2015 06:28 PM, François Laupretre wrote: Hi Stas, It seems the actual problem is that we have too many compiler / code analysis experts in the community ;) (don't get me wrong, I am not saying that for you, I just admire your patience explaining the same again and again to people who

[PHP-DEV] RFC: Replacing errors with Exceptions

2009-07-24 Thread user
I published a (work in progress) RFC today about replacing certain errors with exceptions. I know that there already was something similiar on the php6dev blog, but this is not completly the same, so awating your comments: http://wiki.php.net/rfc/errors_as_exceptions -- PHP Internals - PHP Runti

[PHP-DEV] CVS Account Request: ilovephp

2007-11-12 Thread PHP User
I'm testing the cvs account request system to make sure it works, because someone insists it's not. Ignore me. --philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] test

2007-07-26 Thread user
sry... mail newsreader sucks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] __static_call patch

2007-07-26 Thread user
Hello, Etienne Kneuss provided me a patch to handle static called class methods properly - it works fine. Now i need antother patch for: __static_call_patch __static_set __static_get where can i find it? Sebastian Deutsch -- PHP Internals - PHP Runtime Development Mailing List To unsubscrib

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-17 Thread user
The child process doesn't use any database connection, just to run some shell scripts, but it closes the connection anyway. I initialy used PEAR DB and then _pconnect functions but the result is the same. Was the bug solved two years ago ? How was it solved ? Thank you Rui Francisco Shaun Thoma

[PHP-DEV] PHP broken pipe in fork

2004-11-16 Thread user
Hi, i'm using firebird 1.5.1 on a linux machine with a php script I'm using a query in loop and go through all records to do some operations in the middle of the script i fork(); to do other things When i return to the parent process i try to make one update and i get the following error [nativeco