Re: [PHP-INSTALL] Compile PHP 5.3.1 - Unknown configure option

2009-12-10 Thread Ryan Schmidt
On Dec 10, 2009, at 04:38, Mattias Tengmo wrote: > Hi, I've compiled PHP with these options before: > > ./configure --prefix=/usr --datadir=/usr/share/php5 > --sysconfdir=/etc/php5 --enable-fastcgi --enable-fpm > --disable-short-tags --enable-exif --enable-intl --enable-mbstring > --enable-soap -

[PHP-INSTALL] Re: how to get from this list

2009-11-29 Thread Ryan Schmidt
On Nov 29, 2009, at 16:26, Kris Wolff wrote: > a while ago i tried but i am still on. > How can i get from this list? To unsubscribe from this list, email php-install-unsubscr...@lists.php.net with the address with which you're subscribed to the list, or use the unsubscribe form at the bottom o

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Ryan Schmidt
There are several different SQLite interfaces in PHP. Sounds like you've enabled two of them, but are now trying to use a third one that you haven't enabled. On Nov 17, 2009, at 00:59, RRybak wrote: > [PHP_PDO_SQLITE] > extension=php_pdo_sqlite.dll That extension provides this interface: htt

Re: [PHP-INSTALL] About PHP

2009-10-14 Thread Ryan Schmidt
On Oct 13, 2009, at 01:38, kamal wrote: im new for php. can i have to download php ? You'll probably have to ask a much more specific question than that. All I can recommend so far is that you visit http://www.php.net/downloads.php and click the link for the version of PHP you want.

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re- compile the php module for apache with this

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/

Re: [PHP-INSTALL] Shared mysql modules with mysqlnd (solved)

2009-08-26 Thread Ryan Schmidt
On Jul 31, 2009, at 15:08, Ryan Schmidt wrote: I wanted to make the mysql modules use mysqlnd by default for the obvious reasons, but I'm having trouble making them work this way as shared modules. I think they were working fine with mysqlnd when compiled into php statically. Usin

Re: [PHP-INSTALL] Mac OS X 64bit PHP 5.3 MySQL + Apache2

2009-08-25 Thread Ryan Schmidt
On Aug 24, 2009, at 20:46, Juan Madrigal wrote: I get an error stating that the mysql client libraries are missing. Could you post the exact error messages you get?

Re: [PHP-INSTALL] Help installing PHP and Apache on Linux (Ubuntu 9.04)

2009-08-22 Thread Ryan Schmidt
On Aug 22, 2009, at 11:52, Felipe Quagliarelo wrote: Hello guys, i am having some trouble installing them on linux. i installed linux yesterday and they didn't asked me to set a root password, only for the account that i use (nero), howeover i am able to update my system and so on with that

Re: [PHP-INSTALL] "system (" in any textarea hangs php/apache ?

2009-08-16 Thread Ryan Schmidt
On Aug 15, 2009, at 17:44, Vineet Bansal wrote: I have a fresh php 5.2.6 install on Apache 2 under CentOS 5.3. After receiving complaints from some users that they were unable to submit their abstracts on our proposal submission website, I was able to isolate the problem to this minimal and

Re: [PHP-INSTALL] compiling failed ...

2009-08-11 Thread Ryan Schmidt
On Aug 11, 2009, at 10:20, Patterson wrote: I am trying to compile the last PHP 5.3.0 source, i have the apache 2.2.11 source ... On what operating system? What configure arguments did you use for php?

[PHP-INSTALL] Why does ext/zlib have config0.m4 instead of config.m4

2009-08-05 Thread Ryan Schmidt
On Mac OS X, to build the zlib.so shared module, I can run PHP's main "configure" script with the "--with-zlib=shared,[DIR]" argument and then run "make build-modules". Most of what PHP's main configure script does is irrelevant to building just one extension, and for most extensions, I can

[PHP-INSTALL] Where are dbase, fbsql, fdf, ncurses, mhash, ming, msql and sybase now?

2009-08-05 Thread Ryan Schmidt
PHP 5.3.0's NEWS file says: - Moved extensions to PECL (Derick, Lukas, Pierre, Scott): . ext/dbase . ext/fbsql . ext/fdf . ext/ncurses . ext/mhash (BC layer is now entirely within ext/hash) . ext/ming . ext/msql . ext/sybase (not maintained anymore, sybase_ct has to be used ins

Re: [PHP-INSTALL] Shared mysql modules with mysqlnd

2009-08-02 Thread Ryan Schmidt
On Jul 31, 2009, at 15:08, Ryan Schmidt wrote: I wanted to make the mysql modules use mysqlnd by default for the obvious reasons, but I'm having trouble making them work this way as shared modules. Has anybody else tried to build the mysql extensions as shared modules when using my

[PHP-INSTALL] Shared mysql modules with mysqlnd

2009-07-31 Thread Ryan Schmidt
Hi. I'm the maintainer of php in MacPorts. Our php5 port has been monolithic, with all modules compiled in statically. I'm now switching this to a more modular architecture so that shared modules can be added and removed as needed. I wanted to make the mysql modules use mysqlnd by default f

Re: [PHP-INSTALL] Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3

2009-07-06 Thread Ryan Schmidt
Following up to my own post for anyone interested in the outcome: On Jul 2, 2009, at 08:23, Ryan Schmidt wrote: So I believe the statement "FastCGI is now always enabled" is false, because FastCGI is not enabled if you request an Apache SAPI. And I believe the statement that it &

[PHP-INSTALL] Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3

2009-07-02 Thread Ryan Schmidt
Hi. I'm the maintainer of PHP in MacPorts and I'm in the process of updating our php5 port to version 5.3.0. In PHP 5.2.x and earlier you had to choose which web SAPI you wanted -- Apache 1, Apache 2, or FastCGI. The CLI SAPI was always built in any case, in addition to the web SAPI you sel