Skip to content

Releases: koala-framework/zendframework1

v1.12.13-p3: Merge pull request #3 from mifreudenthaler/master

Choose a tag to compare

@mifreudenthaler mifreudenthaler released this 20 Nov 08:51
d6a3c61
Optionally use tlsv1.2

v1.12.13-p2: Some PHP 7.2 fixes

Choose a tag to compare

@kaufmo kaufmo released this 08 May 15:02
30f94db
Merge pull request #2 from koala-framework/fix-declaration

fixed declaration of assemble function (php 7.2), added missing argument

v1.12.13-p1: Fix '0' as valid domainPart

Choose a tag to compare

@nsams nsams released this 24 Oct 13:35
Fixes domains like example.192.168.0.233.xip.io (note the 0)

`empty('0')` is true, wtf