ID: 34158 User updated by: aesthete at telecenter dot ru Reported By: aesthete at telecenter dot ru -Status: Feedback +Status: Open Bug Type: InterBase related Operating System: Linux 2.6.12 (Fedora Core 3) PHP Version: 4.4.0/5.x.x New Comment:
Yes your right. I test this bug on Fedora core 3 where glibc-2.3.5. On Fedora core 6 glibc-2.5 and this bug does not appear. Perhaps there was a glibc bug or bug in putches to glibc which fc team make. I tested latest dev php version ... Thanks. Previous Comments: ------------------------------------------------------------------------ [2007-04-17 10:39:28] [EMAIL PROTECTED] Can you explain (again) why setting isdst to -1 is erroneous? In my opinion, the mktime(3) man page says that isdst==-1 signifies that dst info is unavailable, which is exactly the case as libgds always returns zero, dst or no dst. So did anything change in libc in the meantime? Anything the tests have missed before? Just commenting out a line because it fixes a specific case is not the way to go, in my opinion. Especially not in the case of UNIX/timestamp/mktime/etc related issues :-) ------------------------------------------------------------------------ [2007-04-12 16:03:05] aesthete at telecenter dot ru Ok ... my first patch will be: // t.tm_isdst = -1; in ext/ibase_query.c in line 1376 ... how can i apply this patch ? ------------------------------------------------------------------------ [2007-04-12 14:50:52] [EMAIL PROTECTED] Fix this bug for example? ------------------------------------------------------------------------ [2007-04-12 14:14:10] aesthete at telecenter dot ru Ok .. what i must do to become maintainer of ext/interbase ? ... ------------------------------------------------------------------------ [2007-04-11 19:39:37] [EMAIL PROTECTED] >can we solve problem with wrong t.tm_isdst = -1; value ? Sure we can. The problem is that ext/interbase author doesn't maintain the extension anymore, so you'll have to wait for someone who has enough knowledge and desire to take it over. This "someone" might be you, of course, you seem to be the only person actively using Interbase I know of. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/34158 -- Edit this bug report at http://bugs.php.net/?id=34158&edit=1