[PHP-DEV] Bug #2071: Compilation error in "functions/sysvshm.c" From: Mats.Bredell <email protected>
Date: 08/16/99

From: Mats.Bredell <email protected>
Operating system: AIX 4.2.1
PHP version: 3.0.12
PHP Bug Type: Compile Failure
Bug description: Compilation error in "functions/sysvshm.c"

File functions/sysvshm.c fails with a compiler error. It seems that a variable name in the source code, 'shm_ptr', collides with an internal macro in the AIX header files. Changing the variable name (in 5 places) fixes the problem.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>