System commands vs. native PHP-functions, Part II. (xoda-0.4.3)
XODA-0.4.1 was released after rewriting some system functions using native PHP-code. Benchmarking some native PHP-functions against their system counterparts showed that the native ones work faster. This gave me the motivation to do the (at least partial) switch.
Now I was thinking about going on and rewriting the xd_search function and getting rid of the execs there. Before doing that, I decided to do another benchmark of several native PHP-approaches for recursive directory listing (found mostly on php.net/scandir) against the Linux/UNIX `find`. The results were interesting.
Continue reading
Using Lightbox2 with XODA
XODA Logo
Installation
Installing XODA is easy. Unpack the file xoda-*tar.bz2 (`tar -jxvf xoda-*tar.bz2`) wherever you want. Open "config.php" with you favorite text editor and set the defined constants in the beginning of the file to suit your needs. Important is to set the constant "ROOT_DIR". This is the directory, where your files are. It is recommended that this directory is set to a subdirectory of the path where "index.php" is hosted.
Login
Username: admin (if you didn't change it in 'config.php')
Password: xoda
You should change your password at this point from "Settings -> Password".
Continue reading
License and Credits
XODA license: BSD.
XODA uses the following great code:
Continue reading
