Re: [PHP-DEV] PHP_SHLIB_SUFFIX not being properly set on MacOSX

2005-01-05 Thread Brad House
[EMAIL PROTECTED] ~ $ autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-05 Thread Moriyoshi Koizumi
On 2005/01/05, at 1:31, Andi Gutmans wrote: At 06:26 PM 1/4/2005 +0900, Moriyoshi Koizumi wrote: On 2005/01/02, at 21:23, Marcus Boerger wrote: while i tried to improve performance of the array functions i developed a new pass type - pass as const which doesn't touch the passed variable at all an