Gary wrote: > I am porting a website from a Unix server to IIS 5.0 on W2K Advanced > Server. The PHP code currently is using Shared Memory calls. My > developer tells me the information is shmop-based. > > Here's a sample of the code. The site is not functioning as it's > supposed to and I believe this may be the reason. Does anyone have > suggestions? I'm a newbie to PHP. >
>From the manual, chapter "Shared Memory Functions": "...The functions [the shared memory function] will not work on windows,..." Regards Darvin -- PHP Windows 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]