Compilation et bamcompile
Bonjour,
j'utilise bamcompile pour compiler mes programme php le problème étant que j'essaye d'utiliser la librairie mcrypt.
Voici l'erreur :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| array
0 => string '' (length=0)
1 => string 'Bambalam PHP EXE Compiler/Embedder 1.21' (length=39)
2 => string '' (length=0)
3 => string 'Mainfile: c:\wamp\www\php_file.php' (length=32)
4 => string 'Outfile: c:\wamp\www\php_file.exe' (length=31)
5 => string '' (length=0)
6 => string 'Encoding and embedding c:\wamp\www\php_file.php' (length=45)
7 => string 'Extension php_mcrypt.dll not found' (length=34)
8 => string 'Extension libmcrypt.dll not found' (length=33)
9 => string 'Extension php_mhash.dll not found' (length=33)
10 => string '' (length=0)
11 => string 'Warning: res_set: error updating module: Paramètre incorrect.' (length=61)
12 => string ' in bamcompile.php on line 1' (length=28)
13 => string '' (length=0)
14 => string 'c:\wamp\www\php_file.exe created successfully!' (length=44)
15 => string '' (length=0)
16 => string 'Fatal error: Call to undefined function: mcrypt_encrypt() in c:\wamp\www\biatch.php on line 5' (length=94) |
Merci d'avance.