mirror of
https://github.com/php/php-src.git
synced 2024-12-29 03:39:59 +08:00
e391abb1d9
- Added information about removal of streams pooling API.
39 lines
831 B
Plaintext
39 lines
831 B
Plaintext
$Id$
|
|
|
|
UPGRADE NOTES - PHP X.Y
|
|
|
|
1. Internal API changes
|
|
a. Streams pooling API
|
|
|
|
2. Build system changes
|
|
a. Unix build system changes
|
|
b. Windows build system changes
|
|
|
|
|
|
========================
|
|
1. Internal API changes
|
|
========================
|
|
|
|
a. Streams pooling API
|
|
|
|
The streams pooling API has been removed. The following functions no longer
|
|
exist:
|
|
|
|
PHPAPI int php_stream_context_get_link(php_stream_context *context,
|
|
const char *hostent, php_stream **stream);
|
|
PHPAPI int php_stream_context_set_link(php_stream_context *context,
|
|
const char *hostent, php_stream *stream);
|
|
PHPAPI int php_stream_context_del_link(php_stream_context *context,
|
|
php_stream *stream);
|
|
|
|
========================
|
|
2. Build system changes
|
|
========================
|
|
|
|
a. Unix build system changes
|
|
-
|
|
|
|
b. Windows build system changes
|
|
-
|
|
|