Re: [PHP] Compile PHP with MySQL support

2011-10-13 Thread Sharl.Jimh.Tsin
在 2011-10-13四的 08:27 -0400,Nick Khamis写道: > Hello Everyone, > > I am trying to compile php from source using the following config: > > ./configure --prefix=/usr/local/php > --with-apxs2=/usr/local/apache/bin/apxs > --with-config-file-path=/usr/local/php > --with-mcrypt=/usr/local/bin/mcrypt --wit

Re: [PHP] Compile PHP with MySQLi (With MySQL on a remote server)

2011-10-13 Thread Nilesh Govindarajan
On 10/13/2011 06:57 PM, Nick Khamis wrote: > Hello Nilesh, > > Thank you so much for your response. I have been stuck on this for two > days. As mentioned earlier > we compiled PHP with the "--with-mysqli" directive however there is no > mysql/i.o to be found anywhere > on the system. And thus we

Re: [PHP] Compile PHP with MySQL support

2011-10-13 Thread Simon J Welsh
On 14/10/2011, at 1:27 AM, Nick Khamis wrote: > Hello Everyone, > > I am trying to compile php from source using the following config: > > ./configure --prefix=/usr/local/php > --with-apxs2=/usr/local/apache/bin/apxs > --with-config-file-path=/usr/local/php > --with-mcrypt=/usr/local/bin/mcrypt

Re: [PHP] Compile PHP with MySQLi (With MySQL on a remote server)

2011-10-13 Thread Nilesh Govindarajan
On 10/13/2011 05:59 PM, Nick Khamis wrote: > Hello Everyone, > > I am trying to compile php from source using the following config: > > ./configure --prefix=/usr/local/php > --with-apxs2=/usr/local/ > apache/bin/apxs > --with-config-file-path=/usr/local/php > --with-mcrypt=/usr/local/bin/mcrypt -

[PHP] Compile PHP with MySQLi (With MySQL on a remote server)

2011-10-13 Thread Nick Khamis
Hello Everyone, I am trying to compile php from source using the following config: ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/ apache/bin/apxs --with-config-file-path=/usr/local/php --with-mcrypt=/usr/local/bin/mcrypt --with-mysqli --with-gettext=./ext/gettext --with-pear --with-

[PHP] Compile PHP with MySQL support

2011-10-13 Thread Nick Khamis
Hello Everyone, I am trying to compile php from source using the following config: ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/php --with-mcrypt=/usr/local/bin/mcrypt --with-mysqli --with-gettext=./ext/gettext --with-pear --with-l

Re: [PHP] compile php 5.3.2 with php-fpm error,HELP ME

2010-04-18 Thread Sharl.Jimh.Tsin
all right,i submit it as a bug into the bugs.php.net Best regards, Sharl.Jimh.Tsin 2010/4/18 Daniel Egeberg : > On Sun, Apr 18, 2010 at 09:47, Sharl.Jimh.Tsin wrote: >> Hi,everyone >> >> i download the php source tarball from php.net. >> and check out lastest version of php-fpm from SVN. >> >>

Re: [PHP] compile php 5.3.2 with php-fpm error,HELP ME

2010-04-18 Thread Daniel Egeberg
On Sun, Apr 18, 2010 at 09:47, Sharl.Jimh.Tsin wrote: > Hi,everyone > > i download the php source tarball from php.net. > and check out lastest version of php-fpm from SVN. > > then,i run the > ./configure *snip* > > it seems to be ok,and run make command.it looks like NO error appears,too > > but

[PHP] compile php 5.3.2 with php-fpm error,HELP ME

2010-04-18 Thread Sharl.Jimh.Tsin
Hi,everyone i download the php source tarball from php.net. and check out lastest version of php-fpm from SVN. then,i run the ./configure --prefix=/usr/local/php --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --enable-embed=shared --enable-fpm --enable-safe-mode --e

RE: [PHP] Compile PHP question

2004-04-16 Thread Dave Carrera
. Yours truly Dave Carrera -Original Message- From: David A. Stevens [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:59 To: Dave Carrera Subject: Re: [PHP] Compile PHP question Please remove my address from any future correspondence about PHP. --- Incoming mail is certified Virus Free

Re: [PHP] Compile PHP question

2004-04-16 Thread Jason Wong
On Friday 16 April 2004 16:46, Red Wingate wrote: > Wrong one here: > > http://de2.php.net/manual/en/features.commandline.php > > [quote] > The CLI SAPI was released for the first time with PHP 4.2.0, but was still > experimental and had to be explicitly enabled with --enable-cli when > running ./c

Re: [PHP] Compile PHP question

2004-04-15 Thread Red Wingate
Wrong one here: http://de2.php.net/manual/en/features.commandline.php [quote] The CLI SAPI was released for the first time with PHP 4.2.0, but was still experimental and had to be explicitly enabled with --enable-cli when running ./configure. Since PHP 4.3.0 the CLI SAPI is no longer experiment

Re: [PHP] Compile PHP question

2004-04-15 Thread Jason Wong
On Thursday 15 April 2004 20:49, Enrico Weigelt wrote: > * Dave Carrera <[EMAIL PROTECTED]> [2004-04-15 11:14:45 +0100]: > > Hi List, > > > > How do I compile php without apache, with mysql (client is installed) as > > cli. > > ./configure --enable-cli --with-mysql I believe cgi is enabled by def

Re: [PHP] Compile PHP question

2004-04-15 Thread Enrico Weigelt
* Dave Carrera <[EMAIL PROTECTED]> [2004-04-15 11:14:45 +0100]: > Hi List, > > How do I compile php without apache, with mysql (client is installed) as > cli. ./configure --enable-cli --with-mysql btw: if you're planning automated builds, you'll be maybe interested in my buildfarm project ...

[PHP] Compile PHP question

2004-04-15 Thread Dave Carrera
Hi List, How do I compile php without apache, with mysql (client is installed) as cli. The reason I ask is that I would like to do some command line scripting using php as my preferred scripting language and I don’t have apache loaded on the server as this is going to be on a dedicated email serv

Re: [PHP] compile php

2004-01-12 Thread shawn_milochik
et To: [EMAIL PROTECTED] cc: 01/12/2004 01:56 Subject: [PHP] compile php

[PHP] compile php

2004-01-12 Thread Logan McKinley
i have a script that checks an email account and records information into a database and want to call it when ever an email hits that account. My ISP uses merak mail server and i see it has an excutables section, so i was hoping to fire my php page whenever an email goes to the account. the probl

[PHP] Compile php

2003-06-27 Thread J.F.Kishor
Hi all, I have a doubt, is there a way to compile php as a class file, so that it would be more secured. And I should be able to be invoked by a HTML client interface. Thanks in adv - JFK kishor Nilgiri Networks

[PHP] compile PHP --with-imap, on OS X: progress, but...

2002-08-09 Thread Michael Geary
Hi folks, I am desperately trying to get PHP (4.2.2) --with-imap running on OS X, so I can run the IMP web-mail client. I already have IMAP installed, and have downloaded and compiled the U-W c-client. I have also followed the directions on the PHP.NET website under IMAP. Here is my PHP confi

[PHP] compile PHP without threads

2002-03-21 Thread LF
hi ALL, could please anybody tell me what argument i should use for compiling, that PHP4 runs without threads (pthreads)?? i need to recompile php because i receive the error from httpd. dl-close.c:123 ...assertion failed.. thanks for any help lothar -- PHP General Mailing List (http://www.ph

[PHP] Re:Re:Re:[PHP] compile php with GD2

2002-03-03 Thread Hendrik
hm, well i allready tried it, but it didnt work, so i chose to add it as a module. ...but the problem is, that i cannot "make" php. I allways get this error: php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static gd.c:92: conflicting types for `gdIOCtx' /usr/include

Re: Re: [PHP] compile php with GD2

2002-03-02 Thread David Robley
In article <001001c1c15f$22473370$0100a8c0@red5>, php-general@ring- wraith.com says... > hi again, > > well sorry about that, it worked when i changed it to: > > ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl >--with-swf=/usr/local/flash --enable-ftp --with-gd=/usr -

Re: Re: [PHP] compile php with GD2

2002-03-01 Thread Hendrik
hi again, well sorry about that, it worked when i changed it to: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=/usr --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-imap --with-ming=/

Re: [PHP] compile php with GD2

2002-03-01 Thread Rasmus Lerdorf
You never put "lib" in a PHP configure flag. Read the INSTALL file carefully, please. It should just be --with-gd=/usr since it also needs to find the gd header files which are nowhere under /usr/lib On Fri, 1 Mar 2002, Hendrik wrote: > hi there, > > i tried to compile php with GD2 support and

[PHP] compile php with GD2

2002-03-01 Thread Hendrik
hi there, i tried to compile php with GD2 support and the following configure line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=/usr/lib --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --w

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Yasuo Ohgaki
I found interesting link http://www.deskcode.com/phpcompiler/ PHPCompiler v0.0.2 Beta PHPCompiler is an Overlay Manager i.e. A program that converts your PHP Scripts to Windows EXEcutable files that can be ran on any windows platform which has the necessary runtime DLL's. PHPCompiler works on th

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 10:42, you wrote: > can't spend that much money for a piece of software; yet, i don't want > to distribute source that could be copied and distributed (well, > sometimes that's good ;-), but not if this is a system i've been > contracted to design ) Little question: If you

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 11:24, you wrote: > Now the client want's a preview, but he want this preview on his > server. > > The entire solution costs 450 dollars. This price probably is too lower > for some of you but I dont' live in US, I live in Romania. > (PS: That's why Jack, I can't afford to

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 11:10, you wrote: > Search what ? > I need to know if there is any way to encode the code... that's it... > otherwise you have to agree with me that PHP can't be used for > comercial solutions. I do use it for commercial solutions. No problem. And I consider it part of my

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
enter into a legal contract. if he breaks it, sue him. marian, i do understand your issues. I have the same type of problem (or soon will), but until a free encoder is released, we have to make do with what we can...and why does it have to be on his server?if you feel that the person would try an

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
For all who asked why I need this kind of protection: I have a client who wants an web site with registration and everything included, poll, message board, forum etc. The registration system I builded myself. Now the client want's a preview, but he want this preview on his server. The entire s

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Pavel Kalian
Zend Compiler got renamed to Zend Encoder. Pavel - Original Message - From: "Marian Vasile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 11:19 AM Subject: Re: [PHP] Compile .php file is possible ? > I've seen many peop

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I've seen many people talking about Zend compiler... Where is that Zend compiler ? "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need a method to compile my php files to give them to a customer. > > The main problem is

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" <[EMAIL PROTECTED]> writes: > Search what ? > I need to know if there is any way to encode the code... that's it... Run it on a webserver, don't give out access to the code. If you don't want people to see your code, then don't give it away. Start programming in C++ or build Apa

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
yes there is. the encoder. that's it. and no, i don't have to agree with you, there are plenty of people on this list alone who have used php for "commercial" applications...and if you're doing something that big and commercial the you should be able to pay the $2400 for the encoder... -jack Mar

RE: [PHP] Compile .php file is possible ?

2001-03-30 Thread Dominick Vansevenant
le Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Compile .php file is possible ? "Marian Vasile" <[EMAIL PROTECTED]> writes: > I can't believe that no one thought on something to compile all those > scripts out there... > I really can't give a solution based on plain

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" <[EMAIL PROTECTED]> writes: > I can't believe that no one thought on something to compile all those > scripts out there... > I really can't give a solution based on plain text scripts and in this way > php can't be for any use really... Maybe I am totally missing something here,

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
Search what ? I need to know if there is any way to encode the code... that's it... otherwise you have to agree with me that PHP can't be used for comercial solutions. (probably just when it's total trust between partners which is not a very common thing) Right ? Jack Dempsey <[EMAIL PROTECTED]>

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread rui
i found a way, it's not the best secure thing, and best code obfuscator at all, but it will keep mosta part of the curious nose out of your code, use APC cache, it creates cache files encoded you can then use the encoded files, but you as always need to use they're static object loaded to read th

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
ok, what exactly do you mean by "php can't be for any use really" better watch that kind of comment on this list ;-) can you not give a solution that's in plain text files because you're worried about people looking at the code, or something like running time, etc... if it's a code issue, the

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" <[EMAIL PROTECTED]> writes: > I heard about something called php-gtk... > Is that a php compiler ? >From the Freshmeat project page: PHP-GTK is a PHP extension that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions an

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I can't believe that no one thought on something to compile all those scripts out there... I really can't give a solution based on plain text scripts and in this way php can't be for any use really... Anyone have Zend Encoder Unlimited ? Is there any buyer for this Encoder ? "Marian Vasile" <[EM

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
no...gtk=gimp tool kit...(think graphics =P) http://gtk.php-coder.net/ check out that page...Joe Stump threw it together nicely; it has tons of useful info and links if you're so inclined, but no, nothing to do with compiling php... -jack Marian Vasile wrote: > > I heard about something called

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I heard about something called php-gtk... Is that a php compiler ? Also I heard that is free because is open source project... Jack Dempsey <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > as a follow up: there was an e-mail recently from someone discussing > th

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
as a follow up: there was an e-mail recently from someone discussing this topic...i believe he wanted to write his own compiler/encoder for php...anyone heard anything about this? i agree about the price...i can't spend that much money for a piece of software; yet, i don't want to distribute sourc

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
They have PHP support but I don't think they will want to install any other software... There is no other solution... ? There is no other free encoder on the market ? "Marian Vasile" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... > I need

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread elias
Hmm, I believe if were he host there is no PHP support, you can't work it out. unless: http://www.zend.com/zend/products.php#encoder use the encoder, then try to run throught the Zend Optimizer... ""Marian Vasile"" <[EMAIL PROTECTED]> wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5f

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
you can use the zend encoder (www.zend.com) but it costs over $2000, so this may not be viable...but, for right now, i believe that's the only way to compile php code... -jack Marian Vasile wrote: > > I need a method to compile my php files to give them to a customer. > > The main problem is t

[PHP] Compile .php file is possible ?

2001-03-29 Thread Marian Vasile
I need a method to compile my php files to give them to a customer. The main problem is that this customer have an account on a shared hosting service and (I think) he can't install a compiler or something new on that server. Is it possible to encrypt my files ? Plz HELP ASAP Yours, Marian