I reported this bug to php-dev, someone replyed back with:
"Someone can close this, I posted the fix to cvs already."
Could this be updated in 0.20a easily enough????
Jim...
"Jim A." wrote:
>
> When using the phpMyAdmin script from http://www.phpwizard.net/phpMyAdmin/
> I constantly get GPF's whenever I attempt to view/dump any table structure:
>
> PHP caused an invalid page fault in
> module PHP4TS.DLL at 016f:100718c4.
>
> Had DrWatson running and it reports (logfile available upon request):
> PHP4TS.DLL attempted to read from memory that does not exist.
> It may be using an uninitialized variable, or it may be
> attempting to access memory after having freed it.
>
> Jim...
>
> ===[ Enviroment ]===================================
> Completely uninstalled 0.20 snapshots.
> Deleted C:\OpenSA directory.
> Rebooted Win98 box.
> Installed 0.20 release.
>
> Altered default install path
> FROM: C:\Program Files\OpenSA\...
> TO: C:\OpenSA\...
>
> c:\OpenSA\Apache\conf\ files missing from binary,
> replaced the following from source:
> access.conf
> mime.types
> srm.conf
>
> Altered httpd.conf file to accommodate phpMyAdmin:
> FROM: AddType application/x-httpd-php .php
> TO: AddType application/x-httpd-php .php .php3
> ====================================================