[PHP-DEV] Local time zone

2011-12-10 Thread Oleg Oshmyan
PHP is used for server-side software that needs to use the remote client's time zone and for distributed software potentially running on geographically dispersed servers that needs to use a common time zone, and in these cases there is no doubt that the time zone should be manually specified and th

[PHP-DEV] commit rights for NEWS

2011-12-10 Thread marius adrian popa
svn commit NEWS -m "bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird" WARNING: gnome-keyring:: no socket to connect to SendingNEWS Transmitting file data .svn: Commit failed (details follow): svn: Commit blocked by pre-commit hook (exit code 1) with output: *** A

RE: [PHP-DEV] Failing Tests

2011-12-10 Thread Clint M Priest
Ahh, I'm just doing ./run-tests.php with parameters, I'll see what a make test does. -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Saturday, December 10, 2011 1:15 PM To: Clint M Priest Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Failing Tests hi, Whic

Re: [PHP-DEV] Failing Tests

2011-12-10 Thread Pierre Joye
hi, Which tests fail? What are the diff? Maybe upload them somewhere or send them to the list (answer yes at the end of make test). On Sat, Dec 10, 2011 at 4:30 PM, Clint M Priest wrote: > I've got  122 tests that are failing on a full run, if I write the failed > tests to a file and re-run jus

Re: [PHP-DEV] Failing Tests

2011-12-10 Thread Ángel González
On 10/12/11 16:30, Clint M Priest wrote: > I've got 122 tests that are failing on a full run, if I write the failed > tests to a file and re-run just those tests, all of them pass. Any ideas > whats up? A previous test breaking them? -- PHP Internals - PHP Runtime Development Mailing List To

[PHP-DEV] Failing Tests

2011-12-10 Thread Clint M Priest
I've got 122 tests that are failing on a full run, if I write the failed tests to a file and re-run just those tests, all of them pass. Any ideas whats up?

Re: [PHP-DEV] Patch for Bug #48877 "bindValue" and "bindParam" do not work for PDO Firebird

2011-12-10 Thread marius adrian popa
On Sat, Dec 10, 2011 at 2:23 PM, wrote: > Hi, > > Here is my patch for the bug 48877 (https://bugs.php.net/bug.php?id=48877) I will check and apply it -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Patch for Bug #48877 "bindValue" and "bindParam" do not work for PDO Firebird

2011-12-10 Thread DAbramov
Hi, Here is my patch for the bug 48877 (https://bugs.php.net/bug.php?id=48877) Index: ext/pdo_firebird/firebird_driver.c === --- ext/pdo_firebird/firebird_driver.c (revision 320803) +++ ext/pdo_firebird/firebird_driver.c (working c