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 -
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
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
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.
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
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=/
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
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?
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
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
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?
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 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
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
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
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 &
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
17 matches
Mail list logo