./lang/php53, PHP Hypertext Preprocessor version 5

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q2, Version: 5.3.27nb2, Package name: php-5.3.27nb2, Maintainer: pkgsrc-users

PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.

MESSAGE.suhosin [+/-]

Required to run:
[textproc/libxml2]


Package options: inet6, ssl

Master sites: (Expand)

SHA1: 4f95682940ebe1bc1a93812d593460625a2aae64
RMD160: c2887004859f32b25229ffe52d86270c8de194b7
Filesize: 11164.835 KB

Version history: (Expand)


CVS history: (Expand)


   2013-08-31 18:51:50 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #4226 - requested by bouyer
lang/php53: build fix
lang/php54: build fix

Revisions pulled up:
- lang/php53/Makefile                                           1.42
- lang/php54/Makefile                                           1.12

---
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Tue Aug 13 10:22:26 UTC 2013

   Modified Files:
           pkgsrc/lang/php53: Makefile
           pkgsrc/lang/php54: Makefile

   Log message:
   Allow only the PHP version itself, otherwise the multi-version logic
   will trigger with failing distinfo entries.
   2013-08-25 18:56:44 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4221 - requested by taca
lang/php*: apply framework changes to make pullup requests possible

Revisions pulled up:
- lang/php/common.mk                                            1.1
- lang/php/ext.mk                                               1.30
- lang/php/phpversion.mk                                        1.37-1.39
- lang/php53/DESCR                                              1.2
- lang/php53/Makefile                                           1.40-1.42
- lang/php53/Makefile.common                                    1.28-1.29
- lang/php53/Makefile.php                                       1.37
- lang/php54/DESCR                                              1.2
- lang/php54/MESSAGE.suhosin                                    deleted
- lang/php54/Makefile                                           1.9-1.10,1.12
- lang/php54/Makefile.common                                    1.15-1.16
- lang/php54/Makefile.php                                       1.6
- lang/php54/PLIST                                              1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Jul 21 17:29:47 UTC 2013

   Modified Files:
   	pkgsrc/lang/php: ext.mk phpversion.mk
   	pkgsrc/lang/php53: Makefile.common Makefile.php
   	pkgsrc/lang/php54: Makefile.common Makefile.php PLIST
   Added Files:
   	pkgsrc/lang/php: common.mk
   Removed Files:
   	pkgsrc/lang/php54: MESSAGE.suhosin

   Log message:
   Clean up php's framework.

   * Define PHP's version at one place.
   * Remove obsolete description in comments.
   * Add "used by www/php-fpm/Makefile" in php5[34]/Makefile.php.
   * Remove commented out support for suhosin extension from php54.
   * Add PHP_CHECK_INSTALLED and PHP_EXTENSION_DIR to php/phpversion.mk.

   No functional should be made.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jul 29 03:59:44 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: Makefile Makefile.common

   Log message:
   Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
   be defined before including lang/php/phpversion.mk.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jul 29 04:20:55 UTC 2013

   Modified Files:
   	pkgsrc/lang/php54: Makefile Makefile.common

   Log message:
   Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
   be defined before including lang/php/phpversion.mk.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jul 29 16:19:24 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: DESCR Makefile

   Log message:
   Explicitly note it is PHP 5.3.x pacakge in COMMENT of Makefile and DESCR
   file.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jul 29 16:21:07 UTC 2013

   Modified Files:
   	pkgsrc/lang/php54: DESCR Makefile

   Log message:
   Explicitly note it is PHP 5.4.x pacakge in COMMENT of Makefile and DESCR
   file.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Mon Jul 29 16:38:12 UTC 2013

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk

   Log message:
   * Add php55 support.
   * Make PKG_PHP's value as description in comment.

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Tue Aug 13 10:22:26 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: Makefile
   	pkgsrc/lang/php54: Makefile
   	pkgsrc/lang/php55: Makefile

   Log message:
   Allow only the PHP version itself, otherwise the multi-version logic
   will trigger with failing distinfo entries.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Aug 14 14:53:03 UTC 2013

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk

   Log message:
   Correct checking condition of PHP_CHECK_INSTALLED.
   2013-08-25 18:52:10 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4220 - requested by taca
lang/php53: security patch

Revisions pulled up:
- lang/php53/Makefile                                           1.43 via patch
- lang/php53/distinfo                                           1.67-1.68
- lang/php53/patches/patch-ext_openssl_openssl.c                1.1-1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Aug 14 15:42:56 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: Makefile distinfo
   Added Files:
   	pkgsrc/lang/php53/patches: patch-ext_openssl_openssl.c

   Log message:
   Add fix fo openssl, CVE-2013-4073.

   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Aug 16 00:38:13 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: distinfo
   	pkgsrc/lang/php53/patches: patch-ext_openssl_openssl.c

   Log message:
   Since openssl's security problem has assigned CVE-2013-4248, update comment
   in the patch file.
   2013-07-16 00:32:24 by Matthias Scheler | Files touched by this commit (18) | Package updated
Log message:
Pullup ticket #4183 - requested by taca
lang/php53: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.36
- lang/php53/Makefile.common                                    1.27
- lang/php53/Makefile.php                                       1.35
- lang/php53/distinfo                                           1.66
- lang/php53/patches/patch-aa                                   1.3
- lang/php53/patches/patch-ab                                   1.7
- lang/php53/patches/patch-ac                                   1.6
- lang/php53/patches/patch-ad                                   1.2
- lang/php53/patches/patch-ae                                   1.2
- lang/php53/patches/patch-af                                   1.4
- lang/php53/patches/patch-ag                                   1.3
- lang/php53/patches/patch-ah                                   1.2
- lang/php53/patches/patch-ai                                   1.2
- lang/php53/patches/patch-aj                                   1.3
- lang/php53/patches/patch-al                                   1.2
- lang/php53/patches/patch-ext_standard_basic__functions.c      1.2
- lang/php53/patches/patch-main_streams_cast.c                  1.2
- lang/php53/patches/patch-php__mssql.c                         1.2
- lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in             1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jul 12 00:07:04 UTC 2013

   Modified Files:
   	pkgsrc/lang/php53: Makefile.common Makefile.php distinfo
   	pkgsrc/lang/php53/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
   	    patch-af patch-ag patch-ah patch-ai patch-aj patch-al
   	    patch-ext_standard_basic__functions.c patch-main_streams_cast.c
   	    patch-php__mssql.c patch-sapi_fpm_php-fpm.conf.in

   Log message:
   Update php53 to 5.3.27 (PHP 5.3.27).

   11-Jul-2013

   Core:

   * Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
   * Fixed bug #64960 (Segfault in gc_zval_possible_root).
   * Fixed bug #64934 (Apache2 TS crash with get_browser()).
   * Fixed bug #63186 (compile failure on netbsd).

   DateTime:

   * Fixed bug #53437 (Crash when using unserialized DatePeriod instance).

   PDO_firebird:

   * Fixed bug #64037 (Firebird return wrong value for numeric field).
   * Fixed bug #62024 (Cannot insert second row with null using parametrized
     query).

   PDO_pgsql:

   * Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).

   pgsql:

   * Fixed bug #64609 (pg_convert enum type support).

   SPL:

   * Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits
     systems).

   XML:

   * Fixed bug #65236 (heap corruption in xml parser).

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jul 12 00:09:14 UTC 2013

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk

   Log message:
   Update PHP53_VERSION to 5.3.27.