|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-09 14:52 UTC] mickael dot bailly at free dot fr
[2005-01-12 19:21 UTC] adam dot hooker at pni dot com
[2005-03-06 22:10 UTC] sniper@php.net
[2005-03-14 01:00 UTC] php-bugs at lists dot php dot net
[2005-10-12 20:26 UTC] fusero at gmail dot com
[2006-07-24 15:14 UTC] kennyt@php.net
[2006-07-27 02:15 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 12:00:01 2025 UTC |
Description: ------------ I've tried a number of different arguments to fam_monitor_collection(), but they all result in the same error. PHP doesn't raise an error, but FAM does: fam[2252]: client 7 said unknown request 'F' ('\106'). My setup: PHP 5.0.0RC3 fam, fam-devel and fam-server 2.6.10-36 apache 2.0.48-128 php.ini changes: short_open_tag = Off default_charset = "utf-8" session.serialize_handler = php_binary mbstring.language = neutral mbstring.internal_encoding = UTF-8 mbstring.http_input = UTF-8 mbstring.http_ouput = UTF-8 mbstring.func_overload = 7 Reproduce code: --------------- <?php $fam_h = fam_open(); fam_monitor = fam_monitor_collection($fam_h, '/srv/www/htdocs/', 2, '*'); ?> Expected result: ---------------- FAM to start monitoring given directory. Actual result: -------------- fam_pending returns TRUE all the time and fam_next_event returns NULL.