WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Busybox httpd server enabling php ?  (Read 29904 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Busybox httpd server enabling php ?
« Reply #15 on: October 05, 2010, 09:53:05 AM »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline gpcat

  • Newbie
  • *
  • Posts: 2
Re: Busybox httpd server enabling php ?
« Reply #16 on: October 31, 2010, 08:49:55 AM »
mysql.tcz is a dependency of php5.tcz

Which begs the question: WHY?


Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Busybox httpd server enabling php ?
« Reply #17 on: November 01, 2010, 01:38:46 AM »
That WHY is maybe easy to answer... if php5 is compiled with "--with-mysql" instead of "--with-mysqlnd" (for next generation driver), then it surely depends on mysql libs ;-)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline gpcat

  • Newbie
  • *
  • Posts: 2
Re: Busybox httpd server enabling php ?
« Reply #18 on: November 07, 2010, 01:39:38 AM »
I see.

Still, it seems counter-intuitive to the TinyCore paradigm as PHP has native support for SQLite. In many cases there may be a need for the scripting power of PHP but NOT a need for DBMS as powerful as mySQL.  With mySQL being larger than TinyCore itself, something in this picture to me seems wrong.

I should probably take this up with the extension's developer.