Re: [PHP-DEV] Changing the default value of true for CURLOPT_SSL_VERIFYHOST

2012-10-25 Thread Guillaume Rossolini
On Thu, Oct 25, 2012 at 8:36 AM, Kris Craig kris.cr...@gmail.com wrote: What if, instead of changing the behavior, we have it throw a notice or warning if a boolean value is passed here? Because this is such a common error, I think it could be really beneficial in helping developers catch

Re: [PHP-DEV] Older style frameworks ...

2012-08-25 Thread Guillaume Rossolini
on the blogosphere to spread the word. Best regards, -- Guillaume Rossolini

Re: [PHP-DEV] Complete case-sensitivity in PHP

2012-04-20 Thread Guillaume Rossolini
before on this list that PHP is its own language. Regards, -- Guillaume Rossolini

Re: [PHP-DEV] Re: [PHP] mod_php

2010-08-20 Thread Guillaume Rossolini
, internals is not suited for this talk unless you have a very specific patch or RFC to discuss. Regards, -- Guillaume Rossolini

Re: [PHP-DEV] Strict typing

2010-08-11 Thread Guillaume Rossolini
the types in the comments and have the framework use those, but don't let them stand in the way the app actually works. Using strict type checks would be like hard coding your debugging breakpoints, would it not? Best regards, -- Guillaume Rossolini

Re: [PHP-DEV] Confusing performance of the magic method __call

2010-08-03 Thread Guillaume Rossolini
visibility works as it does, the answer has been given in the following bug reports: http://bugs.php.net/bug.php?id=40056 http://bugs.php.net/bug.php?id=44769 Regards, -- Guillaume Rossolini

Re: [PHP-DEV] Type hinting

2010-05-27 Thread Guillaume Rossolini
On Thu, May 27, 2010 at 5:47 PM, Lukas Kahwe Smith m...@pooteeweet.orgwrote: well most people do not use that since its just as tedious to use as having to cast your results. of course if we did have strict typing it would probably become more widely used, not that having to add those lines

Re: [PHP-DEV] Type hinting

2010-05-23 Thread Guillaume Rossolini
, but also very confusing for newcomers who have been told for a decade that PHP is simple to learn. I think API developers would easily cope, but API consumers would likely be driven away. Best regards, -- Guillaume Rossolini

[PHP-DEV] SVN Account Request: grossolini

2010-02-02 Thread Guillaume Rossolini
Upgrade wiki.php.net (as per lsmith's and pierre's request) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Type hinting - Request for Discussion

2009-07-09 Thread Guillaume Rossolini
to E_HINT Bottom line: As a user of libraries, I see no good in strong hint typing. However, as a library developer I see uses for it. Best regards, -- Guillaume Rossolini

Re: [PHP-DEV] [RFC] Strict type hints (parameter and return value)

2008-06-20 Thread Guillaume Rossolini
Hi, From a user perspective, I agree that this would probably be the most useful behaviour of all. Type hint would then mean*: Hint at what type the variable should have. If possible, convert it to the target type; if it is not even compatible, throw an error*. Regards, Guillaume Rossolini