php-general Digest 28 Dec 2011 18:37:29 -0000 Issue 7626

2011-12-28 Thread php-general-digest-help
php-general Digest 28 Dec 2011 18:37:29 - Issue 7626 Topics (messages 316112 through 316119): Need Part-time Coder 316112 by: John R. Cornell II 316113 by: Ashley Sheridan 316114 by: Fatih P. 316115 by: HallMarc Websites 316116 by: Paul Halliday

php-general Digest 29 Dec 2011 07:33:06 -0000 Issue 7627

2011-12-28 Thread php-general-digest-help
php-general Digest 29 Dec 2011 07:33:06 - Issue 7627 Topics (messages 316120 through 316121): Re: Need Part-time Coder 316120 by: Kevin Kinsey EasyPHP (Wamp Server) 5.4.0 RC4 with PHP 5.4.0 RC4 released 316121 by: EasyPHP Administrivia: To subscribe to the digest, e-mail:

[PHP] Re: Need Part-time Coder

2011-12-28 Thread Jonesy
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

2011-12-28 Thread Kevin Kinsey
You'll want your PHP code to be proprietary and encoded, of course. Run this script, save the output, and then run *that*. ?php $helloworld = 'Hello World'; $n = 30; for($i=0; $i$n; $i++) {$helloworld = base64_encode($helloworld); } echo '?php\n$h='; echo chunk_split($helloworld); echo ';';

[PHP] EasyPHP (Wamp Server) 5.4.0 RC4 with PHP 5.4.0 RC4 released

2011-12-28 Thread EasyPHP
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...).

[PHP] Onion PEAR Packager 0.0.11 Released

2011-12-28 Thread Lin Yo-An
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