Sara Golemon
b0f344e493
Oh by the way, only use proxy mode for reading...
2004-07-24 04:14:26 +00:00
Sara Golemon
93f795bb9e
Add proxy support to ftp using http wrapper
2004-07-24 04:01:48 +00:00
49e31e4b0f
ChangeLog update
2004-07-24 00:32:58 +00:00
Andi Gutmans
d1b29ad4c2
- There's no reason why gettimeofday() shouldn''t return the same time in
...
successive calls; this test fails spuriously on Linux/x86_64 (which has
a particularly fast gettimeofday() implementation).
- Joe Orton <jorton@redhat>
2004-07-23 21:53:16 +00:00
Georg Richter
8c6ab178e4
fixed bug #29311
...
added support for Cursors (MySQL 5.0.x)
2004-07-23 12:47:36 +00:00
Marcus Boerger
5ff2111a59
Fix 0 Byte leak after alloca to emalloc change
2004-07-23 07:13:54 +00:00
Edin Kadribasic
67c42a4a9b
Updated version number
2004-07-23 02:28:18 +00:00
Ilia Alshanetsky
70d78cf7dd
Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).
2004-07-23 02:05:49 +00:00
b5a926f78d
ChangeLog update
2004-07-23 00:36:00 +00:00
Stefan Esser
da3d9f8e25
Fix .dsp
2004-07-22 22:42:35 +00:00
Stefan Esser
e58e6efd4d
Merge changes from GD 2.0.28
2004-07-22 22:38:59 +00:00
Marcus Boerger
170c92dfbe
Fix testcase
2004-07-22 18:40:19 +00:00
Rob Richards
950f950ecd
add optional name parameter to next()
...
move to next named sibling skipping subtrees
2004-07-22 15:50:44 +00:00
Wez Furlong
bb23e0d7cc
news...
2004-07-22 12:15:12 +00:00
Wez Furlong
17adf438a2
Added stream_context_get_default() which returns the default context option.
...
You may then set options that affect streams operations for the whole script.
Added stream_socket_enable_crypto() which allows you to turn on or off a crypto
layer (eg: SSL/TLS) on stream, if supported by the underlying transport.
Registered a bunch of constants for that.
2004-07-22 12:12:28 +00:00
Zeev Suraski
34b00ca22a
Fix bug in handling of protected properties
2004-07-22 11:54:27 +00:00
Zeev Suraski
2682bbd2b0
Fix Windows build
2004-07-22 08:06:52 +00:00
Georg Richter
96c002e07c
changed warning (bug #29298 ) for outdated client library
2004-07-22 07:24:55 +00:00
Sara Golemon
f064a2c8b9
This should fix binary safety for bound results or may coogle strike me down.
2004-07-22 03:23:33 +00:00
6789bcfed2
ChangeLog update
2004-07-22 00:34:33 +00:00
Edin Kadribasic
4162f81c88
HEAD is 5.1.0-dev now
2004-07-21 23:02:28 +00:00
Edin Kadribasic
728b849529
Fix for #28929 by Michael Sisolak
2004-07-21 22:52:50 +00:00
Edin Kadribasic
d42361630f
Fixed build
2004-07-21 22:13:31 +00:00
Ilia Alshanetsky
1c2a22025d
Fixed bug #29209 (imap_fetchbody() doesn't check message index).
...
# Initial Patch by tony2001 at phpclub dot net
2004-07-21 21:57:03 +00:00
Andrey Hristov
5e5d2640fb
add array_:
...
intersect_key()
intersect_ukey()
diff_key()
diff_ukey()
The first two by a patch of Cristiano Duarte. The second two were
implemented in almost the same way except one small difference.
2004-07-21 21:17:56 +00:00
Marcus Boerger
08fa8849b2
- Fixded #29291 : get_class_vars() return names with NULLs
2004-07-21 18:36:51 +00:00
Christian Stocker
7b292e2fba
Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn)
2004-07-21 11:19:09 +00:00
Sara Golemon
dee534efba
MDTM added to ftp_url_stat
2004-07-21 04:38:47 +00:00
Sara Golemon
e5ed53b00a
Add MTDM support to ftp_fopen_wrapper::url_stat()
2004-07-21 04:37:47 +00:00
Sara Golemon
f502f56613
Oops, copy/paste typo
2004-07-21 02:39:53 +00:00
Sara Golemon
ee93ed0aaa
Persistent mallocs can return NULL (on failure)
2004-07-21 02:38:40 +00:00
a03447092d
ChangeLog update
2004-07-21 00:34:28 +00:00
Ilia Alshanetsky
633ce3039f
Abort earlier on invalid format.
2004-07-21 00:14:48 +00:00
Moriyoshi Koizumi
182e93ab6e
- Add safe_pemalloc()
2004-07-20 21:55:57 +00:00
Rob Richards
23d202bd36
prep for alpha release
2004-07-20 20:57:10 +00:00
Moriyoshi Koizumi
fbfd50bd1f
- Correct range checks.
...
- Normalize negative values.
2004-07-20 20:08:08 +00:00
Moriyoshi Koizumi
e87fe59e96
- Cleanups.
2004-07-20 19:41:37 +00:00
Moriyoshi Koizumi
e25a206e87
oops...
2004-07-20 19:35:38 +00:00
Marcus Boerger
514dfbfbed
- Need to set handle prior to calling zend_register_module_ex()
...
(Marcus, Kamesh Jayachandran <kameshj at fastmail dot fm>)
2004-07-20 19:23:55 +00:00
Moriyoshi Koizumi
f89486a3a0
- Fix possible leaks / segfaults in persistent filter
2004-07-20 18:46:39 +00:00
Marcus Boerger
446cc107b8
- Fixed bug 28895 again (long live the dead)
2004-07-20 18:22:31 +00:00
Moriyoshi Koizumi
c210c68add
- Add more null checks.
2004-07-20 18:16:36 +00:00
Moriyoshi Koizumi
3e026f08ae
- pemalloc() might return NULL.
2004-07-20 18:03:19 +00:00
Rob Richards
180306cf88
add optional flush paramter to xmlwriter_output_memory
2004-07-20 15:13:53 +00:00
Zeev Suraski
8a153add90
Fix prototypes
2004-07-20 10:43:19 +00:00
Zeev Suraski
7601484612
Add descriptions
2004-07-20 09:24:22 +00:00
Stanislav Malyshev
7bdc6d4bf4
add todo
2004-07-20 08:58:18 +00:00
Dmitry Stogov
31757a6aa8
Fixed incorrect HTTP headers in SOAP response
2004-07-20 07:39:32 +00:00
Sara Golemon
f92797f4e0
Add bz2 stream filter support
2004-07-20 05:26:33 +00:00
Sara Golemon
fc7197322c
Make persistency safe
2004-07-20 05:08:52 +00:00