|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-07 15:24 UTC] stas@php.net
[2000-11-07 16:14 UTC] maxkir at email dot com
[2000-11-07 18:26 UTC] rasmus@php.net
[2000-11-07 18:38 UTC] maxkir at email dot com
[2000-11-07 18:53 UTC] rasmus@php.net
[2004-10-01 00:41 UTC] mike at datahost dot gr
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 05:00:01 2025 UTC |
CGI version of PHP4. (Apache module fails too) ./configure \ --with-jpeg-dir=/usr/local \ --with-gd --with-oracle \ --with-mysql \ --disable-debug \ --enable-magic-quotes=yes \ --enable-memory-limit=yes \ --enable-url-fopen-wrapper=no \ --enable-sysvsem=yes \ --enable-sysvshm=yes \ --enable-track-vars=yes \ --with-system-regex \ --enable-safe-mode \ --with-gdbm \ --with-java=/usr/local/j2sdk1_3_0 \ --with-zlib magnat!kir$ mysql --version mysql Ver 10.12 Distrib 3.23.25-beta, for pc-solaris2.7 (i386) Mysql configure line: ./configure --without-debug --with-charset=koi8_ru --prefix=/usr/local --with out-docs --disable-shared Locale setting: magnat!kir$ echo $LC_ALL ru.koi8-r Script: magnat!kir$ cat ~/public_html/a.php <? $a = mysql_connect("localhost","kir","kir"); $res = mysql("kir_db", "select count(*) from test"); echo mysql_result($res,0); echo $a; ?> Run and ERROR: magnat!kir$ ~/SOFT/bin/php -f ~/public_html/a.php File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2) Character set '#7' is not a compiled character set and is not specified in the ' NONEXISTENT/charsets/Index' file <br> <b>Warning</b>: MySQL Connection Failed: Can't initialize character set 7 (path : default) in <b>/h/home/kir/public_html/a.php</b> on line <b>2</b><br> File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2) Character set '#7' is not a compiled character set and is not specified in the ' NONEXISTENT/charsets/Index' file <br> <b>Warning</b>: MySQL Connection Failed: Can't initialize character set 7 (path : default) in <b>/h/home/kir/public_html/a.php</b> on line <b>3</b><br> <br> <b>Warning</b>: MySQL: A link to the server could not be established in <b>/h/ home/kir/public_html/a.php</b> on line <b>3</b><br> <br> <b>Warning</b>: Supplied argument is not a valid MySQL result resource in <b>/h /home/kir/public_html/a.php</b> on line <b>4</b><br>