Re: [PHP] php compile / configure options

2010-03-19 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 suggest

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 .

[PHP] php compile / configure options

2010-03-19 Thread Gregory Machin
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 . Thank you. -- PHP General Mailing List (http:

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 > >

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: http://www.google.com/search?q=PHP%3A+encrypt&ie=utf-8&oe=utf-8&aq=t&rls=com.

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

[PHP] PHP compile

2008-06-09 Thread Hélio Rocha
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

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

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

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

2007-06-09 Thread H. Hübel
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 examples from this site. i use Linux (openSuse 10.

[PHP] PHP Compile w/ Sun ONE Directory Server

2003-12-23 Thread Cameron B. Prince
Hi, I am trying to compile PHP with LDAP support via the Sun ONE Directory Server. I am running into a problem where some functions aren't being found in the include or shared libraries. Here's my configure command: export LD_LIBRARY_PATH="/usr/lib:/usr/local/nss-3.8/lib:/usr/local/nspr-4.3/lib:/

[PHP] php compile error with mysql undefined reference to `mysql_real_escape_string'

2003-12-15 Thread Ivone Uribe
Hi all! I'm installing php4.3.3, apache 1.3.28 with mysql3.22.32 I'm using this option --with-mysql=/usr/local/mysql But when I compile the php code, I get this error: ext/mysql/php_mysql.o: In function `zif_mysql_client_encoding': /root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118: undef

[PHP] php compile error with mysql undefined reference to `mysql_real_escape_string'

2003-12-14 Thread Ivone Uribe
Hi all! I'm installing php4.3.3, apache 1.3.28 with mysql3.22.32 I'm using this option --with-mysql=/usr/local/mysql But when I compile the php code, I get this error: ext/mysql/php_mysql.o: In function `zif_mysql_client_encoding': /root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118: undef

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 '', 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

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 Apac

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 re

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, pre

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 comp

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. # DirectoryIndex ind

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? [/

[PHP] php compile....

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

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 y

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
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

[PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
Hi all... I just compiled PHP from source for the first time. It "works", but not like I want it to. I need it to work with Mysql, do graphs, and let me run programs (ie safe-mode is off). Also the odd thing is that before I compiled my own PHP I could access all my mysql databases. Now I can

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

[PHP] PHP Compile Error

2003-01-30 Thread Robert Fitzpatrick
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 --with-jpeg-dir=/usr/local/bin/ --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --with-zlib --e

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'

[PHP] PHP Compile with sun 5.7

2002-06-05 Thread Moussa Dahadha
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 /root/php-4.2.1/libtool --silent --mode=link

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

[PHP] PHP Compile: IMAP enabled?

2002-03-19 Thread Mike At Spy
If IMAP is entered under "Loaded Modules" in the apache section of a phpinfo file, does that mean IMAP has been enabled? Thanks, -Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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: > /usr/local/lib/l

[PHP] PHP Compile Errors

2002-01-04 Thread Jason Signalness
Hello, 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/libsnmp.a(snmp_alarm.o): In function `sa_find_next': /export/home/j/js/jsignalness/u

[PHP] PHP compile error with LDAP

2001-04-09 Thread Miguel Carvalho
i, i'm sorry if this has been discussed in the list... but i have searched the entire list's archive but i have not found no solution/hint for the problem. I have PHP compiled with imap support. I works just fine. I have recompiled PHP to add ldap support. The configure and make runs fine,

[PHP] PHP compile with ODBC support (iODBC x Openlinkx unixODBC...) and MyODBC

2001-01-29 Thread Paulo Parola (PHP)
Hi, We are currently configuring PHP4.0.4 with MySQL and Apache. We *need* to access MySQL via ODBC as well. Which is the best thing to do? There are many options of different ODBC drivers that can be configured, like 'iodbc' or 'openlink' from Openlink or unixODBC. Which driver is best? Wh