If uncompressed size matters to you then you could use a tool named UPX (http://en.wikipedia.org/wiki/UPX , http://upx.sourceforge.net/). It can reduce size of dll files by about 60%. After running upx on libcef.dll, icudt.dll and php5.dll I have reduced the size from 55 MB uncompressed to 22 MB uncompressed (uncompressed in the sense that all files reside freely on hard drive and not inside an archive file).
I need to share that exe with other windows system.
I shared with other pc but it display some error while to connecting with mysql database.
In local host it is working good with wamp server.
And this the error it show in network computer
Warning: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it. in \\192.168.1.123\DOWNLOAD2014\phpdesktop-msie-1.13-php-5.4.24\phpdesktop-msie-1.13-php-5.4.24\www\include\dbconnection.my.mysqli.php on line 9
Fatal error: No connection could be made because the target machine actively refused it. in \\192.168.1.123\DOWNLOAD2014\phpdesktop-msie-1.13-php-5.4.24\phpdesktop-msie-1.13-php-5.4.24\www\include\dbconnection.my.mysqli.php on line 12
I have configured the apache and mysql for lan seeting.
Please help me to solve the problem.