[PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Oct 2010 16:47:43 +0000 (16:47 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Oct 2010 16:47:43 +0000 (16:47 +0000)
commit9b33ba0b6be9cd7d1d7bdb454a4e9f3fa2a30167
treeab5857548e21a4ff17dd4ad42a530b4a927eca66
parentfa803d29673e308117ed55c26fa17cfeea92d452
[PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with uClibc.
Also add the required package dependencies. See also ticket #7237 for
reference.

A simple test case is the following php script:
<?php
  $db = new SQLite3("test.db");
?>

It hangs and triggers the max execution time without this patch.

Signed-off-by: Michael Heimpold <mhei at heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23585 3c298f89-4303-0410-b956-a3cf2f4a3e73
lang/php5/Makefile