Hi,
You should definitely not use PHP5.2 anymore.
Regards,
Sebastian
2012/12/12 Alexander Diedler
> Hello,
> I try to get APC working for a compiled PHP 5.2.17.
> On this Ubuntu, we have an PHP 5.3 installed with APT-GET and a PHP 5.2 as
> CGI module compiled with make etc.
> In the PHP 5.3 I
在 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
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
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
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 -
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.
>>
>>
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
Hélio Rocha escreveu:
Hi there,
How can i compile or encrypt a PHP project without changing any thing on the
server? [Fast-]CGI it's a possibility.
Thanks in advance.
Hélio
http://www.roadsend.com/home/index.php
--
zerof
http://www.educar.pro.br/
Apache - PHP - MySQL - Boolean Logics - Proje
you might try experimenting w/ the configure command;
perhaps if you start w/ a minimal php installation it will compile.
then you could one-by-one enable the things you have in your
standard configure command.
maybe at least you could narrow down the problem that way.
-nathan
On 9/26/07, Eric Bu
Yep! I made a little sh script that I keep the same ./configure
string in. When a new version comes out I extract it, copy my script
in there, and run it. Usually everything works out perfectly. I've
been using it happily since 5.1.2 and now all of a sudden after 5.2.2
I can't anymore.
On 9/26
are you using the same configure command when compiling all 3 versions?
-nathan
On 9/26/07, Eric Butera <[EMAIL PROTECTED]> wrote:
>
> The last version of PHP I've been able to compile on my work machine
> was 5.2.2. It is a PowerPC OS X 10.4.10. I'm curious if anyone else
> has had this proble
Mark Nernberg wrote:
> This is a repost, as I have received no response thus far.
>
> Running FreeBSD 5.4/RELEASE on Sparc64 and Apache 2.0.55
>
> When attempting to install 4.4.0 or 5.0.5, from ports or from source, I am
> getting the following error: (This specific error is from 4.4.0 from port
[snip]
Is it true that turck is faster than Zend?
> i think you are looking for something like turck mmcache.
[/snip]
What about something like http://www.priadoblender.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is it true that turck is faster than Zend?
> i think you are looking for something like turck mmcache.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
zend allows you to compile your code
On Mon, 16 Aug 2004 15:04:48 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote:
> I think it still works with the old one, its not yet release a stable
> version for 5.0 and i think for 4.3.6? only in beta.
>
> hmm, better check their site out to know the full
I think it still works with the old one, its not yet release a stable
version for 5.0 and i think for 4.3.6? only in beta.
hmm, better check their site out to know the full details.
thanks
On Mon, 16 Aug 2004 09:32:52 +0300, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> From: "raditha dissanayak
From: "raditha dissanayake" <[EMAIL PROTECTED]>
> i think you are looking for something like turck mmcache.
>
Do you know if Turck MMCache works with PHP 5.0?
Teddy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Watty wrote:
Is it possible to compile a PHP script? And if so, how?
i think you are looking for something like turck mmcache.
Watty
--
Raditha Dissanayake.
http://www.radinks.com/sftp/ | http://www.raditha.com/
execute /usr/bin/mysql_config --include. It's the path without
include/mysql.
In that case my configure is correct:
./configure --disable-all --with-mysqli=/usr/bin/mysql_config
--with-mysql=/usr --with-apxs2
Also make sure you don't have multiple libraries
installed, you should install MySQL-s
Jacob Friis Larsen wrote:
Curt Zirzow wrote:
* Thus wrote Jacob Friis Larsen:
How do I install Php5 with both --with-mysql and --with-mysqli?
1. Follow instructions at http://php.net/mysqli.
Is this correct: "--with-mysqli=/usr/bin/mysql_config"?
(This works: ./configure --with-mysqli=/usr/bin/my
Curt Zirzow wrote:
* Thus wrote Jacob Friis Larsen:
How do I install Php5 with both --with-mysql and --with-mysqli?
1. Follow instructions at http://php.net/mysqli.
Is this correct: "--with-mysqli=/usr/bin/mysql_config"?
(This works: ./configure --with-mysqli=/usr/bin/mysql_config --with-apxs2)
2.
* Thus wrote Jacob Friis Larsen:
> How do I install Php5 with both --with-mysql and --with-mysqli?
1. Follow instructions at http://php.net/mysqli.
2. Follow instructions at http://php.net/mysql, using the path
to your mysql4.1 library
3. Tweak your my.cnf so the mysqlclient look at the right
.
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
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
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
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
* 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 ...
The --with-curl directive can also take a directory (--with-curl=[DIR}).
Try passing in the directory where cURL is installed to. (I am not sure
where this is since you didn't mention whether cURL is installed on your
system via RPM or if you did it from source).
Good luck!
--Sam
Donpro wrote
Easy solution: Use wget.
http://unxutils.sourceforge.net/
If you're not familiar with wget, you can Google or e-mail me. Basically,
a command of:
wget www.yahoo.com
results in an HTTP request to Yahoo and you will find an index.html in the
directory from which you ran the command. In your case
You really should be subscribing to the php.install list when asking
questions of this type. But it sounds like you need to first install
mysql, then install apache, then install php. In that order and you
should be ok. When in doubt read the manuals for each application for
further informat
The build doesn't even get past the first program to compile. I used
the defaults in configure and ran make an it fails immediately.
Evan Nemerson wrote:
Don't know about 4.3.2, but at the end of 5.0-dev make, the following message
is output:
Build complete.
(It is safe to ignore warnings abou
the same is given for 4.3.2, just compiled it today :).
Thomas
On Sat, 31 May 2003 12:50:38 -0700 [EMAIL PROTECTED] (Evan Nemerson) wrote:
> Don't know about 4.3.2, but at the end of 5.0-dev make, the following message
> is output:
>
> Build complete.
> (It is safe to ignore warnings about te
Don't know about 4.3.2, but at the end of 5.0-dev make, the following message
is output:
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
On Saturday 31 May 2003 06:29 am, Volker Augustin wrote:
> hi,
> this sounds like a warning not like an error, your php is suc
On Sat, 31 May 2003, Alberto Ferrer wrote:
> Im compiling the last vercion of PHP 4.3.2 and says this after finish of
> compile.
> The system is a Redhat 7.3, Apache 1.3.27.
>
> ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
> /root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the
hi,
this sounds like a warning not like an error, your php is successfully
compiled...(most software i know an compile got this message.)
can you post a little bit more debug information?
volker
- Original Message -
From: "Alberto Ferrer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]
You need current PHP CVS to work with Apache 2.0.40. See snaps.php.net
On Mon, 19 Aug 2002, Adam Williams wrote:
> I'm trying to compile PHP 4.2.2. I am running Apache 2.0.40 (yes I know
> support is experimental). I am compiling on Redhat 7.3 Linux 2.4.18. I
> did my PHP configure line:
>
>
oops, ok, I was being stupid... forgot to do a make install on gd 2 ;(
Mike
- Original Message -
From: "Mike" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 5:52 PM
Subject: [PHP] Compile errors with php 4.2.1 and gd
> Hello,
> I have followed all th
On Mon, 24 Jun 2002, John Holmes wrote:
> > Using the 4.2.1 source available from the main downloads page, I'm
> > getting:
> > php_functions.c:93:27: missing binary operator before '!'
>
> You get an error when you do what? Unzip the source, compile it, run it,
> load a .php page, crap your pan
> Using the 4.2.1 source available from the main downloads page, I'm
> getting:
> php_functions.c:93:27: missing binary operator before '!'
You get an error when you do what? Unzip the source, compile it, run it,
load a .php page, crap your pants???
---John Holmes...
--
PHP General Mailing Li
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 -
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=/
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
Redhat's apxs was broken years ago in RH 6.0 or some version like that.
But since then the apxs from the apache-devel package has been fine.
-Rasmus
On Tue, 15 Jan 2002, Simon Ritchie wrote:
> > I'm trying to compile php 4.1.1 and when it gets to the
> > --with-apxs option it errors out with th
> I'm trying to compile php 4.1.1 and when it gets to the
> --with-apxs option it errors out with the following:
>
> Sorry, I was not able to successfully run APXS. Possible reasons:
>
> 1. Perl is not installed;
.
.
.
Some systems (eg Red Hat Linux) come with a version of the apxs tool, but
no
You don't mention which OS you are on, but usually apxs is found in the
apache-devel package. You probably didn't install that.
-Rasmus
On Mon, 14 Jan 2002, Jay Paulson wrote:
> I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors
>out with the following:
>
> S
On Vie 18 May 2001 00:39, Angerer, Chad wrote:
> I am trying to configure php using --with-apxs .. here is my configure file
>
> ./configure --with-apxs=/usr/local/www/bin --with-mysql=/usr/local/
That should be --with-apxs=/usr/local/www/bin/apxs
Saludos... :-)
> mysql --enable-discard-path --
I assume you mean PHP 4.0.4pl1
I would go grab a recent snapshot from http://snaps.php.net and see if
that solves the problem. If it doesn't, let us know and we can try to
track it down. If it does then it is obviously an issue that has been
fixed and you can either just stick with the snapshot
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
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
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
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
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
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
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
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
"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
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
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
"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,
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]>
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
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
"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
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
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
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
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
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
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
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
that this was merely the somewhat out of date and rarely seen _PHP2_ (phew,
I guess...).
So I need to get hosting support for this site up ASAP. I will need support
for both PHP2 and PHP4 (which I will be converting the code to) and both
msql and mysql (again, converting from the former to the la
71 matches
Mail list logo