Forum Moderators: coopster

Message Too Old, No Replies

eAccelerator encoded files

         

asantos

5:59 pm on Jun 19, 2006 (gmt 0)

10+ Year Member



Hi.
Is it possible to work with this kind of scheme?

(A) File encoded with eAccelerator
(B) Unencoded file

With that preliminary info, I have two questions:
1. File (B) gets included inside (A). Will it work?
2. File (A) gets included inside (B). Will it work?

Thanks,
Andres

asantos

12:31 am on Jun 20, 2006 (gmt 0)

10+ Year Member



anyone?

eelixduppy

12:46 am on Jun 20, 2006 (gmt 0)



My initial guess would be no, neither situation would work. The best way to find out, considering I haven't used eAccelerator before, is to test it out with a quick example.

a.php (encoded of course)


include("b.php");
echo $test;

b.php


$test = "Fishsticks";

asantos

2:52 am on Jun 20, 2006 (gmt 0)

10+ Year Member



Thanks for the reply.
BTW, Is there a better way to encode php source? (no-cost alternatives only)

Thanks again.