Searched refs:fno (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | tsrm_win32.c | 460 int fno, type_len = strlen(type), read, mode; in popen_ex() local 557 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex() 560 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex() 564 stream = _fdopen(fno, type); in popen_ex()
|
/PHP-5.4/build/ |
H A D | libtool.m4 | 2883 # We don't want -fno-exception wen compiling C++ code, so set the 2886 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4514 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4516 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], 4518 [-fno-rtti -fno-exceptions], [], 4519 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) 4768 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' 5059 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
/PHP-5.4/ |
H A D | NEWS | 5934 - Fixed bug #42627 (bz2 extension fails to build with -fno-common).
|
Completed in 47 milliseconds