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)
|