links for 2007-04-18

  • ELF statifier make one executable file with no run-time dependencies from a dynamically linked executable and all its libraries. This file can be copied and run on another machine with no need for all of the libraries.
  • Krumo is a debugging tool for PHP that is intended to replace print_r() and var_dump(), which display structured information about any PHP variable. It does the same job but presents the information beautified using CSS and DHTML.
    (tags: php debug)

Leave a Reply

Your email address will not be published. Required fields are marked *