php-windows Digest 21 Jan 2008 15:42:48 -0000 Issue 3408

Topics (messages 28749 through 28750):

duplicate log level constant value in win32/syslog.h
        28749 by: Yoshinari Takaoka

Upgrading from 5.1.2 to 5.2.5 on Windows under IIS
        28750 by: Ahmed Nuaman

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi, all.

I wonder why syslog log level value is duplicated in win32/syslog.h,
an example is following.

http://cvs.php.net/viewvc.cgi/php-src/win32/syslog.h?revision=1.13&view=markup

#define LOG_NOTICE      6
#define LOG_INFO        6
#define LOG_DEBUG       6

Because of this definition, I can't output over LOG_NOTICE log level 
message(LOG_DEGUG, LOG_INFO excluded) in Windows.

is there any reason for this duplicate definition in only win32 ?
or is this a bug?

Best Regards.

-- 
Yoshinari Takaoka
[EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Hi,

I've been looking for a while to upgrade from PHP 5.1.2 to 5.2.5. Currently PHP runs under IIS6 via FastCGI. We have a number of sites that run on ASP.NET hence the use of IIS. Is there a fool proof way of upgrading the PHP installation?
--- End Message ---

Reply via email to