Re: Compilation?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Actually I want to compile my php 5 code --with-crack[=DIR] option. in order
to use the crack lib.    

>>> "Daniel Brown" <parasane@xxxxxxxxx> 4/23/2007 4:27 PM >>>
Or if you're wondering how to compile a .php file for viewing on the web
(or running from the command line), then don't worry about it.  PHP is meant
to be compiled at runtime.

    If you're looking to find out how to *obfuscate* your code (such as what
companies like WHM Autopilot and Modernbill do), then look into ionCube and
Zend Guard/Zend Optimizer.  This "compiles" the code so that it can't be
read or modified by the end-user, but will still run as a run-time script,
not a standalone application.

    So in any case, you still need a compiled PHP binary to run the code....
so if that is what you're asking about, refer to Tijnema's post.

On 4/23/07, Tijnema ! <tijnema@xxxxxxxxx> wrote:
>
> On 4/23/07, Davide Bernard <dbernard@xxxxxxx> wrote:
> > I am very new to PHP. Can anyone tell me how do I
> > compile my php 5 code?
> >
> First you should tell us which operating system you are using, is it
> windows or is it linux?
>
> If it's windows you'd be better off using the binary.
>
> If you're using linux,you might want to check out a binary release
> first, else compiling is also quite simple.
> Extract tarball.
> ./configure
> make
> make install
>
> that will do it :)
>
> Tijnema
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php 
>
>


-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux