ping - How do I set up xPaw's PHP Minecraft Query

07
2014-04
  • AFatTick

    I am a very basic beginner at coding. I am trying to set up xPaw's PHP Minecraft Query to ping my server, but I do not know what components I need to make it work! Can someone compile all of the necessary parts of: https://github.com/xPaw/PHP-Minecraft-Query and give it to me? I really need help, thanks!

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    linux - How to change the configure command for PHP
  • ACobbs

    I need to enable Freetype for PHP's GD, and I'm getting absolutely nowhere trying to figure out how. According to this article I need to change the configuration command, but I have no clue where to find this file! I've been searching for hours and I'm really not getting anywhere, if anyone could help (or even set me on the right path to help myself) it'd be much appreciated. Thanks!

    Our server is using CentOS release 5.8.


  • Related Answers
  • user49740

    The "configuration command", ./configure, is run when compiling PHP. To change configure flags you have to download the PHP source then recompile it with the flags you need

    How did you install PHP (from source or with a package manager?). If via a package manager, you should check phpinfo() for Freetype support since packagers usually enable most configure flags. You can also check your package manager for other PHP packages since one of them can have this flag enabled