Basant Kukreja wrote: > Question regarding naming convention : > --------------------------- > +d none usr/php/5.2/zts-modules 0755 root bin > This name was chosed to allow different SAPI like Apache or Web Server 7 or other web server compiled with ZTS flags to share the same module (php extensions) just like how we share the module between mod_php and cgi sapis..
+d none usr/php/5.2/nsapi 0755 root bin > --------------------------- > this location is where nsapi specific libphp5.so will reside. Hence, zts name was not applied here. > zts-modules is generic name while nsapi is specific to Sun Web Server. In my > opinion directory names should either be (nsapi-modules and nsapi) or > (zts-modules and zts). > > I am afraid if we try to accommodate php with worker mpm in future, how would > we accommodate. > However, as you rightly said , it is not easily possible to share these modules between Apache worker and Web Server 7 because of other differences in compilation flags (like large file support based compilation within Apache and not in nsapi mode etc). At this point, zts-modules is the name currently approved within ARC. Hence, we will need to stick with it. - Sriram > > > On Wed, Jan 06, 2010 at 02:26:16PM -0800, Sriram Natarajan wrote: > >> Hi >> ARC - 2009/667 is now approved. Hence, I would like to now request for >> code review to add support for Sun Web Server 7 within PHP. To enable >> this support, I had to compile PHP as NSAPI plugin and deliver all the >> PHP extensions (in multi-threaded mode). Your feedback on this is much >> appreciated. I hope to integrate this within build 132. >> >> http://cr.opensolaris.org/~sn123202/php-b132.1/webrev/ >> >> - Sriram >> _______________________________________________ >> >> >> webstack-discuss mailing list >> webstack-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >>