Hello,
I don't know who started recommending it, but the "y" option should essentially *never* be used. Any one who has a guide posted with the y option, change it to use d or n only.
At install time, services will be linked to the system zlib libraries. Upon DA install, our zlib binaries are installed to a differen path, no harm done. When the system services are restarted, they will re-link to our zlib, again, no harm. If you recompile zlib, then you must restart the service that uses it right away. This is why it's not recommend to use "y". The "d" option will notice zlib is already installed, thus won't install it. The "n" option just go straight to php (and any missing libs, which should be none at that point).
I'm going to add a huge warning in the customapache script to avoid the y option unless you know what you're doing (there are some cases where you would want the y option).
John