length argument of the 's' specifier #7
No reviewers
Labels
No Label
Bug
Enhancement
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: geos/php-geos#7
Loading…
Reference in New Issue
There is no content yet.
Delete Branch ":php7"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
i need these modifications otherwise the 001_Geometry-test fails.
On which system does 001_Geometry fails ? Is it a 32bit system ?
I tried to configure drone to test 32bit builds but it failed: https://drone.osgeo.kbt.io/geos/php-geos/26
Could you rebase your changes against current master, btw ?
Note that I pushed one of the commits in your branch
I use a VM OpenSuse 13.2 64bit with PHP v7.0.8 debug.
Without my modifications i get a segfault:
With my modifications all works fine.
Swen
Can you please check if current master still needs modifications ?
The current build bot is a 64bit (docker) testing PHP-7.0.7 with gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
master works fine, no errors on my side :)
Great, but now I'd love to get the problematic system automatically tested, somehow.
I could test PHP-7.0.8 to see if it makes a difference (7.0.7 is already built with --enable-debug but didn't fail). Latest is 7.0.9 if I'm not mistaken.
Can confirm, geometry tests were failing on OSX 10.11.5 with PHP 7.0.9 and GEOS 3.5.0, this PR fixes that.
thanks for testing, but I'm afraid I merged this to the wrong branch (now the code is in master).
@swen100 could you please file a new PR targetting the master branch, if still needed ?