0

I'm using the php built-in server (v 7.3.6).

Everything work perfectly. But when I add gd extension on the php.ini file (by removing the ";") nothing answer.

Commands like :

"php -S localhost:8000" and "php -v"

no longer answer.

Can I add extension on the built-in server ?

Thank you for your time !

MrCroft
  • 1
  • 2

1 Answers1

0

I found it, finally !

I had to uncomment the line : extension_dir = "ext" Now php can find the extension :)

Thx you !

MrCroft
  • 1
  • 2