> This one is essential. Same goes for native vs. bundled > expat. Unfortunately, there's no way to detect that PHP was > build against the bundled mysql/expat, and no easy way to use > the bundled versions ourselves.
Yes ther is! If you look carefully at phpinfo() output you can see a configure options used when building. If there is just '--with-mysql' it meas bundled. If '--with-mysql=DIR' it means nativ, and the same with expat Solt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
