php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53959
Patch fgetcsv_reflection.patch revision 2011-02-08 15:58 UTC by RQuadling at GMail dot com

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)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 07:01:29 2024 UTC