[PHP-DEV] Macro Expansion Problem From: Sascha Schumann (sascha <email protected>)
Date: 12/06/00

    We already faced it a couple of times on Win32 and SCO
    platforms: Functions like stat, rmdir are sometimes defined
    to other names. When such a name is used in a PHP function
    table/function definition, it automatically causes the PHP
    function to get renamed.

    With the advent of LFS, this problem becomes worse, as all
    standard IO (not stdio) functions get a 64 appended. So,
    either we face getting a lot of bug reports about normal
    functions disappearing, or we do something about it.

    Any ideas on how to get around it without throwing out the
    use of macro expansion?

    - Sascha

-- 
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>