Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-30-2007, 01:01 PM   PM User | #1
frozenade
New Coder

 
Join Date: Jun 2007
Posts: 42
Thanks: 11
Thanked 0 Times in 0 Posts
frozenade is an unknown quantity at this point
Create .BIN with Zend?

I found this file which contains 2 files, PHP and BIN.
On execute, PHP file will check BIN existence. If it exists, the PHP file will process 'things' inside BIN file.

I checked the inside of BIN file. It contains 'Zend' at first string.

- Is BIN file created with Zend? (Zend Optimizer or Zend Encoder?)
- If yes, how to create BIN file? And how to process the BIN file?

Thank you much for helping me...

best regards.
Attached Files
File Type: zip checksettings.zip (13.9 KB, 81 views)
frozenade is offline   Reply With Quote
Old 10-31-2007, 04:06 AM   PM User | #2
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,890
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
.bin file extension is not relevant, as you guessed the file is php byte-code generated by zend encoder or another encoder that is compatible with the zend optimizer which can read php byte-code.

just include()ing the bin file will run the contents.
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:27 PM.


Advertisement
Log in to turn off these ads.