head	1.3;
access;
symbols
	rpm-4_4_8-release:1.1.2.2
	rpm-4_4_7-release:1.1.2.2
	db-4_5_20:1.3
	rpm-4_4_6-release:1.1.2.1
	rpm-4_4_5-release:1.1.2.1
	db-4_4_20:1.2
	rpm-4_4_4-release:1.1.2.1
	db-4_4_16:1.2
	rpm-4_4_3-release:1.1.2.1
	db-4_4_11:1.2
	db-4_3_29:1.1.2.1
	jbj_before_tklcpatches:1.1.2.1
	rpm-4_4_2-release:1.1.2.1
	pjones-sparse-experiment:1.2.0.2
	db-4_4_4:1.2
	rpm-4_4_1-release:1.1.2.1
	db-4_3_27:1.2
	rpm-4_4-release:1.1
	rpm-4_4:1.1.0.2
	db-4_3_21:1.1
	db-4_3_14:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.10.01.20.19.34;	author jbj;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.02.17.43.35;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.16.01.32.05;	author jbj;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2005.01.02.19.01.07;	author jbj;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2006.10.01.22.31.57;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to db-4.5.20.
@
text
@
This php module can be configured and built to run standalone
or in the context of the mod_db4 Apache module (Apache 1.3.* only).
These configurations are not interchangeable.

*** A note about pthreads ***
The db4 c++ library by default tries to link against libpthread on some
systems (notably Linux).  If your PHP install is not linked against
libpthread, you will need to disable pthread support in db4.  This can
be done by compiling db4 with the flag  --with-mutex=x86/gcc-assembly.
PHP can itself be forced to link against libpthread either by manually
editing
its build files (which some distributions do), or by building it with
--with-experimental-zts.

To install this php module linked against the mod_db4 framework,
execute the following steps:

> phpize
> ./configure --with-db4[=/path/to/db4]
--with-mod_db4=$APACHE_INCLUDEDIR
> make
> su -
# make install

Then in your php.ini file add:

extension=db4.so

This extension will now ONLY run in a SAPI linked into Apache httpd
(mod_php4, most likely), and will take advantage of all of it's 
auto-recovery and handle-caching facilities.


To install this php module linked against db-4.2 and NOT the mod_db4
framework,
execute the following steps:

> phpize
> ./configure --with-db4[=/path/to/db4]
> make
> su -
# make install

Then in your php.ini file add:

extension=db4.so
@


1.2
log
@Update to db-4.3.27.
@
text
@d1 5
a15 2


d30 3
a32 4
This extension will now only run in a SAPI linked into Apache httpd
(mod_php4, 
most likely), and will take advantage of all of it's auto-recovery and
handle-caching facilities.
@


1.1
log
@... and in with the New ...
@
text
@d1 12
@


1.1.2.1
log
@Upgrade to db-4.3.27.
@
text
@a0 12
*** A note about pthreads ***
The db4 c++ library by default tries to link against libpthread on some
systems (notably Linux).  If your PHP install is not linked against
libpthread, you will need to disable pthread support in db4.  This can
be done by compiling db4 with the flag  --with-mutex=x86/gcc-assembly.
PHP can itself be forced to link against libpthread either by manually
editing
its build files (which some distributions do), or by building it with
--with-experimental-zts.



@


1.1.2.2
log
@Merge db-4.5.20 onto rpm-4_4 branch.
@
text
@a0 5

This php module can be configured and built to run standalone
or in the context of the mod_db4 Apache module (Apache 1.3.* only).
These configurations are not interchangeable.

d11 2
d27 4
a30 3
This extension will now ONLY run in a SAPI linked into Apache httpd
(mod_php4, most likely), and will take advantage of all of it's 
auto-recovery and handle-caching facilities.
@


