Skip to content

Releases: koala-framework/zendframework1

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

20 Nov 08:51
d6a3c61
Compare
Choose a tag to compare

v1.12.13-p2: Some PHP 7.2 fixes

08 May 15:02
30f94db
Compare
Choose a tag to compare
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

24 Oct 13:35
Compare
Choose a tag to compare
Fixes domains like example.192.168.0.233.xip.io (note the 0)

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