Commit Graph

1823 Commits

Author SHA1 Message Date
Sara Golemon
93f795bb9e Add proxy support to ftp using http wrapper 2004-07-24 04:01:48 +00:00
Georg Richter
8c6ab178e4 fixed bug #29311
added support for Cursors (MySQL 5.0.x)
2004-07-23 12:47:36 +00:00
Wez Furlong
bb23e0d7cc news... 2004-07-22 12:15:12 +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
Sara Golemon
dee534efba MDTM added to ftp_url_stat 2004-07-21 04:38:47 +00:00
Sara Golemon
f92797f4e0 Add bz2 stream filter support 2004-07-20 05:26:33 +00:00
Dmitry Stogov
96fc48b606 Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). 2004-07-19 14:55:35 +00:00
Dmitry Stogov
71b7a54377 Fixed bugs #29109 and #29236. (WSDL cache failure) 2004-07-19 13:58:10 +00:00
Dmitry Stogov
e0f33c589f Fixed bug #29061 (soap extension segfaults). 2004-07-19 12:53:29 +00:00
Sara Golemon
5289adbe99 Add zlib stream filter support 2004-07-17 00:05:31 +00:00
Sebastian Bergmann
d1106bb4dc (IMO) Better NEWS entry for true/false/null implementation change. 2004-07-16 07:31:34 +00:00
Marcus Boerger
5c0cd5c47e Correct version 2004-07-16 07:17:51 +00:00
Marcus Boerger
53697aeb0d BFN 2004-07-16 07:16:53 +00:00
Sara Golemon
c4bf45e39a Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis. 2004-07-14 00:14:43 +00:00
Andi Gutmans
c18badbfbf - 5.0.1-dev 2004-07-13 19:56:49 +00:00
Andi Gutmans
399e2ca69f - Roll PHP 5.0.0 2004-07-13 19:05:31 +00:00
Ilia Alshanetsky
7daa1cfecc Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). 2004-07-12 18:48:30 +00:00
Andrey Hristov
c401890d17 reorder + add 2004-07-11 21:41:33 +00:00
Ilia Alshanetsky
4ebcb2ecfe Fixed bug #29008 (array_combine() does not handle non-numeric/string keys). 2004-07-11 15:23:57 +00:00
Dmitry Stogov
8ad22e4279 Fixed bug #28751 (SoapServer does not call _autoload()) 2004-07-06 07:30:33 +00:00
Marcus Boerger
c884ad017c - Bugfix: #29019 Database not closing 2004-07-05 19:36:10 +00:00
Moriyoshi Koizumi
0f2c97f627 BFN 2004-07-03 16:14:46 +00:00
Frank M. Kromann
e0fe48e8a0 Fix for #28512. news entry 2004-06-30 19:51:28 +00:00
Ard Biesheuvel
77804efa77 Revert at Derick's request 2004-06-28 11:41:08 +00:00
Ard Biesheuvel
d1efeb2e58 BFN 2004-06-28 11:28:12 +00:00
Marcus Boerger
962b593455 BFN 2004-06-26 22:08:19 +00:00
Moriyoshi Koizumi
d200a703e7 *** empty log message *** 2004-06-26 17:04:39 +00:00
Stefan Esser
9e5ea7d229 strip_tags() news 2004-06-26 07:46:08 +00:00
Moriyoshi Koizumi
4eccf848ec - WS 2004-06-26 05:41:14 +00:00
Moriyoshi Koizumi
b33f7ab671 - Fix bug #28466 (mbstring_convert_variables() problem). 2004-06-26 05:39:00 +00:00
Andrei Zmievski
279770743f MFB (better error checking in pcre_fullinfo() calls). 2004-06-22 22:21:58 +00:00
Sara Golemon
8f2686df35 BFN 2004-06-21 21:09:13 +00:00
Marcus Boerger
dc66fb1f10 Fixed bug #28822: ArrayObject::offsetExists() works inverted 2004-06-21 19:15:27 +00:00
Marcus Boerger
3df3aedbe0 BFN 2004-06-20 16:49:49 +00:00
Marcus Boerger
9219b746bb BFN 2004-06-20 09:39:09 +00:00
Marcus Boerger
47c72816d3 BFN 2004-06-15 20:40:58 +00:00
Rob Richards
196506caa1 BFN 2004-06-15 11:51:09 +00:00
Rob Richards
ac772dcf53 BFN 2004-06-13 10:13:12 +00:00
Marcus Boerger
7318238236 Changed that a bit 2004-06-10 13:39:30 +00:00
Marcus Boerger
2784cf206d BFN 2004-06-10 11:57:04 +00:00
Marcus Boerger
17a363a8f8 BFN 2004-06-10 11:29:15 +00:00
Dmitry Stogov
0282ad792a Fixed bug #28702 (SOAP does not parse WSDL service address correctly). 2004-06-10 09:07:09 +00:00
Marcus Boerger
bd05792560 BFN 2004-06-09 19:26:55 +00:00
Ard Biesheuvel
4713ce294d Interbase news 2004-06-08 20:25:49 +00:00
Andi Gutmans
0bdbbd379e - Go back to -dev (Shouldn't need another RC) 2004-06-07 18:57:34 +00:00
Andi Gutmans
6f47156228 - Roll RC3 2004-06-07 14:23:45 +00:00
Derick Rethans
bcca5b8cb5 - Reorder (again :) 2004-06-07 07:05:33 +00:00
Georg Richter
216eb9f82b added mysqli changes 2004-06-05 18:43:31 +00:00
Marcus Boerger
120625548d BFN 2004-06-05 14:59:32 +00:00
Ard Biesheuvel
5be358667b news 2004-06-03 10:55:27 +00:00
Andi Gutmans
02032ccf9f - Prepare for RC3RC2 2004-06-03 08:17:15 +00:00
Derick Rethans
0ede231c76 - Reorder 2004-06-01 11:54:00 +00:00
Andi Gutmans
6f34d891f5 - NEWS 2004-06-01 11:47:14 +00:00
Derick Rethans
f964cc09d2 - Fixed ip2long() behavior if an invalid IP address was passed to the
function. This makes it possible to distingiush between "255.255.255.255"
  and a wrong one.
2004-05-28 10:45:18 +00:00
Derick Rethans
ab34eb7330 Put similar items next to eachother 2004-05-27 12:28:41 +00:00
Andi Gutmans
d470f93506 - More news 2004-05-27 12:01:14 +00:00
Andi Gutmans
5a9d648f1f - RC3RC1 2004-05-27 11:39:35 +00:00
Andi Gutmans
7f887852a6 - NEWS 2004-05-27 08:30:14 +00:00
Wez Furlong
81b3231b5d Moved pdflib extension to PECL 2004-05-24 16:41:41 +00:00
Andi Gutmans
bd892a164b - NEWS 2004-05-23 16:24:21 +00:00
Andrey Hristov
4760dd4fc5 adding this 2004-05-23 15:26:55 +00:00
Andrey Hristov
794065776a Ansrei reverted this 2004-05-23 15:21:38 +00:00
Derick Rethans
42bc9637b2 - Fixed order (again) 2004-05-21 15:09:34 +00:00
Dmitry Stogov
b9bb0d77a0 Fixed bug #28239 (No results returned on SOAP call, no error given) 2004-05-21 14:50:19 +00:00
Andrei Zmievski
66181dde3b .ini variables patch notice 2004-05-14 21:10:02 +00:00
Ilia Alshanetsky
a4c3c3cd47 GD bug fixing news. 2004-05-09 18:26:40 +00:00
Derick Rethans
ca47676650 - Fixed news 2004-05-09 14:22:02 +00:00
John Coggeshall
7b54f02f25 Tell ppl about it. 2004-05-09 14:00:30 +00:00
Sara Golemon
0dae58bb2a Bugfix #28300 Userspace stream/filter names don't need to be lowercased. 2004-05-06 14:29:33 +00:00
Sara Golemon
0180c36951 BugFix#28287 stream_*_register() not calling __autoload(). 2004-05-05 18:18:57 +00:00
Wez Furlong
4a645e09af news 2004-05-04 15:11:06 +00:00
Wez Furlong
4b4fae6aa4 another down... 2004-04-29 10:19:16 +00:00
Marcus Boerger
8116ba4249 BFN 2004-04-25 11:19:57 +00:00
Andi Gutmans
87a9f7bdbb - RC3-dev 2004-04-25 10:13:08 +00:00
Andi Gutmans
1ccf8dde15 - This was forgotten 2004-04-25 09:15:57 +00:00
Andi Gutmans
94c44ea9eb - RC2 2004-04-25 08:32:50 +00:00
Wez Furlong
df14ec2fe2 Spell it out. 2004-04-25 00:41:34 +00:00
Andi Gutmans
fa2e902436 NEWS 2004-04-23 21:51:39 +00:00
Derick Rethans
43aed8f70b This was already in NEWS for the branch, removing 2004-04-23 18:20:20 +00:00
Derick Rethans
858fc0015f Cleanup NEWS 2004-04-23 18:19:03 +00:00
Rasmus Lerdorf
191a661f8c MFB: Fix for bug #27810 2004-04-23 18:08:58 +00:00
Wez Furlong
16f8b66e46 Another one bites the dust 2004-04-23 13:28:05 +00:00
Wez Furlong
03b4f344a0 News about the ssl server socket bug 2004-04-21 23:02:56 +00:00
Wez Furlong
0fb4bf9771 Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) 2004-04-21 12:02:47 +00:00
Wez Furlong
d6cb1431ac yaz moved 2004-04-21 08:57:16 +00:00
Derick Rethans
142edcf01f - Reorder news 2004-04-21 07:23:40 +00:00
Frank M. Kromann
bfdcc96274 mssql related fixes 2004-04-20 23:55:02 +00:00
John Coggeshall
04764e1942 minor update 2004-04-20 18:29:16 +00:00
Andi Gutmans
844b4738fd - Fix news 2004-04-20 14:18:56 +00:00
Andi Gutmans
71f99771b0 - More news 2004-04-20 14:15:57 +00:00
Wez Furlong
daa90c915c Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. 2004-04-19 17:41:39 +00:00
Derick Rethans
3326b8790e - Is it really this hard?</jani> 2004-04-19 15:15:49 +00:00
John Coggeshall
bf937669e0 Adding tidy error handling news 2004-04-19 15:14:31 +00:00
Wez Furlong
73af3afdbe and the news 2004-04-19 15:08:11 +00:00
foobar
4a45a8e948 Remove duplicate entries 2004-04-15 12:25:57 +00:00
Dmitry Stogov
8d8c50fed3 Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF). 2004-04-15 10:27:53 +00:00
foobar
724a221a7b reorder..is this so hard..? :) 2004-04-15 02:37:42 +00:00
Marcus Boerger
1c7fdeac21 BFN 2004-04-14 23:41:22 +00:00
foobar
e1c7a424ce BFN 2004-04-13 17:28:23 +00:00
Ilia Alshanetsky
824f9a4d11 Fixed bug #27928 (sqlite incorrectly handles invalid filenames). 2004-04-09 18:02:05 +00:00