The attached patch was accepted upstream, see
http://bugs.php.net/bug.php?id=54895 for details.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26965 3c298f89-4303-0410-b956-a3cf2f4a3e73
- use standard variables for configure
- use standard macros for build (prevents a second configure/compile
run when both php5-cli and php5-cgi packages are selected)
- construct PKG_CONFIG_DEPENDS before including packages.mk (fixes#9196)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26825 3c298f89-4303-0410-b956-a3cf2f4a3e73
The APC patch adds the APC extension to the source tree. However,
when it was selected nothing happens since the extension wasn't
'registered'. This is what a 'buildconf' run usually does.
This however needs version 2.13 of autoconf. So instead of
requiring this (additional) autoconf version on the build system
the files changed are included in an additional patch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26824 3c298f89-4303-0410-b956-a3cf2f4a3e73
The build fails since the php module is statically disabled. This patch
adds the required magic.
This should also finally close#7758.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26341 3c298f89-4303-0410-b956-a3cf2f4a3e73
The binaries are already dependent on sqlite3 and pthread, not only the
corresponding php modules.
This closes#7724.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25674 3c298f89-4303-0410-b956-a3cf2f4a3e73
- Introduce /etc/php5 which is scanned for additional configuration files.
So it is possible that a installed modules is automatically enabled
without the need to modify the php.ini.
- Remove unsupported config option: --disable-ttf
- Add support for SimpleXML module, closes#7758.
- Add support for PCNTL module.
- Modularize System V stuff.
- Rename BuildPlugin to BuildModule which IMHO fits better to the
commonly used terminology of "PHP module".
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25673 3c298f89-4303-0410-b956-a3cf2f4a3e73
currently the init.d script of fastcgi-php do not use the standard
rc.common methods. The attached patch fixes that.
Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23618 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
This patch installs the lib files for sigscheme (.scm files) in
/usr/share/sigscheme/lib instead of /usr/lib/sigscheme/lib.
If installed in another location, sigscheme can't find them and
refuses to start.
Another way to tackle the problem would be to make sigscheme look
for the .scm files in /usr/lib/sigscheme (the trailinig /lib seems
more than a bit superfluous), but that would require patching
configure.ac, which is probably more trouble than it's worth.
Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This enables encoding of iconv.so.
Signed-off-by: Woojae, Park<nikescar at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a followup to my 16 month old patch for perl signal numbering for mipsel:
https://dev.openwrt.org/changeset/16539
This time for mips. Tested on atheros (accton mr3201a). Also
compared favorably to linux-2.6.git's arch/mips/include/asm/signals.h
The most obvious benefit is that forked children get reaped
appropriately in long-running perl processes. Please apply.
http://www.personaltelco.net/~russell/mips-perl-signal.patch
Signed-off-by: Russell Senior <seniorr@aracnet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23472 3c298f89-4303-0410-b956-a3cf2f4a3e73