Re: [PHP-DEV] CVS Account Request

2001-06-30 Thread Dave Jones
'char *' and 'unsigned char *' interchangeably. ext/standard/basic_functions.c Add '#ifdef's to conditionally compile several declarations that refer to syslog (HAVE_SYSLOG_H) and sendmail (HAVE_SENDMAIL). ext/standard/credits.c Give Dave Jones credit for the OpenVMS

Re: [PHP-DEV] 4.0.6

2001-05-08 Thread Dave Jones
it is not that odd because it may have treated it like whitespace - imagine a long line script. now it may treat it not as whitespace and hence the problem there is no big difference between whitespace and newline(s) in php, is it? Both today (4.0.6-dev) and earlier \r is treated as whitespace.

[PHP-DEV] Porting to VMS, facing pedantic compiler

2001-05-06 Thread Dave Jones
I've been porting PHP to VMS for the past couple of weeks, how can I feed back some of my changes into the source tree so it's less work to track the changes? The fixes I'm interested in don't apply to VMS per se, but rather cases where the compiler squawks about intermixing signed and unsigned