History log of /php-src/NEWS (Results 13651 – 13675 of 15459)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.9RC3
# 34550382 14-Sep-2004 Sara Golemon

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() interna

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()

show more ...

# 955b43ba 10-Sep-2004 Sara Golemon

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

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.

show more ...

# a85bff97 07-Sep-2004 Sara Golemon

Protocol version context option and chunked transfer encoding

Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# ea5d8fcf 25-Aug-2004 Derick Rethans

- Those two are already in the NEWS for 5.0.2.

# 69aa60a9 25-Aug-2004 Andi Gutmans

- Improve wording

# 99cae17c 25-Aug-2004 Andi Gutmans

- MFB

# f30355a7 24-Aug-2004 Andrei Zmievski

MFB.

# e762b69c 24-Aug-2004 Andi Gutmans

- Fix typo

# 88b9c69c 23-Aug-2004 Andi Gutmans

- Improve wording

# 4c5fd67f 23-Aug-2004 Andi Gutmans

- NEWS

# 05bf7d9c 23-Aug-2004 Derick Rethans

- Little changes.

# 998f5221 20-Aug-2004 Derick Rethans

- Order and removed a bugfix which was already in 5.0.2/

# 2f97097e 19-Aug-2004 Brian France

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 r

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.

show more ...

# 43198728 19-Aug-2004 Marcus Boerger

Janify [tm]

# 5d7d4a55 19-Aug-2004 Antony Dovgal

BFN

# f97066dc 19-Aug-2004 Marcus Boerger

BFN + reorder

# fe5c131a 18-Aug-2004 Andrei Zmievski

Re-add my patch for .ini variable access.

# 98dd7282 13-Aug-2004 Christian Stocker

Forgot to add DomDocumentFragment->appendXML(), when I commited it back then

# e99c3756 13-Aug-2004 Christian Stocker

Added DomDocument->recover property for parsing not well-formed XML Documents.

Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1
# cad60c37 10-Aug-2004 Rasmus Lerdorf

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 Apache

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.

show more ...

# 426443cc 10-Aug-2004 Dmitry Stogov

Changed bugs order.

# de46ba2e 10-Aug-2004 Dmitry Stogov

Fixed bug #28969 (Wrong data encoding of special characters).

# bcdab8f7 10-Aug-2004 Dmitry Stogov

Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)

Revision tags: php-5.0.1RC1
# b4faef2f 10-Aug-2004 Andi Gutmans

- MFB

# 92df5e9a 09-Aug-2004 Derick Rethans

- Fixed speling and some reordering

1...<<541542543544545546547548549550>>...619