php-src/UPGRADING.INTERNALS
Gustavo André dos Santos Lopes e391abb1d9 - Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.
- Added information about removal of streams pooling API.
2012-02-22 10:08:37 +00:00

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
-