filepro() is apparently expecting the map file to be lowercase (at least on UNIX-like systems).
(PHP 4, PHP 5 < 5.2.0, PECL filepro SVN)
filepro — Lê e verifica o arquivo de mapa
$directory
) : boolEsta lê e verifica o arquivo de mapa, que guarda a quantidade de campos e informações.
Não é feita nenhuma trava, então você deve evitar modificar seu banco de dados filePro enquanto ele esta aberto no PHP.
Nota: Quando o safe-mode está ativo, o PHP verifica se os arquivo(s) ou diretórios que estão usados na operação tem o mesmo UID (proprietário) do script que está sendo executado.
directory
O diretório do mapa.
Retorna TRUE
em caso de sucesso ou FALSE
em caso de falha.
filepro() is apparently expecting the map file to be lowercase (at least on UNIX-like systems).
Two notes here:
1) PHP does not need a running copy of filepro to read the datafiles. Just provide it with a directory containing the map file, key file, and the data* file(s) for the table you want to read. Screen files, outfiles, and process files are not used.
2) This function seems to pass back the system error code in brackets [] along with the PHP warning. A list of error codes can be found in your filepro manual's appendix.