Frank M. Kromann
fb98b6b838
Fixing memory leek on CancelFetch.
2001-04-16 16:27:11 +00:00
Andrei Zmievski
1a1018452c
@- Fixed a bug with /e modifier in preg_replace(), that would not correctly
...
@ replace two-digit references if single digit references were present
@ before them. This fixed bug #10218 . (Andrei)
2001-04-16 04:56:31 +00:00
Alexander Feldman
f0abfcc894
Fixed typo.
2001-04-15 19:03:12 +00:00
Alexander Feldman
531b8042ad
We shoud not fseek in a pipe and this caused a problem with popen and
...
fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD).
Now the fseek is done only when the handle is of type fopen.
2001-04-15 18:42:50 +00:00
Rui Hirokawa
053994b5eb
deleted warning output in dbx/pgsql.
2001-04-14 10:32:14 +00:00
Thies C. Arntzen
c42f260145
enable temporary LOBs when we detect oracle 8.1
...
enabled by default in Win32 project!
2001-04-14 09:51:29 +00:00
Thies C. Arntzen
8ac2502dfe
@- Added temporary LOB support in OCI8 (Patch by David Benson)
2001-04-14 08:38:46 +00:00
Thies C. Arntzen
14d800f7d9
the collections stuff s worth mentioning in the credits!
2001-04-14 08:06:40 +00:00
Wez Furlong
e030eb8238
When using freetype2, turn off libttf and turn on native gd ttf.
2001-04-14 00:15:26 +00:00
Thies C. Arntzen
9a42a31ba4
@- Fixed crash in pathinfo()
2001-04-13 18:22:13 +00:00
Thies C. Arntzen
b9216bcc1b
@ - OCI8 now supports binding of collections
...
@ (Patch by Andy Sautins <asautins@veripost.net >)
2001-04-13 14:43:39 +00:00
Wez Furlong
e9731903d1
Added GD 2.0.1 support.
2001-04-13 12:00:12 +00:00
Thies C. Arntzen
cb88701315
never initialize oci in OCI_THREADED mode. seems to break win32.
2001-04-11 15:46:03 +00:00
Marc Boeren
4532eebc4a
Added a database member to the dbx_link object. Since e.g. mysql reuses
...
connections, two or more dbx_link objects may share the connection
identifier. The database name is used in the dbx_query, where it calls
mysql_db_query instead of mysql_query.
This means the database name has to be passed around to all dbx_xxx_query
functions, hence the update on all the files. (Mc)
# Thanks to Christian Rabe for all the input on this issue!
2001-04-11 08:14:57 +00:00
Frank M. Kromann
6df886acfe
Fixing database password to actually work
2001-04-10 18:44:51 +00:00
Jon Parise
6aabc2c9d4
Statements end with a period.
2001-04-10 17:31:35 +00:00
Kevin
3cd2c989d3
Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions.
2001-04-10 16:26:28 +00:00
Jason Greene
86c2eaf741
Fix for PR #9729 , 9664, 9656, 8667.
...
All compilers on Solaris should build this extension correctly now.
It turns out the SUN CC, by default, enables a define that enables the use of
#pragma redefine extname in sun header files. This is why cc would work,
and gcc wouldn't.
-Jason
2001-04-10 03:16:05 +00:00
Derick Rethans
a379669ab6
- Removed debug thing
2001-04-10 00:09:17 +00:00
Derick Rethans
61e1bf9286
- Fix for bug #8839
...
- MINFO updated to use smart_str's
2001-04-10 00:07:53 +00:00
Sean Bright
b936138fd3
Constand should be case sensitive.
...
# Thanks Sterling
2001-04-09 21:12:54 +00:00
Jon Parise
5464d29551
Fix whitespace (use tabs).
2001-04-09 21:08:47 +00:00
Sean Bright
ec6f1887f8
Stop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk>
2001-04-09 20:56:49 +00:00
foobar
d85be2956c
Fix bug #10212 .
2001-04-09 15:46:24 +00:00
Rasmus Lerdorf
334cba47b9
printf argnum (parameter swapping) support from Morten Poulsen
2001-04-09 15:44:24 +00:00
Marc Boeren
066547a220
Added optional 'comparison_type' parameter to compare functions, to force
...
either text or number comparison. (Mc)
2001-04-09 11:53:39 +00:00
Uwe Steinmann
7ee542a524
- added domxml_version() to retrieve version of libxml
2001-04-09 11:53:06 +00:00
Stig Bakken
368c6bf003
@Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)
2001-04-08 21:57:13 +00:00
Jon Parise
99b5477b90
Use tabs instead of spaces.
2001-04-08 01:13:07 +00:00
foobar
176f5847be
ws pollution removed.
2001-04-07 21:46:43 +00:00
Jon Parise
db2cfde087
Fix compilation (strict compilers require constant initializers).
2001-04-07 18:22:29 +00:00
André Langhorst
9762f64222
fix proto
2001-04-07 15:43:06 +00:00
foobar
393189fccd
fixed protos
2001-04-07 02:48:19 +00:00
foobar
802a3ab829
Fixed some bugs.
2001-04-06 23:17:31 +00:00
foobar
84e5576f97
Killed some compile warnings.
2001-04-06 18:01:52 +00:00
Sean Bright
a1ba58a46c
Fixed possible overflow again.
...
# Heh...
2001-04-06 17:48:34 +00:00
Jon Parise
8540c6923d
Make this message more grammatically correct.
2001-04-06 16:04:25 +00:00
Sean Bright
10eaf14db9
Fixed possible overflow.
2001-04-06 14:42:06 +00:00
foobar
62c517d124
spaces to tabs
2001-04-05 18:48:03 +00:00
Romolo Manfredini
0509957bc3
pg_close not closing right connection.
2001-04-05 12:29:24 +00:00
Wez Furlong
486d3bef18
Fix for Bug #10168 (is_dst undeclared)
2001-04-05 08:40:27 +00:00
foobar
8960888c97
Fix bugs: #10157 , #7549
2001-04-05 05:38:18 +00:00
Thies C. Arntzen
cc48dd2138
make it compile with 6.5.x
...
postgresql notices are now send to the standard error-log
2001-04-04 21:40:41 +00:00
foobar
c34d2b91da
Added new configuration directives:
...
arg_separator.input and arg_separator.output
2001-04-04 20:46:26 +00:00
Frank M. Kromann
382e3c5ad6
Adding empty RSHUTDOWN function.
2001-04-04 20:10:14 +00:00
foobar
66553616ec
Killed 2 compile warnings.
2001-04-04 17:13:40 +00:00
foobar
679b914dc0
Cleaned up a bit. Removed some checks for header files that are
...
already checked in configure.in
2001-04-04 00:06:49 +00:00
Wilfredo Sanchez
cb71c4c2d0
Separate CPPFLAGS from CFLAGS.
2001-04-03 23:30:49 +00:00
Daniel Beulshausen
f085ab8a33
use V_STAT
2001-04-03 22:36:27 +00:00
Daniel Beulshausen
a29dc27c1c
resolve realpath if in v-dir mode
2001-04-03 21:39:18 +00:00