Commit Graph

1900 Commits

Author SHA1 Message Date
Andi Gutmans
4c5fd67f7c - NEWS 2004-08-23 20:18:10 +00:00
Derick Rethans
05bf7d9c65 - Little changes. 2004-08-23 09:01:08 +00:00
Derick Rethans
998f5221b5 - Order and removed a bugfix which was already in 5.0.2/ 2004-08-20 06:14:42 +00:00
Brian France
2f97097e0f If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path. 2004-08-19 20:26:39 +00:00
Marcus Boerger
4319872812 Janify [tm] 2004-08-19 18:15:48 +00:00
Antony Dovgal
5d7d4a55aa BFN 2004-08-19 15:22:17 +00:00
Marcus Boerger
f97066dc17 BFN + reorder 2004-08-19 07:45:24 +00:00
Andrei Zmievski
fe5c131a0d Re-add my patch for .ini variable access. 2004-08-18 16:58:20 +00:00
Christian Stocker
98dd7282be Forgot to add DomDocumentFragment->appendXML(), when I commited it back then 2004-08-13 12:35:56 +00:00
Christian Stocker
e99c375606 Added DomDocument->recover property for parsing not well-formed XML Documents. 2004-08-13 12:32:55 +00:00
Rasmus Lerdorf
cad60c3760 Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time.  Hook support for Apache1/2 included.
2004-08-10 17:40:00 +00:00
Dmitry Stogov
426443cc18 Changed bugs order. 2004-08-10 16:43:20 +00:00
Dmitry Stogov
de46ba2ea5 Fixed bug #28969 (Wrong data encoding of special characters). 2004-08-10 16:11:41 +00:00
Dmitry Stogov
bcdab8f7e6 Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) 2004-08-10 14:57:47 +00:00
Andi Gutmans
b4faef2fe3 - MFB 2004-08-10 05:42:21 +00:00
Derick Rethans
92df5e9af9 - Fixed speling and some reordering 2004-08-09 15:56:51 +00:00
Sara Golemon
75f4ec8879 New Functions inet_pton() and inet_ntop() 2004-08-07 04:50:24 +00:00
Antony Dovgal
22bbf75b5f news entry 2004-08-05 14:13:13 +00:00
Georg Richter
b6da3465bc fixed bug #29522 2004-08-04 12:59:26 +00:00
Marcus Boerger
8ff8c8cc49 MFHed 2004-08-03 17:07:40 +00:00
Marcus Boerger
546b9b97ca BFN 2004-08-03 16:41:12 +00:00
Christian Stocker
274dbb1b75 Remove News entry, which is already in 5.0 2004-07-29 06:40:45 +00:00
Christian Stocker
5f888422d9 Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) 2004-07-28 12:40:53 +00:00
Georg Richter
485f862b35 fixed bug #29335 2004-07-26 07:19:05 +00:00
Georg Richter
dede51adf6 fixed bug in mysql->client_version
added mysql->client_info property
2004-07-26 05:44:06 +00:00
Christian Stocker
0936bfa42c renamed registerNamespace() to registerXPathNamespace() 2004-07-25 14:59:21 +00:00
Christian Stocker
0b244def73 added new method SimpleXMLElement->registerNamespace(string prefix, string uri)
"registers a prefix <-> namespaceURI combination for use in a later xpath query. "
2004-07-25 11:02:43 +00:00
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
Andi Gutmans
7bedd9f824 - NEWS 2004-04-09 14:43:20 +00:00
Marcus Boerger
84ddc25df6 BFN 2004-04-08 20:38:17 +00:00
Derick Rethans
1f932c30d6 - Added reworded destructor change 2004-04-08 16:19:58 +00:00
foobar
1789e67088 pfft.. 2004-04-08 07:56:50 +00:00
Rob Richards
e8340dd2c5 BFN 2004-04-07 16:25:55 +00:00
foobar
4ee4d27cb4 reorder, reword, typos.. 2004-04-06 09:53:31 +00:00
foobar
338b9bfb2d Remove duplicate entry 2004-04-06 09:43:18 +00:00
Dmitry Stogov
7dae9e6cad Fixed bug #27742 (WDSL SOAP Parsing Schema bug) 2004-04-02 06:23:51 +00:00
Dmitry Stogov
9dd0826623 Fixed bug #27722 (Segfault on schema without targetNamespace). 2004-04-01 13:44:12 +00:00
Sara Golemon
72616e6eae BugFix#27619
Filters not applied to pre-buffered stream data.
(esp. http:// streams)
2004-03-31 23:48:59 +00:00
Rasmus Lerdorf
1ece5eb5ad MFB test case for bug #27719 and improve comments in this tricky DST code 2004-03-28 15:03:56 +00:00
Marcus Boerger
4b82cb500f BFN: MFHed #27687 2004-03-27 01:48:39 +00:00
Marcus Boerger
6424efa54a BFN: MFHed 2004-03-27 01:19:02 +00:00
Marcus Boerger
f956b50f65 Change to studlyCaps convention
# Hopefully discussed enough this time
2004-03-26 21:16:50 +00:00
Marcus Boerger
aea24b2a79 Force destructors to have empty signatures 2004-03-26 20:05:35 +00:00
Derick Rethans
fe576c7acb - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be
hidden from within scripts (and a result value in the $_FILES global can be
  used to see the real failure anyway).
2004-03-25 21:27:23 +00:00
Andi Gutmans
7313bcd1f4 - Update NEWS 2004-03-25 18:04:08 +00:00
Marcus Boerger
bca4347064 Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header 2004-03-25 08:42:00 +00:00
Derick Rethans
2face60bef - Fixed NEWS
#- Can we *please* keep this in order?
2004-03-24 13:31:20 +00:00
Dmitry Stogov
7baa132194 Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented) 2004-03-24 13:16:07 +00:00
Marcus Boerger
b6e3da9b65 BFN 2004-03-23 21:19:53 +00:00
Marcus Boerger
e6a1f04677 Changed sqlite's OO API to studlyCaps. 2004-03-23 08:03:11 +00:00
Ilia Alshanetsky
d45b2c6bc3 MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).
2004-03-19 15:41:26 +00:00