Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00
foobar
6916db60e8
More TSRMLS_FETCH() nuking.
2001-08-07 18:36:55 +00:00
foobar
f9e375f493
Changed the PHP_ADD_LIBRARY_DEFER() to work when building
...
standalone extensions. Also improved the checks for SSL and Kerberos in
IMAP extension configure.
2001-08-03 05:17:18 +00:00
foobar
12ae3ac2d7
Use the new TSRM structure.
2001-07-30 20:50:54 +00:00
foobar
381d4c3143
Make this extension compile thread safe on unixes too.
...
Also changed all those nice spaces to tabs
#
# Zeev, could you make those changes for this extension too?
#
# And yes, I know I shouldn't mix ws fixes to anything else but
# this was easier to do this way.
2001-07-30 10:09:53 +00:00
Sebastian Bergmann
d926e84e5f
Change copyright note.
2001-06-19 21:25:53 +00:00
foobar
cbe4d10a68
Cleaning up and fixed some compile problems on systems that only support static libs.
2001-06-01 12:49:50 +00:00
foobar
48fb0a62ec
Make this compile even if the INFORMIXDIR is not in path.
2001-05-27 23:51:39 +00:00
foobar
2dca041ec3
killed some compile warnings. the informix header files redefine these.
2001-05-27 23:49:22 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
Wilfredo Sanchez
cb71c4c2d0
Separate CPPFLAGS from CFLAGS.
2001-04-03 23:30:49 +00:00
foobar
aea8e80a62
Fixed bug #10095 .
2001-04-01 05:55:21 +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
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Jouni Ahto
abcdb47fc2
Changing my email address...
2001-01-04 11:15:35 +00:00
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
Danny Heijl
a46f36a564
- fix crash when using blob_in_file mode (danny).
2000-11-09 19:34:31 +00:00
Danny Heijl
81ddcd0b2b
- back out unneeded patch (danny).
2000-09-05 18:22:01 +00:00
Danny Heijl
95d92b8be0
- remove a memory leak warning and fix a crash when tempnam()
...
failed for some reason (danny).
2000-09-04 21:18:07 +00:00
Daniel Beulshausen
c9b4568f3e
updated dsp to build with custom build step
2000-08-25 21:43:01 +00:00
Daniel Beulshausen
4a474b8120
lets keep it in one dsp
2000-08-25 21:42:15 +00:00
Danny Heijl
2acc8630fe
- The destructor for a connection resource closed the current
...
connection if the connection had been closed before (danny)
2000-08-12 12:03:41 +00:00
Danny Heijl
b78c48f7bc
- restore ifx_close() to PHP3 behaviour for non-persistent connections
...
by silently reconnecting the existing link if closed earlier (danny)
2000-08-11 16:37:47 +00:00
Danny Heijl
d8790d9e2c
- fix for # 5980 (using ifx_connect/ifx_close multiple times for the
...
same database connection) (danny)
2000-08-07 20:45:57 +00:00
Danny Heijl
d140a799f7
- Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
...
the returned string. (danny)
2000-08-05 13:14:44 +00:00
David Croft
0836e10a15
various version 2.0 and 2.01 licenses -> 2.02
2000-07-24 05:41:02 +00:00
Danny Heijl
641b0aa2d3
- typo
2000-07-11 17:53:02 +00:00
Danny Heijl
ec6861733b
- Work-around for ESQL/C bug with BLOBs and NULL values (Danny).
2000-07-11 17:47:16 +00:00
Danny Heijl
42693bb820
- Fix the case of NULL BYTE and TEXT columns. (Danny).
...
ESQL/C (sometimes ?) does not set the indicator variable,
but the locator->loc_indicator instead.
2000-07-10 19:08:27 +00:00
Danny Heijl
9f4c3eac9d
- Increase allowed number of columns from 256 to 384.
2000-07-05 19:37:45 +00:00
Danny Heijl
017cde1d11
- Informix driver : Changes for new "main" directory (win32 build)
2000-07-03 19:27:28 +00:00
Sascha Schumann
cd754d7825
Rename macros which begin with underscore to appropiate macros. The general
...
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
2000-07-03 00:41:19 +00:00
Sascha Schumann
0c03253635
Stop including dl/phpdl.h.
2000-06-24 15:36:04 +00:00
Egon Schmid
dd43255b27
More protos.
2000-06-18 19:18:30 +00:00
Andi Gutmans
a9d4cf9023
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
...
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
2000-06-10 08:48:01 +00:00
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
2000-06-05 19:47:54 +00:00
Danny Heijl
90331b27ac
- added COMPILE_DL_INFORMIX to WIN32 project file
2000-05-28 12:06:56 +00:00
Danny Heijl
a603902561
- Name correction.
2000-05-28 11:08:28 +00:00
Sascha Schumann
5df3ca812b
Add INFORMIX_SHARED_LIBADD to LT_SHARED_LIBADD
2000-05-23 23:19:11 +00:00
Sascha Schumann
3563e0adba
Make informix extension buildable as shared module on Unix.
2000-05-23 23:13:34 +00:00
Sascha Schumann
0236982d6d
s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.
2000-05-23 09:22:01 +00:00
Danny Heijl
7d5e93ac57
- fix for SQLLVARCHAR provided by Alan Shepherd. (Danny)
2000-05-10 18:56:42 +00:00
Sascha Schumann
b6e4841ec7
Determine first whether we will use ZTS mode or not.
...
This is important, because the system checks will yield different
results depending on whether POSIX threads are enabled or not.
We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags
in non-ZTS mode causes complete build failures on some platforms
(i.e. FreeBSD 2.2.x). This will cause harmless warnings on some
platforms (i.e. Solaris 2).
2000-05-04 09:42:27 +00:00
Sascha Schumann
7613e064f8
Remove trailing empty lines
2000-05-01 22:38:42 +00:00
Sascha Schumann
0d36199cf9
Large test commit IV
2000-05-01 22:04:52 +00:00
Sascha Schumann
de2cea47c0
Large commit test III
2000-05-01 22:00:09 +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
953fe189da
Overall UNIX build system improvements:
...
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
2000-04-30 03:20:09 +00:00
Danny Heijl
53263049d2
- fix Win32 Release_TS build of Informix driver (danny).
2000-04-15 12:54:07 +00:00
Zeev Suraski
bf5cb890b0
- Convert 'PHP3' to 'PHP'
...
- Avoid declaring crypt() related salt types twice
2000-02-26 03:20:55 +00:00