Re: [INTERNALS-WIN] add deprecated support for VC
[email protected] (Elizabeth M Smith)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Pierre Joye wrote: > I wonder if we should not "fix" our code base to remove the deprecated > warnings for the CRT (_open, etc.). It may help us to use a more noisy > mode to catch possible issues or improvements. Looks good, at the very least we should turn off /wd4996 and ONLY use the secure_no_deprecate or whatever it is they're calling it this month - the wd4996 pragma turns off more... However I believe killing warnings IS on our todo list Thanks, Elizabeth