Re: [PHP-DEV] ArrayPath

2014-10-07 Thread Michael Dowling
> This request seems to be more in the realm of having XPath type support for > arrays, likewise people have also attempted to do this with JSON. It does > seem like it could be valuable to some degree, however, I don't necessarily > believe it belongs in the core. This seems much better for a PE

Re: [PHP-DEV] Re: Function autoloading

2013-08-31 Thread Michael Dowling
Python packages often place convenience functions (e.g., factory methods) in __init__.py files. There's nothing wrong with that. It would be great to be able to do something similar in PHP. Sure beats creating classes called Util. Thanks, Michael On Aug 31, 2013, at 2:57 PM, Vartolomei Nicolae

Re: [PHP-DEV] Upgrade cURL extension

2012-03-10 Thread Michael Dowling
I think all the php curl bindings should do is expose the power of curl in php with an interface similar to the c interface. I think it's up to third party libraries to put an easier to use interface on top of the curl bindings. Thanks, Michael On Mar 10, 2012, at 11:41 AM, Reindl Harald wrot

[PHP-DEV] [PATCH] curl_reset

2011-05-18 Thread Michael Dowling
reated with curl_easy_init(3). It does not change the following information kept in the handle: live connections, the Session ID cache, the DNS cache, the cookies and shares. Thanks, Michael Dowling -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php