Patch fgetcsv_reflection.patch for Reflection related Bug #53959
Patch version 2011-02-08 15:58 UTC
Return to Bug #53959 |
Download this patch
Patch Revisions:
Developer: RQuadling@GMail.com
Index: basic_functions.c
===================================================================
--- basic_functions.c (revision 308126)
+++ basic_functions.c (working copy)
@@ -1233,6 +1233,7 @@
ZEND_ARG_INFO(0, length)
ZEND_ARG_INFO(0, delimiter)
ZEND_ARG_INFO(0, enclosure)
+ ZEND_ARG_INFO(0, escape)
ZEND_END_ARG_INFO()
#if (!defined(__BEOS__) && !defined(NETWARE) && HAVE_REALPATH) || defined(ZTS)
|