1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

1808 Commits

Author SHA1 Message Date
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