Stig Bakken
d63ef03d7b
* 1.0 version
2002-12-27 17:19:31 +00:00
Ilia Alshanetsky
22a2636d9d
Made DBA tests not dependant on error reporting settings.
2002-12-27 04:46:40 +00:00
c9b374f8e0
Update.
2002-12-27 04:03:10 +00:00
Edin Kadribasic
586f68d820
Mention the fact that zlib extension is now built-in in win32 distro.
2002-12-27 03:16:01 +00:00
Edin Kadribasic
a3c2f80d72
Resolved apperent cvs commit confict.
2002-12-27 02:55:37 +00:00
ebe402a9c3
NEWS update
2002-12-27 01:32:47 +00:00
c52bcebc09
ChangeLog update
2002-12-27 01:32:29 +00:00
Ilia Alshanetsky
3283752055
Bug fixing news.
2002-12-27 00:09:13 +00:00
Derick Rethans
f3d3dd5bc8
- MFB
2002-12-26 23:45:05 +00:00
Georg Richter
4abcff7631
added Wez, Ilia & myself
2002-12-26 23:38:18 +00:00
Wez Furlong
bb640840c3
Remove cruft that opened a stream that was never closed in get_meta_tags().
...
(probably my fault).
Noticed by Philip Olson
2002-12-26 22:35:00 +00:00
Sterling Hughes
457f22c198
if needle is empty free allocated memory
2002-12-26 20:52:42 +00:00
Sterling Hughes
ca67d27fb2
remove memleak
2002-12-26 19:56:44 +00:00
Marcus Boerger
4041d4faed
Add missing test for db4 handler
2002-12-26 19:55:06 +00:00
Andrei Zmievski
4121057117
do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
...
FAILURE.
2002-12-26 16:27:59 +00:00
Edin Kadribasic
46219c714d
MFB:
...
Made ZLIB extension built in on Windows. Fixes #21139 .
2002-12-26 13:40:32 +00:00
03132bff12
ChangeLog update
2002-12-26 01:33:49 +00:00
George Schlossnagle
190867c800
fixed ws
2002-12-25 21:18:37 +00:00
George Schlossnagle
abbf745211
fix for 21177
2002-12-25 20:38:37 +00:00
Derick Rethans
b996b32031
- Add test for bug #21182
2002-12-25 20:08:36 +00:00
Ilia Alshanetsky
fbcee73c8c
Make range operate on the copies of the parameters rather then modify the
...
actual parameters.
2002-12-25 20:02:03 +00:00
33bdabbee2
ChangeLog update
2002-12-25 01:34:22 +00:00
Stefan Esser
66ebbb5ae1
fix compile warning
2002-12-24 23:46:17 +00:00
Stefan Esser
e900f8c97b
do correct casting
2002-12-24 23:28:05 +00:00
Ilia Alshanetsky
2e6e0f87dc
Removed pointless assignment.
2002-12-24 23:19:54 +00:00
Ilia Alshanetsky
0a2d473df0
The -1 is no longer needed, since it is done automatically by strlcpy().
2002-12-24 17:33:33 +00:00
Ilia Alshanetsky
a747d1f864
Changed strncpy() to strlcpy().
2002-12-24 17:30:48 +00:00
Ilia Alshanetsky
59b6ffee1e
A variety of CS style fixes, which include:
...
* Changed all argument parsing to use the new zend_parse_parameters()
* If a function is unavailable due to lack of support for a certain feature,
do not make the function avaliable, rather then making it print an error
saying that the functionality offered by the function is not avaliable.
* Lots of WS fixes all over the file.
* Change strcpy() to strncpy() to prevent possible buffer overflows.
Fixed a bug in ncurses_pair_content(), 1st parameter was wrong.
Fixed several function prototypes that failed to indicate that functions
accepted arguments by reference.
2002-12-24 17:20:33 +00:00
eb668bcd9b
ChangeLog update
2002-12-24 01:31:43 +00:00
Melvyn Sopacua
0764c3101b
Verify if gl_pathv is not NULL, which it is, when GLOB_NOMATCH isn't
...
supported and there are no matches.
# BSDi/Mac OSX are affected.
2002-12-23 18:33:46 +00:00
Stefan Esser
0bb1ff71d6
fix compile error on IRIX
2002-12-23 08:50:05 +00:00
Edin Kadribasic
f13ecb9832
MFB:
...
Ignore the new name of the binary built. Allows cvsclean to work again
in sapi/cgi.
2002-12-23 03:35:38 +00:00
Wez Furlong
05ea039144
MFB: fpos_t -> off_t
2002-12-23 02:56:46 +00:00
d5b8ef54e9
ChangeLog update
2002-12-23 01:33:10 +00:00
Ilia Alshanetsky
af55703d52
Fixed various memory leaks.
...
# Should this be MFHed?
2002-12-22 20:16:37 +00:00
Moriyoshi Koizumi
45f67837e6
Removed "%s" from format strings
2002-12-22 19:51:49 +00:00
Ilia Alshanetsky
0ae3050aa5
Fixed bug #21146 .
2002-12-22 19:44:01 +00:00
Moriyoshi Koizumi
d70f96550c
php_error => php_error_docref
2002-12-22 19:16:09 +00:00
Moriyoshi Koizumi
9b3f810564
WS fix
2002-12-22 19:05:06 +00:00
Moriyoshi Koizumi
dcc030f5ef
Fixed bug #21144
2002-12-22 19:01:44 +00:00
Wez Furlong
c5091eedf1
Forgot to include this in my previous commit for #21131 fix.
2002-12-22 18:06:27 +00:00
Wez Furlong
efea12fec5
Fix for Bug #21131 : fopen($file, 'a+') would incorrectly assume that
...
the stream position was at offset 0.
This corrects that assumption by querying the stream for it's position
when it detects the 'a' "flag" in the mode parameter to fopen.
Also added a test for plain files and amended the userstreams test to
take this into account.
2002-12-22 18:05:36 +00:00
Sascha Schumann
20e8bc31f0
(char *) vptr += expr; is refused by the IRIX compiler, so we use
...
vptr = (char *) vptr + expr; instead.
2002-12-22 16:34:13 +00:00
Sascha Schumann
280f4a4373
'index' is a function name in the C library, do not use it as variable name.
...
also, cast the 'void *' correctly to a 'char *' for manipulation
instead of an 'int'.
2002-12-22 16:03:28 +00:00
Wez Furlong
90c478664a
A Simple fix for Bug #12360 (fsockopen timeout doesn't work).
...
Analysis:
On systems with HAVE_GETADDRINFO and IPV6 support, php_hostconnect would
attempt to connect to each possible address that matched the requested IP.
If the remote host:port combination are dropping packets this would cause the
first connection to timeout (after waiting for the full timeout duration).
PHP would then attempt the second address and wait the full duration again.
Solution:
If the first connection attempt times out, abort the connection loop.
2002-12-22 13:55:45 +00:00
Melvyn Sopacua
e03bccb1ad
Delete some security related env variables
2002-12-22 12:48:49 +00:00
f023f6f8fc
ChangeLog update
2002-12-22 01:33:28 +00:00
Stig Bakken
aded559898
* Windows fix from Edin
2002-12-22 01:32:01 +00:00
Stig Bakken
c4ddda3e23
* set default xml-rpc cache ttl to 1 hour
2002-12-22 01:31:13 +00:00
Frank M. Kromann
ca4a0cdb8a
Create php.exe in cli directory to avoid conflict with the cgi version
2002-12-21 22:43:47 +00:00