faqts : Computers : Programming : Languages : PHP : General Information : About PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 4 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

Is there a way to pretokenise PHP scripts?

Jan 25th, 2000 18:08
Nathan Wallace, Richard Lynch


No.  The pretokenizing was a failed attempt at a performance gain, and
has not been maintained.

PHP4/Zend will allow you to purchase a compiler that will create
distributable binaries that offer the functionality most people want
when they ask for pretokenizing:  Code-hiding and performance.

Actually, I'm not sure you'll even have to pay anything for the
redistributable compiler:  Maybe only the optimizer.  See
http://www.zend.com to verify.