Open ricardo91 opened 6 years ago
Hi @ricardo91,
Are you using the 32-bit version of PHP?
I'am using a Wamp server 32-bit version 3.13
Ok, this is an issue currently when using a 32-bit due to the integer being larger than 32-bit can support, and converting it to a float dynamically.
Going to see if I can resolve it. Thanks!
Description:
<?php use Adldap\Laravel\Facades\Adldap;
?>
Error: DateTime::setTimestamp() expects parameter 1 to be integer, float given