Other Source

The following are source files that can be built or utilized during your development process to aide in verifying your code. These are not intended to replace any system but to supplement them instead, for example, the fake_sendmail.cpp was born out of a need to write e-mails being sent via the PHP mail function on a development server to verify the mail is being "sent" correctly without actually sending any e-mails. While our license is a permissive free license, it should be noted that these files need not contain the Zeriph copyright if you wish to redistribute them or modify them for your needs.

Source

fake_sendmail.cpp - Write e-mails being sent in a development environment to a log file instead of being sent over the wire. Useful for applications that utilize a mailer in which you need to verify the emails being sent without actually sending.

err2str.c - Small source to print any system error codes as string values (instead of their numeric representation).


Scripts

php_check.sh - A shell script that checks for syntax errors in PHP files across directories.