From:             mkazin at gmail dot com
Operating system: Debian Linux 2.6.8
PHP version:      5.2.5
PHP Bug Type:     Apache2 related
Bug description:  Misspelled example text in php.ini

Description:
------------
I recently installed PHP5 and MySQL onto an existing Apache2 server.  Both
were installed using an up-to-date Debian's apt-get (unstable).

When I tried to run PHPMyAdmin, it complained that it didn't think the
mysql.so extension was loaded in my php.ini file.

Online support explained the problem, and suggested that adding the
required line would solve the problem.
  extension=mysql.o

This still did not work, since I used a copy-paste from the default
php.ini file, which contains the following mis-spelling:
  extension=msql.o

After correcting to the proper spelling, the problem was solved.

I checked the following CVS version of the file and confirmed that the
misspell still exists there:
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?view=markup

I'm not sure if the Windows msql.dll is the proper spelling.  Please
correct it as well if necessary.

Thanks,

Michael Kazin


-- 
Edit bug report at http://bugs.php.net/?id=43969&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43969&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43969&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43969&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43969&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43969&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43969&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43969&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43969&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43969&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43969&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43969&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43969&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43969&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43969&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43969&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43969&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43969&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43969&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43969&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43969&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43969&r=mysqlcfg

Reply via email to