Speaking at PHP Quebec 2006
At the end of March 2006 I will be giving two talks at the 2006 edition of the PHP Quebec conference . I will have one talk on Xdebug and another one on handling dates and times with PHP.
At the end of March 2006 I will be giving two talks at the 2006 edition of the PHP Quebec conference . I will have one talk on Xdebug and another one on handling dates and times with PHP.
Hey @dcousineau - are you going to add the talks to http://t.co/ORLeSnEpjM soon?
Merge branch 'v1.4'
Merged pull request #454
Added extra clarifying comments.
Fixed return values in case errors were handled.
Make a mask for error flags and provide a check end error code for a default error case.
Added constants for the OP_REPLY flags.
Fixed PHP-755/PHP-756: Support CursorNotFound/QueryFailure query flags
Refactor exception codes.
Refactor QUERY/GET_MORE error handling into its own function.
Refactor kill_cursor into kill_cursor_le and php_mongo_kill_cursor.
Merge branch 'v1.4'
Merged pull request #453
Fixed PHP-827: Segfault on connect when database name starts with an X.
Merged Pull Request #452
Fix CS after CR
Whopsy. Fix a typo in dropDatabase and repairDatabase, and added tests
Updated CS after CR
Comments
Is it just me or is the link to the Quebec Conference site being redirected to microsoft.com?
The link had http://http:// ... which IE I guess redirects to Microsoft.
if it cannot find a server associcated with that text (or someting like that- I'm not going to dig any deeper than what I have already).
And MS just happens to be the result of doing an "I'm feeling lucky" on "http."
Sorry to waste your bandwidth- I should have done a little more debugging first.
Add Comment