php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62277
Patch xdiff-1.5.1.patch revision 2012-06-09 17:32 UTC by keisial at gmail dot com

Patch xdiff-1.5.1.patch for xdiff Bug #62277

Patch version 2012-06-09 17:32 UTC

Return to Bug #62277 | Download this patch
Patch Revisions:

Developer: keisial@gmail.com

--- xdiff-original.c	2012-06-09 15:43:39.900633730 +0200
+++ xdiff.c	2012-06-09 15:43:58.530633639 +0200
@@ -90,7 +90,7 @@
  *
  * Every user visible function must have an entry in xdiff_functions[].
  */
-function_entry xdiff_functions[] = {
+zend_function_entry xdiff_functions[] = {
 	PHP_FE(xdiff_file_diff,				NULL)
 	PHP_FE(xdiff_file_bdiff,			NULL)
 	PHP_FE(xdiff_file_patch,			NULL)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC