|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-03-28 14:43 UTC] krakjoe@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: krakjoe
[2016-03-28 14:43 UTC] krakjoe@php.net
[2016-03-29 02:15 UTC] xin-xinw at musiclifephilosophy dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 09:00:01 2025 UTC |
Description: ------------ Running `pecl install inotify` finishes with: /tmp/pear/temp/inotify/inotify.c:342:77: error: macro "add_assoc_string" passed 4 arguments, but takes just 3 add_assoc_string(event_ary, "name", (event->len > 0 ? event->name : ""), 1); ^ /tmp/pear/temp/inotify/inotify.c:342:3: error: ‘add_assoc_string’ undeclared (first use in this function) add_assoc_string(event_ary, "name", (event->len > 0 ? event->name : ""), 1); ^ /tmp/pear/temp/inotify/inotify.c:342:3: note: each undeclared identifier is reported only once for each function it appears in Makefile:193: recipe for target 'inotify.lo' failed make: *** [inotify.lo] Error 1 ERROR: `make' failed Attempting to load the module compiled with PHP 5.6.16 fails with error: <b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/inotify.so' - /usr/lib/php/modules/inotify.so: undefined symbol: zval_used_for_init in <b>Unknown</b> on line <b>0</b><br />