PHP 8.5.0 Alpha 2 available for testing

Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

titanrat at bk dot ru
8 years ago
I found some difference between php7.0 and php5.5 on this function

Php5 ldap_connect ('host', 0) try to connect default port - host:389
Php7 ldap_connect ('host', 0) try to connect host:0 and crashes.

<< Back to user notes page

To Top