Sto provando ad usare bCompiler con Windows.
La compilazione fila liscia.
Quando richiamo il compilato con questo codice:
$fp = fopen("prove.phpB","r");
bcompiler_read ($fp) ;
fclose($fp);
prova();
il browser mi torna l'errore: "La connessione è stata annullata"
Come posso risolvere?
Inoltre ho letto, da qualche parte, che mentre una volta bCompiler funzionava solo con classi e funzioni ora funziona con qualunque tipo di script. E' Vero?
il log degli errori di Apache 2.20.10.
[Tue Dec 09 09:48:05 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Dec 09 09:48:05 2008] [notice] Apache/2.2.9 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Tue Dec 09 09:48:05 2008] [notice] Server built: Jun 12 2008 20:46:28
[Tue Dec 09 09:48:05 2008] [notice] Parent: Created child process 620
[Tue Dec 09 09:48:06 2008] [notice] Child 620: Child process is running
[Tue Dec 09 09:48:06 2008] [notice] Child 620: Acquired the start mutex.
[Tue Dec 09 09:48:06 2008] [notice] Child 620: Starting 64 worker threads.
[Tue Dec 09 09:48:06 2008] [notice] Child 620: Starting thread to listen on port 80.
[Tue Dec 09 09:48:07 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Dec 09 09:48:07 2008] [notice] Apache/2.2.9 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Tue Dec 09 09:48:07 2008] [notice] Server built: Jun 12 2008 20:46:28
[Tue Dec 09 09:48:07 2008] [notice] Parent: Created child process 408
[Tue Dec 09 09:48:08 2008] [notice] Child 408: Child process is running
[Tue Dec 09 09:48:08 2008] [notice] Child 408: Acquired the start mutex.
[Tue Dec 09 09:48:08 2008] [notice] Child 408: Starting 64 worker threads.
[Tue Dec 09 09:48:08 2008] [notice] Child 408: Starting thread to listen on port 80.