|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-24 21:03 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 03 21:00:01 2026 UTC |
I'm fairly certain there is a bug in PHP4 in the file ext/sybase_ct/php_sybase_ct.c in PHP_MINIT_FUCNTION(sybase) all references to cfg_get_*("sybase.*", ...etc should really read: cfg_get_*("sybct.*", ...etc on lines 267, 273, 280, 283, 286, 289, 292, 296 Also, line 315 should reflect that this is PHP 4.0, not 3.0.