| Patch xdiff-1.5.1.patch for xdiff Bug #62277Patch version 2012-06-09 17:32 UTCReturn 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)
 |