X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:in-reply-to :references; q=dns; s=default; b=K6mK8Uuh3dVKhpEAssI9DaPrPIenM2y Pb9VRwD0215vzqb7apRfAXH45ljqVG1FZs1EvGoDcBOQ6Inq/FijQzP+Ocbxutfi 8b2MDwnVAUlRz/SycO+buS2h/SxY51jUdxAPwUcwqaF8Rk23NsM3HMXWJOZWKS77 iLL57Pz2qIhs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:in-reply-to :references; s=default; bh=oAUAbaU4BmThrYjeKvFJaevvd9o=; b=E61BX 8R1VYjYyEZzhyInw7xfvc1kSyHD2fDAreEzf6WF+0MfHrVNf2S8QmwfnRlpgJPIX 1wRsxthm/hl+BwQdXHYE3+PzYZfQr5CnKVVF1Wo/w+ox8s5fkvu2M5CU5koD8Y8I wKwI8gtNfzfj0Fqcgan1YRIQzdszJOjMRacxas= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FREEMAIL_REPLY,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mail2.asahi-net.or.jp Message-ID: <20131201102730.3464@binki> Date: Sun, 01 Dec 2013 10:27:30 +0900 From: wynfield AT gmail DOT com To: Subject: Re: Cygwin's PHP & MySQL In-reply-to: Your message of Sun, 1 Dec 2013 02:14:52 +0400 <144720399.20131201021452@freemail.ru> References: <20131129232533 DOT 2724 AT binki> <144720399 DOT 20131201021452 AT freemail DOT ru> X-IsSubscribed: yes Andrey Repin wrote: > > wgc> I am attempting to learn php programming together with interfacing it to > wgc> an MySQL server from an http web-page. > > Why you are doing it with Cygwin? There's a native MySQL server, native PHP > and native Apache server, that works together very well. You might as wel ask why am I using cygwin at all, since there's a proprietary Microsoft operating system and it works very well. > What is Cygwin-specific in your aim, that you go into a trouble of running all > the suite under Cygwin? A posix environment is one thing, education, compatibility and transporting are some others. > wgc> I ran into a fatal error. > wgc> The httpd2 server logs shows the following message: > wgc> "PHP Fatal error: Class 'mysqli' not found" > wgc> The phpinfo() function has no mention of the mysqli extension. > wgc> What do I need to do to get this important extension and install it in for my cygwin environment? > wgc> Any help or advice would be much appreciated. > > Install native applications. Also, switch to PDO ASAP. mysqli_* family of > functions isn't much better than mysql_* ones. You apparently didn't understand my question. It relates to cygwin and mysqli and my attempts to learn and build using it, and not Microsoft Windows. > -- > Sincerely, Andrey Repin > mailto:anrdaemon AT freemail DOT ru > > Sorry for my terrible english... Not to worry, I can understand it. Regards -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple