]> granicus.if.org Git - php/commitdiff
- MFH: Fix proto
authorFelipe Pena <felipe@php.net>
Tue, 17 Feb 2009 12:38:21 +0000 (12:38 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 17 Feb 2009 12:38:21 +0000 (12:38 +0000)
[DOC] proto: $result_array is a reference

NEWS
ext/odbc/php_odbc.c

diff --git a/NEWS b/NEWS
index a248344b277df3bc6e9a547039c95a6403dc78d8..b013d5d7905341e07ac23984c8c99871da1f8c22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2009, PHP 5.3.0 Beta 2  
 - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly). (Felipe)
+- Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0). (Felipe)
 - Fixed bug #47329 (Crash in garbage collector). (Dmitry)
 - Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry)
 - Fixed bug #47265 (generating phar.phar failes because of safe_mode). (Greg)
index cf425f57d07c36206ec46da3a0d46cee50f678d1..308f7e78e59c83d5189ac070e7c1cba7b9827fec 100644 (file)
@@ -1771,7 +1771,7 @@ PHP_FUNCTION(odbc_fetch_array)
 /* }}} */
 #endif
 
-/* {{{ proto int odbc_fetch_into(resource result_id, array result_array, [, int rownumber])
+/* {{{ proto int odbc_fetch_into(resource result_id, array &result_array, [, int rownumber])
    Fetch one result row into an array */ 
 PHP_FUNCTION(odbc_fetch_into)
 {