Note if after applying this patch the project fails to load, it's because of a \r\n issue. Fix those and the project will load just fine.
Joseph > -----Original Message----- > From: Joseph Tate [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 12:21 PM > To: Php-Dev List > Subject: [PHP-DEV] Patch to add version info to php4isapi dll. > > > If someone would like to apply it, here's a patch to add versioning to the > php4isapi.dll file. The necessary files are attached and should go in the > same directory as the .dsp project file. Note due to the new partitioned > version scheme just inserted today. These files require no modification > when version numbers are changed. > > Index: sapi/isapi/php4isapi.dsp > =================================================================== > RCS file: /repository/php4/sapi/isapi/php4isapi.dsp,v > retrieving revision 1.16 > diff -u -r1.16 php4isapi.dsp > --- sapi/isapi/php4isapi.dsp 26 Dec 2000 22:15:32 -0000 1.16 > +++ sapi/isapi/php4isapi.dsp 11 Apr 2002 16:05:51 -0000 > @@ -156,10 +156,18 @@ > > SOURCE=.\php4isapi.def > # End Source File > +# Begin Source File > + > +SOURCE=.\php4isapi.rc > +# End Source File > # End Group > # Begin Group "Header Files" > > # PROP Default_Filter "h;hpp;hxx;hm;inl" > # End Group > +# Begin Source File > + > +SOURCE=.\php4isapi.rc2 > +# End Source File > # End Target > # End Project > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php