1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

Added streams stuff

# Turn on those psychological thumbscrews!
This commit is contained in:
Wez Furlong
2001-05-03 20:21:06 +00:00
parent 3fc7a7aef7
commit 453f4a2d59

View File

@@ -17,3 +17,7 @@
* Fix Zend shallow copy issues with objects and arrays.
* Make all extensions thread-safe.
* Finish PHP streams abstraction, nuke all that issock stuff, implement SSL
socket support. (wez)