add note about ssl context options.

This commit is contained in:
Wez Furlong 2006-05-01 01:10:33 +00:00
parent 8f87235107
commit 299fe2554f

2
NEWS
View File

@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, PHP 5.1.4
- Added "capture_peer_cert" and "capture_peer_cert_chain" context options
for SSL streams. (Wez).
- Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
- Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez).