Re: [PHP-DEV] snprintf / ap_php_snprintf, %lld, gcc versions?

2005-03-27 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-03-27 07:49:31 +0200: > On Sun, 27 Mar 2005, Roman Neuhauser wrote: > > I'm having a puzzling problem with %lld conversion handling > > in ap_php_snprintf, and it seems to be gcc version-dependent. > > > > I found this problem through Statgrab, which has this macro: > >

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Antony Dovgal
On Sat, 26 Mar 2005 13:05:56 +0300 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Hi all! > > I'd like to fix two minor issues before releasing 5.0.4. > > These issues are: > 1) mmap'ed files are bound to 2M. > In HEAD PHP_STREAM_COPY_ALL is ((size_t)-1), but for some reasons in 5.0.4 it > is set t

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Zeev Suraski
At 13:55 27/03/2005, Antony Dovgal wrote: On Sat, 26 Mar 2005 13:05:56 +0300 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Hi all! > > I'd like to fix two minor issues before releasing 5.0.4. > > These issues are: > 1) mmap'ed files are bound to 2M. > In HEAD PHP_STREAM_COPY_ALL is ((size_t)-1), but f

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Antony Dovgal
On Sun, 27 Mar 2005 14:51:09 +0200 Zeev Suraski <[EMAIL PROTECTED]> wrote: > How are you planning to change it? See the diffs attached. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] Index: main/php_streams.h === RCS file: /

Re: [PHP-DEV] Two minor issues in 5.0.4

2005-03-27 Thread Zeev Suraski
The second diff appears to be pretty safe. Let's see what Wez says on the first one... Zeev At 14:57 27/03/2005, Antony Dovgal wrote: On Sun, 27 Mar 2005 14:51:09 +0200 Zeev Suraski <[EMAIL PROTECTED]> wrote: > How are you planning to change it? See the diffs attached. -- Wbr, Antony Dovgal aka

[PHP-DEV] Re: XML, expat and empty tags

2005-03-27 Thread Davey
Vadka wrote: Hi all! So, as it was stressed in expat one day, there are 'empty' tags, like: (without ending ). For now, it is not known what a tag was parsed (XML parser ext). It is not good: the original structure of XML changes. In XML, and are identical as far as semantics are concerned. Thi

[PHP-DEV] Build system support for stock FreeBSD autoconf ports

2005-03-27 Thread Jon Parise
The attached patch allows PHP's build system to recognize FreeBSD's "versioned" autoconf ports without the need for system-level symlinks or similar aliasing. It uses 'shtool path' to (attempt to) locate the appropriate autoconf / autoheader executable. I noticed that Jani did a bit of work earli

[PHP-DEV] PHP 4 Bug Summary Report

2005-03-27 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (787 total including feature requests) ===[*General Issues]== 27372 Verified parse error loading browscap.ini at apache startup (new parser required) 32219 Verified

[PHP-DEV] PHP 5 Bug Summary Report

2005-03-27 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (336 total including feature requests) ===[*Configuration Issues] 29971 Assigned variables_order behaviour ===[Apache2 related