Re: [PHP] php compile / configure options

2010-03-20 Thread Simon J Welsh
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 suggestions

Fwd: Re: [PHP] php compile / configure options

2010-03-19 Thread Nilesh Govindarajan
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 .

Re: [PHP] PHP compile

2008-06-09 Thread Daniel Brown
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

Re: [PHP] PHP compile

2008-06-09 Thread Wolf
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:

Re: [PHP] PHP compile

2008-06-09 Thread Bastien Koert
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 STFW:

Re: [PHP] php-compile error: No rule to make target

2007-06-09 Thread Daniel Brown
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

Re: [PHP] php-compile error: No rule to make target

2007-06-09 Thread H. Hübel
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 in the

RE: [PHP] php compile....

2003-11-12 Thread Jay Blanchard
[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?

RE: [PHP] php compile....

2003-11-12 Thread Jay Blanchard
[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. # IfModule mod_dir.c

RE: [PHP] php compile....

2003-11-12 Thread Mike R
-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 compiled before without any issues

RE: [PHP] php compile....

2003-11-12 Thread Jay Blanchard
[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,

RE: [PHP] php compile....

2003-11-12 Thread Mike R
[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

Re: [PHP] php compile....

2003-11-12 Thread John Nichel
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

Re: [PHP] php compile....

2003-11-12 Thread Jason Wong
On Thursday 13 November 2003 05:42, John Nichel wrote: Is the phpinfo page showing your php code '?php phpinfo(); ?', 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

Re: [PHP] PHP Compile question ....

2003-02-17 Thread Mat Harris
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

Re: [PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
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

Re: [PHP] PHP Compile question ....

2003-02-17 Thread Mat Harris
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

Re: [PHP] PHP Compile Error

2003-01-30 Thread Johannes Schlueter
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 the

Re: [PHP] PHP Compile with sun 5.7

2002-06-08 Thread Moussa Dahadha
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' /bin/sh

Re: [PHP] PHP Compile: IMAP enabled?

2002-03-19 Thread Jason Wong
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

Re: [PHP] PHP Compile Errors

2002-01-04 Thread Brian Clark
* 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: