pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:31:
o ::_indices(), ::_values(), ::_types(), ::`->(), ::`->=() Fixed several argument checking bugs in the magic_* functions. o Fixed some bugs in the pmar installer. o Msql Fixed some compilation issues.
+
o Sql.pgsql
+
+
Fixed broken reconnect behaviour when the database connection dies.
+
Runtime ------- o Added workaround for incompatibility in MS Windows 10's Linux emulation layer. Changes since Pike 8.0.276 (release 4) ----------------------------------------------------------------------
pike.git/CHANGES:144:
Improved sendfile compatibility. o Process.create_process Improved behavior under high signal pressure. o Sql.pgsql Improved robustness against stray destructs and exceptions.
-
Fixed broken reconnect behaviour when the database connection dies.
-
+
o Standards.BSON Fixed circular dependency. o Mappings Multiple optimizations in m_delete() and friends. Added flag MAPPING_FLAG_NO_SHRINK.