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 char pointers.  An example is at

   http://www.er6.eng.ohio-state.edu/~jonesd/php/diffs/html.c.diff

You can tell the compiler to not issue pointer mismatch warnings, but
that disables it for all types of pointers - not a good idea.

------------------------------------------------------------------------------
David L. Jones               |      Phone:    (614) 292-6929
Ohio State Unviversity       |      Internet:
1971 Neil Ave. Rm. 406       |               [EMAIL PROTECTED]
Columbus, OH 43210           |               [EMAIL PROTECTED]

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to