PHP 5.4.7 Compiling ext php_printer

后端 未结 3 1995
太阳男子
太阳男子 2020-12-30 19:10

My Knowledge base is, I can get around in php. I never worked with C, C++, C# or any compilers.

I Upgraded from XAMPP 1.7.3, which used php 5.3, to 1.8.1 which inclu

3条回答
  •  心在旅途
    2020-12-30 19:57

    If you can use xampp 1.6.8 version it will fix these issues. it has php 5.2.6 and also php_printer.dll file has saved in ext folder in php folder. so you will only have to un-comment the line extension=php_printer.dll in php.ini file which noticed in the path under "Loaded Configuration File" section on php info page. you can find that version of xamppfrom oldapps.com

提交回复
热议问题