PHP lovin’ |
2006-07-06
|
From the build of php-sha256:
Build complete. (It is safe to ignore warnings about tempnam and tmpnam).
From the man page of tempnam and tmpnam:
Never use this function. Use mkstemp(3) instead.
The message after build comes from Makefile.global, used by phpize, and so gets printed after the build of any php module. This particular one luckily doesn't use tempnam and tmpnam.
Please lie to us more, PHP hackers. Our sites require cracking.