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
Wilfredo Sanchez
0df6e8dd88
Add INSTALL_ROOT variable to specify install location.
2001-04-03 20:59:50 +00:00
Frank M. Kromann
8003b3aa9d
Fixing crash when listing databsaes
...
Fixing rowcount to woirk when the result contains an array og data.
2001-04-03 18:09:02 +00:00
foobar
83b5a2fb0c
SCO (and maybe others) do not have this defined.
2001-04-03 10:51:16 +00:00
Wez Furlong
1d71f04b44
changed the flags parameters to be a bitfield + constants (I don't know what
...
I was thinking!). Added a couple of extra parameters so that the equivalent
functionality of the openssl smime command can be pretty much used in full.
Added some more error reporting.
2001-04-02 23:14:01 +00:00
Anil Madhavapeddy
d26ec12ba2
Free the correct output buffer, to avoid a segfault on a HEAD request
...
when using output buffering with a custom handler (patch by zeev@)
2001-04-02 16:45:27 +00:00
James Moore
e52ec10341
remove rogue ZEND_GET_MODULE()
2001-04-02 16:37:50 +00:00
Nick Gorham
971d65059a
Added small change to php_odbc module, to check for failed SQLDisconnects
...
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Server, this regards a SELECT as
starting a transaction, and will leave it open if the result set is not all
read.
2001-04-02 15:18:47 +00:00
Andrei Zmievski
221a5a60b6
Use correct string length.
2001-04-02 13:20:16 +00:00
foobar
943c73896f
Fixed a typo. Bug: #10103
2001-04-02 09:06:33 +00:00
Marc Boeren
cbdd711312
Inserted a few extra initialisations, just in case. Had some problems in a
...
different module, this solved it there, hance the added insurance. (Mc)
2001-04-02 08:51:35 +00:00
Wez Furlong
4fa9c7477b
added some more error reporting and did a little tidying.
2001-04-02 01:31:08 +00:00
Wez Furlong
4cec53ac28
Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params
...
a bit more friendly to use. See the README for more info.
2001-04-01 23:06:15 +00:00
foobar
78390894e9
According to GD documentation the macros should be used instead..
2001-04-01 06:20:45 +00:00
foobar
aea8e80a62
Fixed bug #10095 .
2001-04-01 05:55:21 +00:00
foobar
f663f1edab
Fixed bug #8137 and killed some compile warnings.
2001-04-01 05:42:07 +00:00
Zeev Suraski
b865380edb
Fix headers handling with output buffering
2001-03-31 22:53:19 +00:00
Fredrik Öhrn
64bb010cf4
Implemented cpdf_set_viewer_preferences (previously a stub).
...
Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
2001-03-30 20:36:18 +00:00
Anil Madhavapeddy
2df7c8a0f1
Send the correct Vary headers, if we negotiate a gzip/deflate session
...
via Accept-Encoding. This obeys a SHOULD directive in RFC2616
PR: 10070
2001-03-30 17:44:08 +00:00
Wez Furlong
3bd5696a65
Fixed leak in php_iconv_string. Also returns FAILURE on failure,
...
rather than -1
2001-03-29 09:37:09 +00:00
foobar
7449d09be0
Fixed bug: #10040 .
2001-03-29 00:22:45 +00:00
André Langhorst
7d50e21a4b
fix typo
2001-03-28 20:08:49 +00:00
André Langhorst
339ac67ce3
fix proto
2001-03-28 19:41:38 +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
Derick Rethans
c713967de3
- 'Fix' for bug 10002
2001-03-27 17:21:45 +00:00
Dan Kalowsky
959f40a957
The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this.
2001-03-27 15:46:27 +00:00
Thies C. Arntzen
679d841502
fixed newly introduced crash in ora_bind
2001-03-27 14:55:04 +00:00