1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Commit Graph

8630 Commits

Author SHA1 Message Date
foobar 83b5a2fb0c SCO (and maybe others) do not have this defined. 2001-04-03 10:51:16 +00:00
Jon Parise c20a6ff9dc Cleaner (and probably safer) condition handling. 2001-04-03 03:12:49 +00:00
b2f09a03a2 ChangeLog update 2001-04-03 01:09: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
46fcfe73ab ChangeLog update 2001-04-02 01:09:19 +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
Sebastian Bergmann 2348bb3031 Fixed some glitches in NEWS. (Yes, you may call me pedantic :-) 2001-04-01 14:13:09 +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
f29c9900b1 ChangeLog update 2001-04-01 02:09:16 +00:00
Zeev Suraski b865380edb Fix headers handling with output buffering 2001-03-31 22:53:19 +00:00
8f7d387f72 ChangeLog update 2001-03-31 02:09:21 +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
Sascha Schumann 8d5af8cb46 Replace the incomprehensible newline escaping with @NEWLINE@
Fixes the build on Darwin 1.2
2001-03-30 14:02:20 +00:00
Ulf Wendel 2a7b87a162 - Renamed the file following Thies suggestion
100% beginners compatible politics of the PHP core guys: I was (again) allowed to make a mistake without beeing kicked - cool, thanks!
2001-03-30 09:16:54 +00:00
a7ca35193a ChangeLog update 2001-03-30 02:09:17 +00:00
Ulf Wendel e294ebbc6d - uuups, modified the package.dtd, undo 2001-03-29 22:01:52 +00:00
Ulf Wendel f20f37f8ad - Added a package xml file for IT[X] templates 2001-03-29 21:54:27 +00:00
Chuck Hagenbuch 183b651a84 Fix a couple of warnings when calling PEAR::raiseError() statically. 2001-03-29 19:54:27 +00:00
Ulf Wendel b8f18cbc3d - package XML for the Cache
I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?
2001-03-29 15:01:16 +00:00
James Moore af02c17d9f Output php version at end of tests. 2001-03-29 12:07:37 +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
32e7737567 ChangeLog update 2001-03-29 02:09:19 +00:00
foobar 7449d09be0 Fixed bug: #10040. 2001-03-29 00:22:45 +00:00
Tomas V.V.Cox 1910b18164 pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]

DB.php
* $rowmun in fetch* now defaults to NULL

mysql.php
* added default $fetchmode to ordered
* removed extra checks in connect()
* fetchrow() now uses fetchInto()
* added the "fetch absolute row numbers" feature to fetchInto()
(not tested)

ifx.php
* better handling of $rownum param in fetchInto()
2001-03-28 23:52:21 +00:00
foobar 6c55672dfd Make file() work again.
# For some reason if libbind is linked with PHP the file() function
# won't work with URLs. Do we even need libbind?
2001-03-28 22:30:21 +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
Ulf Wendel f5efe02d88 Added a simple usage example 2001-03-28 18:32:20 +00:00
Zeev Suraski 9aac926d3f Fix warning 2001-03-28 16:12:16 +00:00
Zeev Suraski 6dafabd73f Make Windows happy 2001-03-28 15:46:51 +00:00
Zeev Suraski 3492049c86 Get rid of more redundant code 2001-03-28 15:32:52 +00:00
Zeev Suraski 3d3d8881c6 Cleaner way of making sure resources start at 1 and not 0... 2001-03-28 15:22:15 +00:00
Zeev Suraski 8c13f9d56f Remove redundant code 2001-03-28 14:56:28 +00:00
de291baf63 ChangeLog update 2001-03-28 02:09: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
Derick Rethans c713967de3 - 'Fix' for bug 10002 2001-03-27 17:21:45 +00:00
Zeev Suraski 59c32058fc God knows what this code was doing... 2001-03-27 16:46:24 +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
Ben Mansell afbcd5c4eb Changed header handling; before, we were somehow losing
Content-Type: text/html
2001-03-27 15:16:34 +00:00
Thies C. Arntzen 679d841502 fixed newly introduced crash in ora_bind 2001-03-27 14:55:04 +00:00