| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
|
|
|
| |
xml is now buildin to support pear install.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Mediawiki page has it on download page
http://www.mediawiki.org/w/index.php?title=Download&oldid=308208
References:
http://www.mwusers.com/forums/showthread.php?14371-ConfirmEdit-and-reCaptcha-extensions-cause-Internal-Errors
http://bugs.php.net/bug.php?id=50394
|
| |
|
|
|
|
|
|
|
| |
fixes #272
The php modules no longer depend on php package so those needs to be
maintained manually now
|
| |
|
| |
|
|
|
|
| |
ref #241
|
| |
|
| |
|
| |
|
|
|
|
|
| |
rebuild against fixed imap c-client lib.
fixes #202
|
|
|
|
| |
fixes #183
|
| |
|
| |
|
|
|
|
|
| |
many apps needs 5.2
fixes #165
|
|
|
|
| |
also removed enchant. depends on x11.
|
|
|
|
|
|
|
|
|
|
|
| |
* remove php-session extension (its compiled in by default)
fixes #156
* added various php extensions
* added the suhosinver php hardening patch
* renamed php-postgresql to php-pgsql
|
| |
|
|
and fixed misc build issues
|