Commit Graph

1861 Commits

Author SHA1 Message Date
Andi Gutmans
daa52df47a - Only 5.0.x news which we'll copy over before 5.1.0 release 2004-09-16 00:47:25 +00:00
Andi Gutmans
d098a077e4 - News 2004-09-16 00:46:20 +00:00
Sara Golemon
34550382d8 Added stream_filter_remove() to cancel a stream filter.
Register filters as resources when
instantiated by stream_filter_(ap|pre)pend().

Export php_stream_filter_flush() internal function to wind buffered data
out of a particular filter until consumed by a later filter or sent to
stream->readbuffer or stream->ops->write()
2004-09-14 03:48:17 +00:00
Sara Golemon
955b43ba12 Add stream_wrapper_unregister()
Disables a wrapper (user-defined or built-in) for the life of the request.

Add stream_wrapper_restore()
Restores the wrapper originally defined at the time the request started
to the protocol name mentioned.
2004-09-10 20:45:35 +00:00
Sara Golemon
a85bff9796 Protocol version context option and chunked transfer encoding 2004-09-07 19:27:11 +00:00
Derick Rethans
ea5d8fcf1d - Those two are already in the NEWS for 5.0.2. 2004-08-25 06:37:47 +00:00
Andi Gutmans
69aa60a947 - Improve wording 2004-08-25 01:06:18 +00:00
Andi Gutmans
99cae17cd0 - MFB 2004-08-25 01:04:41 +00:00
Andrei Zmievski
f30355a7df MFB. 2004-08-24 20:58:59 +00:00
Andi Gutmans
e762b69ccb - Fix typo 2004-08-24 01:04:57 +00:00
Andi Gutmans
88b9c69cb2 - Improve wording 2004-08-23 20:19:37 +00:00
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