summaryrefslogtreecommitdiffstats
path: root/main/php
Commit message (Collapse)AuthorAgeFilesLines
...
* main/php: fix crypt() md5 hashingNatanael Copa2011-08-232-1/+16
| | | | https://bugs.php.net/bug.php?id=55439
* main/php: upgrade to 5.3.7, remove pearNatanael Copa2011-08-223-1588/+1590
| | | | We will build pear separately
* main/icu: upgrade to 4.8Natanael Copa2011-06-071-1/+1
|
* main/php: build against libpng 1.5Carlo Landmeter2011-05-141-1/+1
|
* main/php: add support for mailparse (needs pecl mailparse)Carlo Landmeter2011-05-111-2/+3
|
* main/php: rebuild because of changed freetdsCarlo Landmeter2011-04-151-1/+1
|
* main/php: added mssql support and remove old configure flagsCarlo Landmeter2011-04-151-5/+8
|
* main/php: added apache2 to php-apache2's dependsMatt Smith2011-04-111-2/+2
|
* main/php: php-pear depends on php-xml, date.timezone defaults to UTC, ↵Matt Smith2011-04-091-2/+25
| | | | improved php-doc
* main/php: added db depends to db extensionsMatt Smith2011-04-081-10/+10
|
* main/php: fixed remaining dependency issues, added php-ctype, php-enchant, ↵Matt Smith2011-04-072-48/+61
| | | | | | | | | | | | | | 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
* main/php: php-xsl depends on php-dom.Kiyoshi Aman2011-04-061-2/+2
|
* main/php: improved subpackage dependenciesMatt Smith2011-04-051-59/+72
| | | | | | | | - 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
* main/php: upgraded to 5.3.6 and took over maintainershipMatt Smith2011-03-243-1562/+1552
|
* main/php: fix php-dev package and cleanup buildingNatanael Copa2011-03-041-90/+110
| | | | | | | | | | - 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.
* main/php: added safty check for API versionNatanael Copa2011-03-021-2/+11
|
* main/php: set executable permission on phpizeNatanael Copa2011-02-251-2/+2
|
* main/php: rebuild against db5Natanael Copa2011-02-231-1/+1
|
* main/php: php-common should replaces on php for php.iniWilliam Pitcock2011-01-211-1/+3
|
* main/php: bumped pkgrel for snmp updateMatt Smith2011-01-141-1/+1
| | | | Fixes php from complaining about snmp.so.
* main/php: improved APKBUILD, see changesMatt Smith2011-01-131-38/+46
| | | | | | | | | | | | | | | | | 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
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/php: rebuild against new icuNatanael Copa2011-01-101-1/+1
|
* main/php: updated to 5.3.5 and made cosmetic changes to APKBUILDMatt Smith2011-01-091-86/+32
| | | | | | | | 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.
* main/php: improved APKBUILD, see changes [resent, updated]Matt Smith2011-01-091-146/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* main/php: enabled some defaults for php-fpmMatt Smith2010-12-311-1/+7
| | | | | | I enabled some defaults for php-fpm so that it will start without configuration. Let me know what you think.
* main/php: added missing patchNatanael Copa2010-12-201-0/+5786
|
* main/php: upgrade to 5.3.4Natanael Copa2010-12-201-11/+11
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/php: update to compile fpm supportCameron Banta2010-12-102-4/+38
|
* main/php: bump pkgrelNatanael Copa2010-10-271-1/+1
|
* main/php: add apache2 subpkgJeff Bilyk2010-10-242-1/+109
| | | | ref #393
* main/php: rebuild against fixed bzip2 (CVE-2010-0405)Natanael Copa2010-09-221-1/+1
|
* main/php: rebuild against new icuNatanael Copa2010-09-031-1/+1
|
* main/php: php-pear should depend on php-cliNatanael Copa2010-08-101-2/+2
| | | | fixes #399
* main/php: added missing patchNatanael Copa2010-07-271-0/+11
|
* main/php: upgrade to 5.3.3Natanael Copa2010-07-275-259/+12
|
* main/php: fix for CVE-2010-2225Natanael Copa2010-07-062-2/+200
| | | | based on http://svn.php.net/viewvc?view=revision&revision=300843
* main/php: use gmp-dev instead of gmp5-devNatanael Copa2010-06-301-2/+2
|
* main/php: rebuild against gmp5Natanael Copa2010-05-191-2/+2
|
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/php: enable shared xmlNatanael Copa2010-05-112-1/+22
| | | | we need patch the make install to find the xml.so
* main/php: add php-pearCarlo Landmeter2010-05-111-4/+14
| | | | xml is now buildin to support pear install.
* main/php: fixed mysql socked file location.Carlo Landmeter2010-05-101-2/+2
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/php: apply upstream patch to fix issue that affects mediawikiNatanael Copa2010-03-172-2/+14
| | | | | | | | | 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
* main/php: upgrade to 5.3.2Natanael Copa2010-03-121-5/+5
|
* main/php: new subpackage: php-cliNatanael Copa2010-02-111-4/+9
| | | | | | | fixes #272 The php modules no longer depend on php package so those needs to be maintained manually now
* main/php: rebuild against jpeg-8Natanael Copa2010-02-111-1/+1
|
* main/php: rebuild against libpng-1.4Natanael Copa2010-01-281-1/+1
|