Ajouter une extension php, php_av
Bonjour,
Je souhaite installer une nouvelle extension sur mon WAMP. L'extension php_av qui permet d'utiliser ffmpeg https://github.com/chung-leong/av/wiki.
Ce que j'ai fais:
=>J'ai donc installé la librairie ffmpeg shared
=>ajouté mes deux librairie av et qb
=>activer les extension av, qb et gd2
Quand je redémarre mon wamp, je regarde mes logs et je vois ceci:
Code:
1 2 3 4 5 6 7 8 9
| PHP Warning: PHP Startup: in Unknown on line 0
PHP Warning: PHP Startup: in Unknown on line 0
[Tue Jul 29 11:18:41.552821 2014] [mpm_winnt:notice] [pid 6452:tid 428] AH00455: Apache/2.4.4 (Win64) PHP/5.4.12 configured -- resuming normal operations
[Tue Jul 29 11:18:41.552821 2014] [mpm_winnt:notice] [pid 6452:tid 428] AH00456: Server built: Feb 22 2013 22:08:37
[Tue Jul 29 11:18:41.552821 2014] [core:notice] [pid 6452:tid 428] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.4\\bin\\httpd.exe -d C:/wamp/bin/apache/Apache2.4.4'
[Tue Jul 29 11:18:41.552821 2014] [mpm_winnt:notice] [pid 6452:tid 428] AH00418: Parent: Created child process 6604
PHP Warning: PHP Startup: in Unknown on line 0
PHP Warning: PHP Startup: in Unknown on line 0
[Tue Jul 29 11:18:41.842821 2014] [mpm_winnt:notice] [pid 6604:tid 304] AH00354: Child: Starting 150 worker threads. |
Je ne connais pas la signification de mon warning, j'ai vu que ça pouvais être en rapport avec la variable extension_dir mais elle me semble normal.
Enfin quand j'essaye d'utiliser une des fonction de l'extension php_av, j'ai une erreur qui me dis que la fonction n’existe pas.
Quelqu'un saurait-il comment installer cette libraire?