|
| ||||||||||
| Tags: bytecode, compiler, php, programming language, source code |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| What is the PHP bytecode Compiler?
After completing some basic part of coding in PHP programming language, I have now turned to the compiler part of PHP. Since, I am new to this topic I don't have enough knowledge about it. So thought to ask the query to you guys, since you explain anything very neatly.!! Please tell me what is the PHP bytecode Compiler? Since I am new please provide me the detailed information.!! ![]()
__________________ "Every man is guilty of all the good he did not do". - Voltaire |
|
#2
| ||||
| ||||
| Re: What is the PHP bytecode Compiler?
PHP bytecode Compiler is also known as Bcompiler. Bcompiler has been written for various reasons, some of them are as follows :
__________________ Signatures reduce available bandwidth |
|
#3
| ||||
| ||||
| Re: What is the PHP bytecode Compiler?
There are many scenarios where it is better to use the BCompiler. The first reason is possible using the functions bcompiler_write_header (), bcompiler_write_file () and bcompiler_write_footer (). Bytecode files can be compressed or not messages. To use the generated bytecode, you can simply include it with instructions to include or require. The second possible reason is using the functions bcompiler_write_header (), bcompiler_write_class (), bcompiler_write_footer (), bcompiler_read (), and bcompiler_load (). Bytecode files can be compressed or not written. The function bcompiler_load () reads the compressed bytecode , which represents one third the size of the original file. |
|
#4
| ||||
| ||||
| Re: What is the PHP bytecode Compiler?
To create EXE type files, bcompiler must be used with a modified sapi file or a version of PHP has been compiled as a shared library. In this case, bcompiler reads the compressed bytecode from the end of the EXE. Bcompiler can improve performance by about 30% when using uncompressed bytecodes only. But keep in mind that uncompressed bytecode can be a size 5 times larger than the original source code. Using compressed bytecode take less space, but the relief requires more time to analyze the source code. Also, does Bcompiler any bytecode optimization.From a viewpoint of protection of code, we can say that it is absolutely impossible to recreate the exact source code, such as origin, and without the original comments. However, it is possible to recover data from a file bytecode Bcompiler - thus include not only your personal passwords.
__________________ I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame. |
|
#5
| ||||
| ||||
| Re: What is the PHP bytecode Compiler?
The following are functions of the bcompiler, along with the short description :
__________________ 3.2 (northwood) 2gig ramATI AIW X800xt 256mb Gigabyte GA-8knxp 875p Chipset Optiwrite 8X DVD Burner Win XP PRO Sp2 (Works Perfectly) 2 SATA Raptor 74gig Raid 0 2 7200 IDE 320gig HD |
|
#6
| ||||
| ||||
| Re: What is the PHP bytecode Compiler?
I am providing you with some more functions of the bcompiler, that can be useful for you while doing the coding :
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is the PHP bytecode Compiler?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which is the best C++ Compiler | Ambak | Polls & Voting | 7 | 20-01-2012 10:39 AM |
| disabling verify-bytecode can give more ram and speed up the lg revolution phone? | Shinu | Portable Devices | 5 | 04-01-2012 07:54 AM |
| C++ compiler for Windows 7 | Shahaka | Windows Software | 5 | 18-09-2010 10:39 PM |
| Best C Compiler | kyosang | Software Development | 3 | 30-12-2009 08:18 AM |
| Compiler for PHP | Farley | Software Development | 3 | 13-03-2009 07:31 PM |