On 20/03/2010, at 10:46 AM, Gregory Machin wrote:
> Hi
> I'm setting up a development environment that runs multiple versions of php.
> I'm looking a list of the compile option options for each php release
> other than "./configure --help" with more detail on what each option
> does.
> Any suggest
On 03/20/2010 03:16 AM, Gregory Machin wrote:
Hi
I'm setting up a development environment that runs multiple versions of php.
I'm looking a list of the compile option options for each php release
other than "./configure --help" with more detail on what each option
does.
Any suggestions welcome .
On Mon, Jun 9, 2008 at 10:43 AM, Wolf <[EMAIL PROTECTED]> wrote:
> "Hélio Rocha" <[EMAIL PROTECTED]> wrote:
> > 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
>
>
"Hélio Rocha" <[EMAIL PROTECTED]> wrote:
> 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
STFW:
http://www.google.com/search?q=PHP%3A+encrypt&ie=utf-8&oe=utf-8&aq=t&rls=com.
On Mon, Jun 9, 2008 at 10:36 AM, Hélio Rocha <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> How can i compile or encrypt a PHP project without changing any thing on the
> server? [Fast-]CGI it's a possibility.
STFW: http://www.google.com/search?q=php+encoders
Generally, there will have to be
Hi Daniel
>That's a bit out of the scope of this list, but a simple fix
> anyway. Change config.m4:
> PHP_NEW_EXTENSION(hello, hello.c, $ext_shared)
>
> to
> PHP_NEW_EXTENSION(hello, php_hello.c, $ext_shared)
>
Thank you very much! You made my day :)
it was the wrong filename
On 6/9/07, "H. Hübel" <[EMAIL PROTECTED]> wrote:
Hello everyone
for learning to develope an own external php-extension i studied the
following session under
http://devzone.zend.com/article/1021-Extension-Writing-Part-I-Introduction-to-PHP-and-Zend
and tried to develope my first extension as the
On Thursday 13 November 2003 05:42, John Nichel wrote:
> Is the phpinfo page showing your php code '', or is
> it blank as in no content at all?
>
> If no content, what do you see when you view the source of the page in
> the browser?
>
> Did you restart apache?
>
> Did you compile php at the same
Mike R wrote:
[snip]
Yeah, got that as:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml
And the DirectoryIndex stuff is there, too.
[/snip]
So, all of that is there, yet PHP does not work? After you compiled PHP
did you restart Apac
> [snip]
> Yeah, got that as:
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .html
> AddType application/x-httpd-php .phtml
>
> And the DirectoryIndex stuff is there, too.
> [/snip]
>
> So, all of that is there, yet PHP does not work? After you compiled PHP
> did you re
[snip]
Yeah, got that as:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml
And the DirectoryIndex stuff is there, too.
[/snip]
So, all of that is there, yet PHP does not work? After you compiled PHP
did you restart Apache? How, pre
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 12, 2003 3:32 PM
> To: Mike R; [EMAIL PROTECTED]
> Subject: RE: [PHP] php compile
>
>
> [snip]
> In what way would I have to modify it? I've comp
[snip]
In what way would I have to modify it? I've compiled before without any
issues... (not on this server, though, admittedly).
[/snip]
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
DirectoryIndex ind
[snip]
I'm compiling php (4.3.4) on a server with linux (different server than
my
other post), and the config, make, and make install all seem to go fine
(no
errors or special messages). No go on PHP, though. Restarted apache,
but
nothing.
Should I reboot the server?
Any other possibilities?
[/
no problem. the only thing i forgot to say is that this is on a redhat 7.3
machine and the libraries that are used by some of those options are from
redhat rpms. If you aren't using a similar version of redhat then you may
get messages about certain options missing headers etc.
up to you whether y
Thanks! I'll give it a shot in the morning!
JIM
On Monday 17 February 2003 18:19, Mat Harris wrote:
> i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should
> be changed:
>
> ./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs
> --enable-debug=no --enable-safe-mode --
i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should be
changed:
./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs --enable-debug=no
--enable-safe-mode --with-mysql=/usr --with-regex=system --with-xml --with-imap
--with-snmp --with-kerberos --with-imap-ssl --with
Hi,
On Friday 31 January 2003 01:10, Robert Fitzpatrick wrote:
> Running Redhat 8.0
> PHP 4.3.0
>
> When I try to configure with the following:
> ./configure --with-apxs=/web_root/bin/apxs --enable-track-vars
> --enable-versioning --with-mysql=/usr/mysql --with-gd=/usr/local
Are you sure you told
Any News ??
Moussa Dahadha wrote:
>
>
>
>Hi, i know that this question was asked many times but i still
>can't find any solution :-(
>
>When i try to compile php
>
>
>I alweys recive this error:
>
> Making all in .
> make[1]: Entering directory `/root/php-4.2.1'
On Wednesday 20 March 2002 00:46, Mike At Spy wrote:
> If IMAP is entered under "Loaded Modules" in the apache section of a
> phpinfo file, does that mean IMAP has been enabled?
Use php_info() to find out.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
/*
High heels are a device
* Jason Signalness ([EMAIL PROTECTED]) [Jan 04. 2002 16:18]:
> Hello,
Backatcha
> I am having trouble compiling php with snmp support. ucd-snmp 4.2.2 is
> installed and working without trouble. PHP4.1.1 configures ok but fails
> on make, giving many errors similar to this:
> /usr/local/lib/l
21 matches
Mail list logo