foobar
07862d7218
consistent naming: prefix always with MYSQL_
2005-06-30 14:15:51 +00:00
foobar
7a794caed0
Another netware fix
2005-06-11 23:32:46 +00:00
foobar
bf94716838
- Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)
...
- Make sure MYSQL_DIR is empty.
2005-06-07 12:39:02 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
Joe Orton
2685ca935f
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
...
to support multi-ABI platforms.
2004-11-03 14:32:52 +00:00
Derick Rethans
0cfadb914c
- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
...
system).
2003-12-31 11:27:52 +00:00
Marcus Boerger
b88ad57b73
Revert this part, too
2003-12-07 15:39:56 +00:00
Marcus Boerger
d57004274b
Revert, not needed here
2003-12-07 15:26:09 +00:00
Sascha Schumann
94756ffb8b
Add short notice regarding unbundled client lib
2003-07-18 09:53:04 +00:00
foobar
a6a321c1ac
clean up a bit.
2003-06-25 03:53:17 +00:00
Sterling Hughes
d4cd1ef084
remove the bundled libmysql, and update the config.m4 file as necessary.
...
this works locally, but everyone, *please* test
2003-06-23 01:10:58 +00:00
Sascha Schumann
e180f20e63
tell user which header files could not be found
2003-01-07 09:49:08 +00:00
foobar
3be17e3f26
- Prevent resetting the PHP_*_DIR variables if already set.
2002-10-21 02:46:13 +00:00
foobar
3bf7519210
@- Added --disable-all configure option. (Jani)
2002-09-04 18:47:28 +00:00
foobar
df9fc2bb51
Fix shared build and made the logic of finding the socket location better.
2002-07-08 15:31:01 +00:00
foobar
73f2ab9951
- Reverted last bogus commit and fixed the credits in NEWS.
...
# STIG! Do a 'cvs update' before you commit anything!!
2002-06-11 00:18:34 +00:00
Stig Bakken
a4ecce0cd9
@Add --with-mysql-sock option (James Cox)
2002-06-10 21:35:26 +00:00
James Cox
210744928f
dont test for the socket -- enables installs over NFS etc.
...
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.
2002-06-09 11:43:50 +00:00
Sander Roobol
2f6c2a9b18
Fixed configure stuff
...
# It didn't work for me... hope it works for everybody now...
2002-06-09 10:46:13 +00:00
foobar
c8bacb7a06
Cleaned up the mess. Now it actually works too.
...
# TEST BEFORE COMMIT!!
2002-06-09 00:50:46 +00:00
James Cox
00779e5fa3
@ added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
...
changed the default mysql.sock location to use the one from the RPM. Added /usr/local
locations to the search list. (imajes)
2002-06-08 11:37:20 +00:00
foobar
6147e1e720
Fix bug: #16743
2002-04-27 01:02:52 +00:00
Edin Kadribasic
54440c8bfd
Some systems have mysql socket in /var/run/mysql
2002-04-25 21:07:36 +00:00
foobar
e46f57b6fb
- Fixed a typo..
...
# not related to the localhost.localdomain thing..
2002-04-24 18:00:39 +00:00
Sascha Schumann
c8ec0fa4bd
Fix building mysql client library
...
Run client lib specific checks only when clientlib is used
Remove second invocation of MYSQL_SOCK
2002-03-20 12:40:27 +00:00
foobar
4597486984
- Fixed (hope so :) like Sascha said.
2002-03-20 12:00:26 +00:00
foobar
00929ff9ac
- Fixed bug: #16139 (compile failure with Mysql 4.0.1)
...
- Some tests were only run when compiling with the bundled libs.
(caused some compile warnings with external mysql libs)
- Another try to fix the zlib issue..(uncompress)
2002-03-20 01:31:22 +00:00
Sascha Schumann
9d9d39a0de
Please welcome the new build system.
...
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
2002-03-07 14:20:02 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
Derick Rethans
0f20565919
- Fix for bug #13918
2001-11-03 20:27:09 +00:00
foobar
ab94fecde3
This propably fixes couple of problems with compiling with external libs.
2001-11-02 01:32:33 +00:00
foobar
56c24c3309
This should finally get rid of those zlib problems. And this is safe too.
2001-05-29 11:59:33 +00:00
foobar
6686f83799
Oops.
2001-05-28 03:18:44 +00:00
foobar
d98f65085b
Adding libnsl here causes problems on some systems.
2001-05-28 00:12:29 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
foobar
da0162a9de
Fix the build.
...
# I promise not to commit if I'm tired.. :(
2001-05-08 11:08:08 +00:00
foobar
d4e64925d5
Possible Fix for #10570 , #10585 , #10539 and maybe others.
2001-05-02 00:21:25 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
foobar
3db6f55748
This should fix the problems with not including -lz.
2001-03-10 17:33:33 +00:00
foobar
358731195f
Fix bug #7034
2000-11-21 11:07:50 +00:00
Zeev Suraski
35e3efbd41
Warn about using the built-in MySQL library
2000-06-20 22:12:22 +00:00
Sascha Schumann
ce9a9fb1dc
Fix MYSQL_LIB_CHK ($i is used by the outer loop)
2000-06-10 07:48:55 +00:00
Sascha Schumann
9097a78187
Search for mysqlclient library in lib and lib/mysql
2000-06-10 07:38:58 +00:00
Sascha Schumann
6bc1bf4c93
Make MySQL independent of build location
2000-05-02 21:18:59 +00:00
Sascha Schumann
82c5c690c9
Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd
2000-05-02 04:01:15 +00:00
Sascha Schumann
a481fddfb3
Improved in-tree shared libraries build system
...
The following new/revived shared modules are available now:
... MySQL (*)
... PCRE (*)
... Session
... SWF
(*) capable of using bundled library or external library
All changes:
The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
This effectively means that all extensions have to use dynlib.
ext/mysql/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/pcre/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/ext_skel was changed to reflect that more modules should be
compileable as shared module.
ext/Makefile.in has been simplified enormously.
Dependencies are now stored in the build tree.
Empty dependencies are not generated by buildconf anymore. They
are now dynamically created during the build process.
Implicit rules for .S were removed.
The NO_RECURSION feature was removed.
"libs.mk" has been added to all cvsignore files in ext.
2000-05-01 02:42:55 +00:00
Sascha Schumann
27b736a192
Non-functional changes
2000-03-30 19:03:15 +00:00
Sascha Schumann
5d568a2e22
PHP_EXTENSION sets $ext_src_base
2000-03-26 19:51:10 +00:00
Sascha Schumann
491792e0d0
Allow MySQL to be compiled against extern mysqlclient library
2000-03-26 19:46:11 +00:00