php-general Digest 29 Dec 2011 07:33:06 -0000 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-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
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 '";';
echo 'for($i=0;$i<'.$n.'; $i++)';
echo '{$h = base64_decode($h);}';
echo 'echo $h;';


--- End Message ---
--- Begin Message ---
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

--- End Message ---

Reply via email to