[PHP] Compiled PHP ?

2003-03-17 Thread Niks
Dear All,

I am in Application Developlment in PHP and currently developing a project in PHP. I 
need to know if there is a way that i do not need to give source code for the product 
i develope i.e. is there any way to compile php ? I am using apache 2 on Red Hat 7.2 
boxes.

Thanks and Regards,
Nik 


Re: [PHP] Compiled PHP ?

2003-03-17 Thread Marek Kilimajer
There are comertial solutions, check out http://www.zend.com

Niks wrote:

Dear All,

I am in Application Developlment in PHP and currently developing a project in PHP. I need to know if there is a way that i do not need to give source code for the product i develope i.e. is there any way to compile php ? I am using apache 2 on Red Hat 7.2 boxes.

Thanks and Regards,
Nik 

 



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


Re: [PHP] Compiled PHP ?

2003-03-17 Thread Nikunj Virani
Are there non-commercial once around ? Has any one used Zend Safe Guard
before ? How effective is this ?

Thanks in advance!
Nik
- Original Message -
From: Marek Kilimajer [EMAIL PROTECTED]
To: Niks [EMAIL PROTECTED]
Cc: php [EMAIL PROTECTED]
Sent: Monday, March 17, 2003 5:22 PM
Subject: Re: [PHP] Compiled PHP ?


 There are comertial solutions, check out http://www.zend.com

 Niks wrote:

 Dear All,
 
 I am in Application Developlment in PHP and currently developing a
project in PHP. I need to know if there is a way that i do not need to give
source code for the product i develope i.e. is there any way to compile php
? I am using apache 2 on Red Hat 7.2 boxes.
 
 Thanks and Regards,
 Nik
 
 
 






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



[PHP] Compiled php again but running still old php version

2002-02-26 Thread Andy

Hi there,

I did build  php4.1.1 on RH7.2 with a different configuration command.

After restarting the server, the phpinfo shows still the same version and
the old configure command.

Do I have to point to the new installation? This suprises me, because
everything went ok during compile.

Thanx for any help

Andy



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




Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Martín Marqués

On Mar 26 Feb 2002 09:46, you wrote:
 Hi there,

 I did build  php4.1.1 on RH7.2 with a different configuration command.

 After restarting the server, the phpinfo shows still the same version and
 the old configure command.

 Do I have to point to the new installation? This suprises me, because
 everything went ok during compile.

locate mod_php

or, if updatedb hasn't been runned yet

find /usr -name mod_php* -print

Check the output of those commands to see where the old php module is, and 
where the new one was installed. Then, just copy the new one over the old one.

Saludos... :-0

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

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




Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Joffrey van Wageningen

  I did build  php4.1.1 on RH7.2 with a different configuration command.
 
  After restarting the server, the phpinfo shows still the same version
and
  the old configure command.
 
  Do I have to point to the new installation? This suprises me, because
  everything went ok during compile.

 locate mod_php
 or, if updatedb hasn't been runned yet
 find /usr -name mod_php* -print

please note: if you run php compiled into apache you should recompile apache
after a make install in the php dir... run a make and a make install in your
apache sourcetree and restart apache using apachectl

with kind regards,
Joffrey van Wageningen

--
.-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]--
| Networking Event 2000 - www.ne2000.nl - IRCnet:#ne2000, Undernet:#clue
| PGP:1024D/C6BA5863 - 3B93 52D3 CB91 9CB7 C50D FA79 865F 628A C6BA 5863
| * We demand guaranteed rigidly defined areas of doubt and uncertainty.
|   -- Douglas Adams


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




[PHP] Compiled PHP

2002-01-11 Thread charlesk

Are there any php compilers available for win32?  
Can they compile to byte code that the processor like C uses, instead of an 
interpreter?

Charles Killmer
IIS 5.0, Windows 2000 Server, PHP 4.1.0

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Compiled PHP

2002-01-11 Thread Andrey Hristov

Several months ago there were notes on few websites about phpcompiler.
AFAIK it is not so good but it is something.
Last week a man on php-dev said that he starts working on new php compiler but with 
different approach - to connect in one thing -
php4ts.dll, php.exe, and the source code untouched(no compiling on it).
It is interesting if one can make compiler for php to Java bytecode. I saw that there 
is a such compiler for Ada.


Regards,
Andrey Hristov

- Original Message -
From: charlesk  [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 11, 2002 5:57 PM
Subject: [PHP] Compiled PHP


 Are there any php compilers available for win32?
 Can they compile to byte code that the processor like C uses, instead of an 
interpreter?

 Charles Killmer
 IIS 5.0, Windows 2000 Server, PHP 4.1.0

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Compiled PHP

2002-01-11 Thread Henning Sprang

Andrey Hristov wrote:

  Several months ago there were notes on few websites about phpcompiler.
  AFAIK it is not so good but it is something.
  Last week a man on php-dev said that he starts working on new php 
compiler but with different approach - to connect in one thing -
  php4ts.dll, php.exe, and the source code untouched(no compiling on it).
  It is interesting if one can make compiler for php to Java bytecode. 
I saw that there is a such compiler for Ada.


But, as i understood the question, he ist looking for something that
generates code which makes the php interpreter obsolete.

I think something like this doesn't exist. There are several ways to
generate bytecode, but this is still to be run with a special interpreter.

There are several approaches, whereof some have the goal to make
execution of code quicker and some others have the goal to give you
possibility to distribute your software without giving away the code in
readable form. I think there is an encoder from zend, too, to be found
at www.zend.com


my 2 cents

henning






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Compiled PHP

2002-01-11 Thread Andrey Hristov

I think that he uses bytecode wrongly.
C is not generating a bytecode but asm instead, then translated to machine code.
Bytecode is another thing. Java is bytecoded. 
IMO that the question is : Is there any tool which generates machine code as the C 
compiler does? 
AFAIK the encoder first optimizes somehow the code and then encode it to make a 
bruteforce attack harder to do.
 
Regards,
Andrey Hristov
- Original Message - 
From: Henning Sprang [EMAIL PROTECTED]
To: Andrey Hristov [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, January 11, 2002 6:31 PM
Subject: Re: [PHP] Compiled PHP


 Andrey Hristov wrote:
 
   Several months ago there were notes on few websites about phpcompiler.
   AFAIK it is not so good but it is something.
   Last week a man on php-dev said that he starts working on new php 
 compiler but with different approach - to connect in one thing -
   php4ts.dll, php.exe, and the source code untouched(no compiling on it).
   It is interesting if one can make compiler for php to Java bytecode. 
 I saw that there is a such compiler for Ada.
 
 
 But, as i understood the question, he ist looking for something that
 generates code which makes the php interpreter obsolete.
 
 I think something like this doesn't exist. There are several ways to
 generate bytecode, but this is still to be run with a special interpreter.
 
 There are several approaches, whereof some have the goal to make
 execution of code quicker and some others have the goal to give you
 possibility to distribute your software without giving away the code in
 readable form. I think there is an encoder from zend, too, to be found
 at www.zend.com
 
 
 my 2 cents
 
 henning
 
 
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]