[PHP] Re: Need Part-time Coder
On Tue, 27 Dec 2011 17:29:27 -0500, John R. Cornell II wrote: > > Email PHP sample for consideration Thanks for (perhaps) the last LMAOROFL Posting of 2011! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Need Part-time Coder
You'll want your PHP code to be proprietary and encoded, of course. Run this script, save the output, and then run *that*. http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] EasyPHP (Wamp Server) 5.4.0 RC4 with PHP 5.4.0 RC4 released
Hi For those who want to help the PHP team to identify bugs. EasyPHP (Wamp Server) 5.4.0 RC4 is out and includes PHP 5.4.0 RC4 VC9, Apache 2.2.19 VC9, MySQL 5.5.19, PhpMyAdmin 3.4.9 and development tools (PHP configuration manager, Apache configuration manager, add/delete aliases, modules...). New : - Virtual Hosts manager : add/delete/activate/desactivate virtual hosts Enjoy! Website : http://www.easyphp.org Screenshots : http://www.easyphp.org/screenshots.php Facebook page : http://www.facebook.com/easywamp Twitter : http://www.twitter.com/easyphp Google+ : https://plus.google.com/109064253798905195298 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Onion PEAR Packager 0.0.11 Released
Hi folks, Onion 0.0.11 has been released, a bundle feature is included. You can use Onion to build your PEAR package very very easily through a package.ini meta config file. Through that, you can also install the PEAR package dependencies into local directory So the package can be bundled easily, and can be compiled into a phar file (through onion "compile" command") with a built-in PSR-0 classloader. Blog post: http://c9s.blogspot.com/2011/12/announcing-onion-bundle-feature.html Onion is hosted on GitHub http://github.com/c9s/Onion You can download a standalone onion executable here: curl https://github.com/c9s/Onion/raw/master/onion.phar > ~/bin/onion.phar Run onion.phar to see the available commands: $ php onion.phar -- Best Regards, Yo-An Lin (c9s)