Skip to content

Conversation

lightbringer1991
Copy link
Contributor

@lightbringer1991 lightbringer1991 commented Oct 28, 2017

This is a fix for #489

Issue summary

In 64bit OS, PHP_INT_MAX = 9223372036854775807, and it seems to be too big for MicrosoftWord XML to handle.

Solution

Enforce the max value to 2147483647, which is the value of PHP_INT_MAX of 32 bit OS.

@troosan troosan added this to the v0.14.0 milestone Nov 4, 2017
@troosan troosan merged commit f4697ab into PHPOffice:develop Nov 4, 2017
@lightbringer1991 lightbringer1991 deleted the 489-fix-wrappingStyle-z-index-in-64bit-OS branch November 5, 2017 00:59
@troosan troosan mentioned this pull request Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants