# The bug (BC) only happens in this branch.
- Fixed memory leak in extension loading when an error occurs on Windows.
(Pierre)
+- Fixed bug #50464 (declare encoding doesn't work with). (Felipe)
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
seg fault). (davbrown4 at yahoo dot com, Felipe)
- Fixed bug #50351 (performance regression handling objects, ten times slower
--num;
}
- if (num > 0 || CG(encoding_declared)) {
+ if (num > 0) {
zend_error(E_COMPILE_ERROR, "Encoding declaration pragma must be the very first statement in the script");
}
}