On 5 August 2013 16:19, Pierre Joye <[email protected]> wrote:
> Hi Mike,
>
> On Aug 5, 2013 3:58 PM, "Michael Wallner" <[email protected]> wrote:
>>
>> On 5 August 2013 14:05, Michael Wallner <[email protected]> wrote:
>> > I have added a simple test case for Linux to verify it's basic
>> > functionality via the CLI server, and think it's ready to be merged to
>> > master to be able to test it within a wider audience.
>> >
>> > Objections, anyone?
>> > https://github.com/m6w6/php-src/compare/2Guploads
>>
>> Johannes reminded me, that we don't have C99 stdint portable typedefs
>> in a central PHP header file available yet.
>
> In 5.3+ it is easier. Other parts of php deals with that. M4 Macros are
> there for unices, on windows you have php_stdint (which transparently
> includes stdint with vc11 and up).
Yes, Anatol gave quite a few comments on the PR, so I knew about
win32/php_stdint.h, but I was tricked by my memory about a globally
(PHP-wide) available portability header :)
Thanks for the heads up though!
--
Regards,
Mike