php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64000
Patch id3-build-patch revision 2013-01-24 13:11 UTC by krakjoe@php.net

Patch id3-build-patch for id3 Bug #64000

Patch version 2013-01-24 13:11 UTC

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

Developer: krakjoe@php.net

--- id3-virgin/id3.c	2004-09-24 18:40:28.000000000 +0100
+++ id3-patched/id3.c	2013-01-24 13:08:53.552391956 +0000
@@ -193,7 +193,7 @@
  *
  * Every user visible function must have an entry in id3_functions[].
  */
-function_entry id3_functions[] = {
+zend_function_entry id3_functions[] = {
 	PHP_FE(id3_get_version, NULL)
 	PHP_FE(id3_get_tag,	NULL)
 	PHP_FE(id3_set_tag, NULL)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 12:01:29 2024 UTC