Bcompiler, When I try execulte a compiled code, apache's break



I follow the steps:
1 - I go at php.ini in apache/bin and I erase `;` at
extension=php_bcompiler.dll
2 - I write in a arquive:

<?php
$arq = fopen("codigo_compilado.phb", "w");
bcompiler_write_header($arq);
bcompiler_write_file($arq, " codigo-fonte.php");
bcompiler_write_footer($arq);
fclose($arq); //Fecha o arquivo
?>
3 - I write another arquive:
<?php
include("codigo_compilado.phb");
?>

codigo_compilado.phb exists, bcompiler is working, but , it's working
wrong, because when i try execulte this file, happen apache's break.


Help-me please.

Greatings, and Sorry by my poor english :/
this codigo_compilado.php is just <?php phpinfo() ?>, it works
perfectly in text-plain/php

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
♪♫ Thalles Robson ♪♫

"Erra, por certo, gravemente, aquele que hesita em perdoar; Erra,
entretanto, muito mais ainda aos olhos de Deus, aquele que condena sem
hesitar". (Malba Tahan)
.