Jaisen Mathai
Jaisen Mathai
Thanks Kevin. You can also add it as part of the dsn by appending `;charset=utf8';` after `dbname`. I don't think that's an elegant solution but it's how I've implemented it....
@lcotonea I should probably branch/tag better. I really just put this on Github because I put all of my other code here. I didn't expect as many people to be...
@jcorry does simpleTest.php work okay?
@jcorry Can you provide system details? It works for me using: - OSX Lion - PHP 5.3.6 - curl 7.21.7
Are your virtual hosts also running osx lion? Is there any networking trickery that's happening on the virtualhost? I haven't had a chance to ever merge this but can you...
From the VM can you just do `curl -I http://sfspot.localhost/foursqlogin`and get a 200 response? On Mon, Nov 28, 2011 at 11:34 AM, jcorry < [email protected] > wrote: > > I'll...
I wonder if there's some weird NAT at the office...
Thanks. If you have forked the repository feel free to issue a pull request. Else I'll just manually add this change this week.
Can you paste in the part of `edit-project.php` where you're calling `var_dump`? Your code looks correct and `var_dump($pageTitle)` should not output `NULL`.
Would need to look at the response and response headers to see what Google does different with that UA. Not sure why that would cause a problem with this library...