| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
bump pkgrel on various packages
|
| |
|
| |
|
|
|
|
| |
fixes #991
|
| |
|
| |
|
|
|
|
| |
fixes #918
|
|
|
|
|
|
| |
This reverts commit 7ca9bed6c7cae20d1211944354c89bc5ce899f4b.
Seems like php pear works now. and this is the simpler way to do it.
|
| |
|
|
|
|
| |
https://bugs.php.net/bug.php?id=55439
|
|
|
|
| |
We will build pear separately
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
improved php-doc
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
php-xmlreader, gdbm support to php-dba
Changelog (php-5.3.6-r2 -> r3)
- removed cyrus-sasl-dev from makedepends; php-ldap *could* use it, but
there are issues with it finding sasl.h (let me know if you fix it)
- added gdbm support to php-dba
- added php-ctype, php-enchant, and php-xmlreader
- removed --disable-all from ./configure line (it's best to keep
defaults enabled)
- php extensions now depend on the php package
- fixed remaining inter-extension dependency issues
|
| |
|
|
|
|
|
|
|
|
| |
- php-sqlite now depends on php-pdo_sqlite in order to fix a dependency
issue
- php-pdo_* now depends on php-pdo
- added --disable-all to configure line and added php-dom as a shared
module, as a result
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- install all in $pkgdir first, then move to subpackages this is
alpine style and prevents -dev package be broken
- move duplicate code to function _do_build
- build the variants out of source tree. only copy object files
this saves space
- build cli, cgi and pear in one shot. saves one build (of cli)
- move phpize to php-cli. seems like pecl needs it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes php from complaining about snmp.so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
php-5.3.5-r2 changelog:
- Recreated php-cli subpackage and moved it out of the main php package;
- Combined php-cli and php-pear in the build() function (one less `make`
to perform);
- Created php-common subpackage, currently containing php.ini;
- Converted the main php package into a metapackage, which currently depends
on php-common and php-cgi;
- Updated the dev() split function to include all the build dirs we used,
and then symlinked /usr/lib/php/build to build-cgi by default;
- Moved the phar command to the php-phar subpackage;
Let me know what you think.
Matt
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
See the PHP 5.3.5 release announcement for more information:
http://www.php.net/archive/2011.php#id2011-01-06-1
Also, there is not a newer Suhosin patch available at this time, however,
the current suhosin-patch-5.3.4-0.9.10.patch appears to be working fine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I based my updates off of Arch Linux's work for this package.
Here's the changelog:
- Each 'main subpackage' gets its own build dir, in order to eliminate
build-time complications.
- Added php-cgi subpackage (in combination with the above change, fixes #505)
- Added php-embed subpackage.
- Removed php-cli subpackage; it's now in the main 'php' package.
- Added the configure options --with-readline and --enable-pcntl to the 'php'
package (previously known as the php-cli package).
- Enabled the 'error_log' default option for php-fpm.conf
- Enabled cgi.discard_path in php.ini, as --enable-discard-path was dropped from
being a configure option.
- Dropped --enable-force-cgi-redirect from configure options, as it was
deprecated and enabled by default in php.ini.
- Did away with $phpextensionsapache2 in the APKBUILD; seems it was there for a
workaround. Perhaps it was part of the #183 fix? (Apache still segfaults,
with or without the $phpextensionsapache2 workaround.)
For more info regarding PHP configure options:
http://www.php.net/manual/en/configure.about.php
Also, can someone look over the updates I made to the #183 fix, regarding the
above $phpextensionsapache2 workaround changes and the changes to where it says
"# see #183" throughout the APKBUILD? I want to make sure that I didn't break
that fix.
Thanks,
Matt
P.S.: I resent the patch to fix quoting the $srcdir variables and the like.
e.g. From "$srcdir/$pkgname-$pkgver" to "$srcdir"/$pkgname-$pkgver
|
|
|
|
|
|
| |
I enabled some defaults for php-fpm so that it will start without configuration.
Let me know what you think.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #393
|
| |
|
| |
|
|
|
|
| |
fixes #399
|
| |
|
|
|
|
| |
based on http://svn.php.net/viewvc?view=revision&revision=300843
|
| |
|
| |
|
| |
|
|
|
|
| |
we need patch the make install to find the xml.so
|