[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-06-14 Thread Jani Taskinen
sniper Sat Jun 14 10:22:13 2003 EDT Modified files: /php4/ext/dba config.m4 Log: - Fixed some /usr/lib leaks into LIBS/LDFLAGS which later on made other configure checks fail (old libs in /usr/lib, new ones in /opt/lib :) Index:

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-05-30 Thread Marcus Boerger
helly Thu May 29 10:01:21 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Fix builddir entry Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.51 php4/ext/dba/config.m4:1.52 --- php4/ext/dba/config.m4:1.51 Thu May 29 08:33:19 2003 +++

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-05-29 Thread Marcus Boerger
helly Thu May 29 08:33:19 2003 EDT Modified files: /php4/ext/dba config.m4 Log: MFB (these parts were missing) Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.50 php4/ext/dba/config.m4:1.51 --- php4/ext/dba/config.m4:1.50 Tue May 20

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-04-01 Thread Sascha Schumann
sas Tue Apr 1 05:16:12 2003 EDT Modified files: /php4/ext/dba config.m4 Log: fix VPATH builds Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.45 php4/ext/dba/config.m4:1.46 --- php4/ext/dba/config.m4:1.45 Sat Feb 22 12:20:05 2003 +++

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-02-09 Thread Jani Taskinen
sniper Sun Feb 9 14:57:51 2003 EDT Modified files: /php4/ext/dba config.m4 Log: break: First one not needed, second missing. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.43 php4/ext/dba/config.m4:1.44 --- php4/ext/dba/config.m4:1.43

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-02-09 Thread Marcus Börger
At 20:57 09.02.2003, Jani Taskinen wrote: sniper Sun Feb 9 14:57:51 2003 EDT Modified files: /php4/ext/dba config.m4 Log: break: First one not needed, second missing. Thanks for the fix :-) marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 13:59:59 2003 EDT Modified files: /php4/ext/dba config.m4 dba_cdb.c dba_dbm.c dba_gdbm.c Log: - unify configure mechanisms (include file handling) - fix dbm - allow dbm to be based on gdbm Index: php4/ext/dba/config.m4 diff -u

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-02-01 Thread Marcus Boerger
helly Sat Feb 1 17:19:04 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Change DBM detection order Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.42 php4/ext/dba/config.m4:1.43 --- php4/ext/dba/config.m4:1.42 Sat Feb 1 13:59:59

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-31 Thread Marcus Boerger
helly Fri Jan 31 15:06:44 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Shared dba requires at least db-3.3 Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.40 php4/ext/dba/config.m4:1.41 --- php4/ext/dba/config.m4:1.40 Thu Jan 30

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-30 Thread Marcus Boerger
helly Thu Jan 30 13:28:42 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Allow to link against chosen modules correctly Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.38 php4/ext/dba/config.m4:1.39 --- php4/ext/dba/config.m4:1.38

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-30 Thread Jani Taskinen
configure: error: cannot find necessary library You need to reset the LIBS too.. --Jani On Thu, 30 Jan 2003, Marcus Börger wrote: At 00:04 30.01.2003, Marcus Börger wrote: At 11:55 28.01.2003, Jani Taskinen wrote: sniper Tue Jan 28 05:55:36 2003 EDT Modified

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-30 Thread Marcus Börger
Why? I thought when trying to link with only the new libraries i could test them alone. On which library did it fail for you? And if i reset LIBS what is the complete difference? marcus At 19:37 30.01.2003, Jani Taskinen wrote: configure: error: cannot find necessary library You need

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-30 Thread Jani Taskinen
On Thu, 30 Jan 2003, Marcus Börger wrote: Why? I thought when trying to link with only the new libraries i could test them alone. On which library did it fail for you? And if i reset LIBS what is the complete difference? Now you reset LDFLAGS, which contains all the -L/path/to/lib

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-30 Thread Marcus Boerger
helly Thu Jan 30 16:36:05 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Revert this part, the new one adds more problems than it solves. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.39 php4/ext/dba/config.m4:1.40 ---

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-29 Thread Marcus Börger
At 11:55 28.01.2003, Jani Taskinen wrote: sniper Tue Jan 28 05:55:36 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Fix configure. (typo?) It didn't notice that...it's from my test version where i could need some help but currently i am not at all knowing the

Re: [PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-29 Thread Marcus Börger
At 00:04 30.01.2003, Marcus Börger wrote: At 11:55 28.01.2003, Jani Taskinen wrote: sniper Tue Jan 28 05:55:36 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Fix configure. (typo?) It didn't notice that...it's from my test version where i could need some help

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-28 Thread Jani Taskinen
sniper Tue Jan 28 05:55:36 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Fix configure. (typo?) Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.37 php4/ext/dba/config.m4:1.38 --- php4/ext/dba/config.m4:1.37 Tue Jan 28 01:27:01 2003

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-27 Thread Marcus Boerger
helly Mon Jan 27 19:10:06 2003 EDT Modified files: /php4/ext/dba config.m4 Log: - fix --without-flatfile - simplify Berkley DB verison check Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.35 php4/ext/dba/config.m4:1.36 ---

[PHP-CVS] cvs: php4 /ext/dba config.m4

2003-01-25 Thread Marcus Boerger
helly Sat Jan 25 14:46:58 2003 EDT Modified files: /php4/ext/dba config.m4 Log: The builtin version was always used even if configured otherwise. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.34 php4/ext/dba/config.m4:1.35 ---

[PHP-CVS] cvs: php4 /ext/dba config.m4 /ext/mssql config.m4

2002-12-30 Thread Derick Rethans
derick Mon Dec 30 03:55:21 2002 EDT Modified files: /php4/ext/mssql config.m4 /php4/ext/dba config.m4 Log: - Align mssql comment and clarify DBA handler selection Index: php4/ext/mssql/config.m4 diff -u php4/ext/mssql/config.m4:1.1

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba_db3.c dba_db4.c

2002-12-30 Thread Marcus Boerger
helly Mon Dec 30 12:42:55 2002 EDT Modified files: /php4/ext/dba config.m4 dba_db3.c dba_db4.c Log: -disallow using db-n with libraries of different major versions -disallow using db-4.1 with patch level 25 -fix db-4.1 -added undocumented

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-11-26 Thread Marcus Boerger
helly Tue Nov 26 07:00:26 2002 EDT Modified files: /php4/ext/dba config.m4 Log: -Disallow combining db2 with db3 which are conflicting. -Stop searching for headers and libraries when found. -Check version for Berkeley DB library headers. Index:

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_db4.c php_db4.h

2002-11-26 Thread Marcus Boerger
helly Tue Nov 26 07:05:59 2002 EDT Added files: /php4/ext/dba dba_db4.c php_db4.h Modified files: /php4/ext/dba config.m4 dba.c Log: Add Berkeley db4 support Index: php4/ext/dba/config.m4 diff -u

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-11-15 Thread Marcus Boerger
helly Fri Nov 15 16:28:42 2002 EDT Modified files: /php4/ext/dba config.m4 Log: When --enable-dba is used then include builtin modules unless --without-xxx is not used. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_flatfile.c dba_flatile.c /ext/dba/libflatfile flatfile.c flatfile.h

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:17:51 2002 EDT Added files: /php4/ext/dba dba_flatfile.c Removed files: /php4/ext/dba dba_flatile.c Modified files: /php4/ext/dba config.m4 dba.c /php4/ext/dba/libflatfile

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:08:38 2002 EDT Modified files: /php4/ext/dba config.m4 Log: There shall never be an external library for this (hopefully). Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.27 php4/ext/dba/config.m4:1.28 ---

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 07:03:02 2002 EDT Modified files: /php4/ext/dba config.m4 Log: added missing compiler define Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.23 php4/ext/dba/config.m4:1.24 --- php4/ext/dba/config.m4:1.23 Mon Nov 4

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_dbm.c dba_flatile.c php_flatfile.h /ext/dba/libdbm dbm.c dbm.h /ext/dba/libflatfile .cvsignore flatfile.c flatfile.h /ext/dba/tests dba_flatfile.phpt

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 23:16:18 2002 EDT Added files: /php4/ext/dba dba_flatile.c php_flatfile.h /php4/ext/dba/libflatfile .cvsignore flatfile.c flatfile.h /php4/ext/dba/tests dba_flatfile.phpt Removed files: /php4/ext/dba/libdbm

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-09-11 Thread Dan Kalowsky
kalowskyWed Sep 11 11:05:06 2002 EDT Modified files: /php4/ext/dba config.m4 Log: Patch for Bug #19341 submitted by [EMAIL PROTECTED] Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.19 php4/ext/dba/config.m4:1.20 ---