]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.6'
Nikita Popov [Wed, 12 Mar 2014 13:17:27 +0000 (14:17 +0100)]
Merge branch 'PHP-5.6'

11 years agoAdd SKIPIF in GMP test
Nikita Popov [Wed, 12 Mar 2014 13:11:19 +0000 (14:11 +0100)]
Add SKIPIF in GMP test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Wed, 12 Mar 2014 13:16:58 +0000 (14:16 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix hash_pbkdf2() with missing $length argument
Nikita Popov [Wed, 12 Mar 2014 13:09:34 +0000 (14:09 +0100)]
Fix hash_pbkdf2() with missing $length argument

Also change the type of some string length variables to ensure
that the zpp call works correctly on platforms where sizeof(int)
!= sizeof(long).

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Wed, 12 Mar 2014 13:08:36 +0000 (14:08 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  typo in NEWS
  typo in NEWS

11 years agotypo in NEWS
Remi Collet [Wed, 12 Mar 2014 13:08:25 +0000 (14:08 +0100)]
typo in NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 12 Mar 2014 13:08:09 +0000 (14:08 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  typo in NEWS

11 years agotypo in NEWS
Remi Collet [Wed, 12 Mar 2014 13:08:02 +0000 (14:08 +0100)]
typo in NEWS

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Wed, 12 Mar 2014 12:47:36 +0000 (13:47 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS
  NEWS
  Fixed Bug #66890 imagescale segfault

11 years agoNEWS
Remi Collet [Wed, 12 Mar 2014 12:47:10 +0000 (13:47 +0100)]
NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 12 Mar 2014 12:46:51 +0000 (13:46 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fixed Bug #66890 imagescale segfault

11 years agoNEWS
Remi Collet [Wed, 12 Mar 2014 12:46:29 +0000 (13:46 +0100)]
NEWS

11 years agoFixed Bug #66890 imagescale segfault
Remi Collet [Wed, 12 Mar 2014 12:44:58 +0000 (13:44 +0100)]
Fixed Bug #66890 imagescale segfault

zend_parse_parameters "l" expect long, not int

11 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Wed, 12 Mar 2014 11:32:25 +0000 (12:32 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Updated UPGRADING to cover PDO_pgsql changes

11 years agoUpdated UPGRADING to cover PDO_pgsql changes
Matteo Beccati [Wed, 12 Mar 2014 11:31:04 +0000 (12:31 +0100)]
Updated UPGRADING to cover PDO_pgsql changes

11 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Tue, 11 Mar 2014 22:30:18 +0000 (23:30 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams
  Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT
  Drop PDO support for extremely old libpq versions

11 years agoUpdated NEWS
Matteo Beccati [Tue, 11 Mar 2014 22:28:53 +0000 (23:28 +0100)]
Updated NEWS

11 years agoAdded new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams
Matteo Beccati [Sun, 9 Mar 2014 13:08:17 +0000 (14:08 +0100)]
Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams

Faster than prepared statements when queries are run once. Slightly
slower than PDO::ATTR_EMULATE_PREPARES but without the potential
security implications of embedding parameters in the query itself.

11 years agoDeprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT
Matteo Beccati [Sun, 9 Mar 2014 11:14:23 +0000 (12:14 +0100)]
Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT

11 years agoDrop PDO support for extremely old libpq versions
Matteo Beccati [Sun, 9 Mar 2014 10:43:13 +0000 (11:43 +0100)]
Drop PDO support for extremely old libpq versions

configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQescapeByteaConn

11 years agoMerge branch 'PHP-5.6'
Adam Harvey [Tue, 11 Mar 2014 18:07:21 +0000 (11:07 -0700)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Tue, 11 Mar 2014 18:06:39 +0000 (11:06 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix compile error with theoretically supported versions of libcurl < 7.12.3.
Adam Harvey [Tue, 11 Mar 2014 18:04:26 +0000 (11:04 -0700)]
Fix compile error with theoretically supported versions of libcurl < 7.12.3.

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 11 Mar 2014 15:29:53 +0000 (16:29 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix path separator

11 years agofix path separator
Anatol Belski [Tue, 11 Mar 2014 15:29:30 +0000 (16:29 +0100)]
fix path separator

11 years agoMerge branch 'PHP-5.6'
Nikita Popov [Tue, 11 Mar 2014 13:06:57 +0000 (14:06 +0100)]
Merge branch 'PHP-5.6'

11 years agoUse /dev/urandom as the default mcrypt_create_iv() source
Nikita Popov [Tue, 11 Mar 2014 12:42:16 +0000 (13:42 +0100)]
Use /dev/urandom as the default mcrypt_create_iv() source

Also fixes the ARGINFO for mcrypt_create_iv() and adds missing
UPGRADING entries.

11 years agoAdd tests for bug #66872 and gmp_[rem]root
Nikita Popov [Tue, 11 Mar 2014 12:28:26 +0000 (13:28 +0100)]
Add tests for bug #66872 and gmp_[rem]root

11 years agoFixed mcrypt test case
Tjerk Meesters [Sat, 8 Mar 2014 08:16:46 +0000 (16:16 +0800)]
Fixed mcrypt test case

11 years agoMerge branch 'PHP-5.6'
Tjerk Meesters [Tue, 11 Mar 2014 11:17:11 +0000 (19:17 +0800)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'php-5.5' into PHP-5.6
Tjerk Meesters [Tue, 11 Mar 2014 11:16:13 +0000 (19:16 +0800)]
Merge branch 'php-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Tjerk Meesters [Tue, 11 Mar 2014 11:14:43 +0000 (19:14 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoRemoved bogus loops
Tjerk Meesters [Tue, 11 Mar 2014 09:52:20 +0000 (17:52 +0800)]
Removed bogus loops

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 11 Mar 2014 10:53:42 +0000 (11:53 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  restored the old code in 5.4/5 related to bug #66872

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Tue, 11 Mar 2014 10:53:17 +0000 (11:53 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  restored the old code in 5.4/5 related to bug #66872

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 11 Mar 2014 10:51:35 +0000 (11:51 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  restored the old code in 5.4/5 related to bug #66872

11 years agorestored the old code in 5.4/5 related to bug #66872
Anatol Belski [Tue, 11 Mar 2014 10:50:14 +0000 (11:50 +0100)]
restored the old code in 5.4/5 related to bug #66872

The crash is reproducable in 5.6+ only, so 5.4 and 5.5 are fine
with the old code.

11 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Mon, 10 Mar 2014 23:46:43 +0000 (16:46 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

# By Andrey Hristov (3) and Anatol Belski (1)
# Via Andrey Hristov (8) and others
* 'master' of https://git.php.net/repository/php-src:
  inject it directly. This is not C++ and I don't want to use hacks with similar structures that are binary compatible. Better be explicit.
  updated libsqlite to 3.8.3.1 in 5.5 branch, too
  DI
  Switch from a single flag to a flag byte

11 years agoMerge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
Christopher Jones [Mon, 10 Mar 2014 23:46:42 +0000 (16:46 -0700)]
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6

# By Pierre Joye (7) and others
# Via Pierre Joye (10) and others
* 'PHP-5.6' of https://git.php.net/repository/php-src:
  updated libsqlite to 3.8.3.1 in 5.5 branch, too
  DI
  Switch from a single flag to a flag byte
  update NEWS
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  update news
  - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
  add vc12 (2013)
  add vc12 (2013)

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Mon, 10 Mar 2014 23:46:40 +0000 (16:46 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Pierre Joye (7) and Anatol Belski (1)
# Via Pierre Joye (7) and Anatol Belski (1)
* 'PHP-5.5' of https://git.php.net/repository/php-src:
  updated libsqlite to 3.8.3.1 in 5.5 branch, too
  update NEWS
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  update news
  - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
  add vc12 (2013)
  add vc12 (2013)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 10 Mar 2014 23:46:39 +0000 (16:46 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Pierre Joye
# Via Pierre Joye
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  add vc12 (2013)

11 years agoMerge branch 'PHP-5.6'
Christopher Jones [Mon, 10 Mar 2014 23:34:21 +0000 (16:34 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)

11 years agoFixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)
Christopher Jones [Mon, 10 Mar 2014 23:33:35 +0000 (16:33 -0700)]
Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)

11 years agoMerge branch 'master' of git.php.net:php-src
Andrey Hristov [Mon, 10 Mar 2014 17:24:29 +0000 (19:24 +0200)]
Merge branch 'master' of git.php.net:php-src

11 years agoMerge branch 'PHP-5.6'
Andrey Hristov [Mon, 10 Mar 2014 17:16:22 +0000 (19:16 +0200)]
Merge branch 'PHP-5.6'

11 years agoinject it directly. This is not C++ and I don't want to use hacks with similar structures
Andrey Hristov [Mon, 10 Mar 2014 17:15:30 +0000 (19:15 +0200)]
inject it directly. This is not C++ and I don't want to use hacks with similar structures
that are binary compatible. Better be explicit.

11 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Anatol Belski [Mon, 10 Mar 2014 16:52:51 +0000 (17:52 +0100)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

11 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 10 Mar 2014 16:52:32 +0000 (17:52 +0100)]
Merge branch 'master' of git.php.net:php-src

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Mon, 10 Mar 2014 16:51:05 +0000 (17:51 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated libsqlite to 3.8.3.1 in 5.5 branch, too

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 10 Mar 2014 16:50:45 +0000 (17:50 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated libsqlite to 3.8.3.1 in 5.5 branch, too

11 years agoupdated libsqlite to 3.8.3.1 in 5.5 branch, too
Anatol Belski [Mon, 10 Mar 2014 16:49:35 +0000 (17:49 +0100)]
updated libsqlite to 3.8.3.1 in 5.5 branch, too

11 years agoMerge branch 'PHP-5.6'
Andrey Hristov [Mon, 10 Mar 2014 16:19:22 +0000 (18:19 +0200)]
Merge branch 'PHP-5.6'

11 years agoDI
Andrey Hristov [Mon, 10 Mar 2014 16:18:56 +0000 (18:18 +0200)]
DI

11 years agoMerge branch 'PHP-5.6'
Andrey Hristov [Mon, 10 Mar 2014 15:52:48 +0000 (17:52 +0200)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Andrey Hristov [Mon, 10 Mar 2014 15:34:18 +0000 (17:34 +0200)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

11 years agoMerge branch 'master' of git.php.net:php-src
Andrey Hristov [Mon, 10 Mar 2014 15:34:08 +0000 (17:34 +0200)]
Merge branch 'master' of git.php.net:php-src

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Pierre Joye [Mon, 10 Mar 2014 15:31:09 +0000 (16:31 +0100)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

# By Anatol Belski
# Via Anatol Belski
* 'PHP-5.4' of git.php.net:php-src:
  updated libmagic.patch

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Pierre Joye [Mon, 10 Mar 2014 15:30:05 +0000 (16:30 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

# By Anatol Belski (1) and others
# Via Anatol Belski
* 'PHP-5.5' of git.php.net:php-src:
  updated libmagic.patch
  Fix indentation
  Do not remove *.1, it's not generated by make but configure

11 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Pierre Joye [Mon, 10 Mar 2014 15:28:41 +0000 (16:28 +0100)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

# By Anatol Belski (2) and others
# Via Anatol Belski (3) and others
* 'PHP-5.6' of git.php.net:php-src:
  updated libmagic.patch
  updated libmagic.patch
  Fix indentation
  Do not remove *.1, it's not generated by make but configure
  Fix typo: entory -> entry

11 years agoMerge branch 'master' of git.php.net:php-src
Pierre Joye [Mon, 10 Mar 2014 15:26:57 +0000 (16:26 +0100)]
Merge branch 'master' of git.php.net:php-src

# By Anatol Belski
# Via Anatol Belski
* 'master' of git.php.net:php-src:
  updated libmagic.patch
  updated libmagic.patch
  fix ZTS

11 years agoMerge branch 'PHP-5.6'
Andrey Hristov [Mon, 10 Mar 2014 15:26:13 +0000 (17:26 +0200)]
Merge branch 'PHP-5.6'

11 years agoSwitch from a single flag to a flag byte
Andrey Hristov [Mon, 10 Mar 2014 15:25:53 +0000 (17:25 +0200)]
Switch from a single flag to a flag byte

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Mon, 10 Mar 2014 13:18:06 +0000 (14:18 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated libmagic.patch
  updated libmagic.patch

11 years agoupdated libmagic.patch
Anatol Belski [Mon, 10 Mar 2014 13:17:47 +0000 (14:17 +0100)]
updated libmagic.patch

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 10 Mar 2014 13:14:01 +0000 (14:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated libmagic.patch

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 10 Mar 2014 13:13:15 +0000 (14:13 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated libmagic.patch

11 years agoupdated libmagic.patch
Anatol Belski [Mon, 10 Mar 2014 13:12:20 +0000 (14:12 +0100)]
updated libmagic.patch

11 years agofix ZTS
Anatol Belski [Mon, 10 Mar 2014 11:24:32 +0000 (12:24 +0100)]
fix ZTS

11 years agoMerge branch 'PHP-5.6'
Pierre Joye [Mon, 10 Mar 2014 11:19:36 +0000 (12:19 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  add vc12 (2013)

11 years agoMerge branch 'master' of git.php.net:php-src
Pierre Joye [Mon, 10 Mar 2014 11:19:32 +0000 (12:19 +0100)]
Merge branch 'master' of git.php.net:php-src

# By Andrey Hristov (1) and others
# Via Andrey Hristov (3) and others
* 'master' of git.php.net:php-src:
  Fix indentation
  Do not remove *.1, it's not generated by make but configure
  Fix typo: entory -> entry

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Pierre Joye [Mon, 10 Mar 2014 11:18:57 +0000 (12:18 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  add vc12 (2013)

Conflicts:
ext/gmp/gmp.c

11 years agoupdate NEWS
Pierre Joye [Mon, 10 Mar 2014 11:12:46 +0000 (12:12 +0100)]
update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Pierre Joye [Mon, 10 Mar 2014 11:10:57 +0000 (12:10 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix #66872, invalid argument crashes gmp_testbit
  fix #66872, invalid argument crashes gmp_testbit
  add vc12 (2013)

Conflicts:
win32/build/confutils.js

11 years agofix #66872, invalid argument crashes gmp_testbit
Pierre Joye [Mon, 10 Mar 2014 11:07:58 +0000 (12:07 +0100)]
fix #66872, invalid argument crashes gmp_testbit

11 years agofix #66872, invalid argument crashes gmp_testbit
Pierre Joye [Mon, 10 Mar 2014 11:06:40 +0000 (12:06 +0100)]
fix #66872, invalid argument crashes gmp_testbit

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Pierre Joye [Mon, 10 Mar 2014 11:04:04 +0000 (12:04 +0100)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

# By Dmitry Panin (1) and Remi Collet (1)
# Via Nikita Popov
* 'PHP-5.4' of git.php.net:php-src:
  Fix HTML entity table generation
  Set default Digest Message to use SHA1 instead of MD5 in openssl tests as MD5 signature are now rejected by newer openssl Version.

11 years agoMerge branch 'PHP-5.6'
Andrey Hristov [Mon, 10 Mar 2014 10:55:53 +0000 (12:55 +0200)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Andrey Hristov [Mon, 10 Mar 2014 10:53:17 +0000 (12:53 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix indentation
Andrey Hristov [Mon, 10 Mar 2014 10:52:56 +0000 (12:52 +0200)]
Fix indentation

11 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Mon, 10 Mar 2014 07:55:20 +0000 (15:55 +0800)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 10 Mar 2014 07:55:05 +0000 (15:55 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoDo not remove *.1, it's not generated by make but configure
Xinchen Hui [Mon, 10 Mar 2014 07:54:20 +0000 (15:54 +0800)]
Do not remove *.1, it's not generated by make but configure

11 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 9 Mar 2014 21:07:48 +0000 (23:07 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix typo: entory -> entry

11 years agoFix typo: entory -> entry
Lior Kaplan [Sun, 9 Mar 2014 20:58:04 +0000 (22:58 +0200)]
Fix typo: entory -> entry

11 years agoMerge branch 'PHP-5.6'
Pierre Joye [Sun, 9 Mar 2014 20:18:23 +0000 (21:18 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update news
  - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
  add vc12 (2013)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Pierre Joye [Sun, 9 Mar 2014 20:17:06 +0000 (21:17 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update news
  - fix #66869, Invalid 2nd argument crashes imageaffinematrixget
  add vc12 (2013)

Conflicts:
win32/build/confutils.js

11 years agoupdate news
Pierre Joye [Sun, 9 Mar 2014 20:13:15 +0000 (21:13 +0100)]
update news

11 years ago- fix #66869, Invalid 2nd argument crashes imageaffinematrixget
Pierre Joye [Sun, 9 Mar 2014 20:12:19 +0000 (21:12 +0100)]
- fix #66869, Invalid 2nd argument crashes imageaffinematrixget

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Pierre Joye [Sun, 9 Mar 2014 20:11:19 +0000 (21:11 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

# By Remi Collet (6) and others
# Via Nikita Popov (1) and others
* 'PHP-5.5' of git.php.net:php-src:
  Fixed null termination
  Updated NEWS for #65545
  Add fread(length) method
  Fix HTML entity table generation
  Fix order in NEWS
  Add CVE ref (not known at release time)
  Fix NEWS for 5.5.11 fix (really not in 5.5.10)
  5.5.10 release date for NEWS
  Set default Digest Message to use SHA1 instead of MD5 in openssl tests as MD5 signature are now rejected by newer openssl Version.
  NEWS
  Fixed Bug #66815 imagecrop(): insufficient fix for NULL defer CVE-2013-7327

11 years agoMerge branch 'master' of git.php.net:php-src
Pierre Joye [Sun, 9 Mar 2014 16:06:57 +0000 (17:06 +0100)]
Merge branch 'master' of git.php.net:php-src

# By Nikita Popov (10) and others
# Via Remi Collet (9) and others
* 'master' of git.php.net:php-src: (41 commits)
  updated NEWS
  removed the libsqlite patch as it's not relevant anymore
  updated bundled libsqlite to 3.8.3.1
  Fixed mcrypt test case
  add OPSYS_Z_CPM missing constant
  Update php.ini files (new openssl directives)
  Fixed null termination
  Updated NEWS for #65545
  Updated NEWS for #65545
  Add fread(length) method
  Updated news for #66822
  Allow T_POW in constant expressions
  Fix typo
  Fix #66698: Add fnv1a32 and fnv1a64 hash options
  Fix HTML entity table generation
  Add test for bug #62102 / RFC 2144
  Whitespace.
  Misc cleanup including adding the version number
  Fix order in NEWS
  Add CVE ref (not known at release time)
  ...

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 9 Mar 2014 12:06:51 +0000 (13:06 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS

11 years agoupdated NEWS
Anatol Belski [Sun, 9 Mar 2014 12:06:32 +0000 (13:06 +0100)]
updated NEWS

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 9 Mar 2014 12:04:14 +0000 (13:04 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  removed the libsqlite patch as it's not relevant anymore

11 years agoremoved the libsqlite patch as it's not relevant anymore
Anatol Belski [Sun, 9 Mar 2014 12:03:43 +0000 (13:03 +0100)]
removed the libsqlite patch as it's not relevant anymore

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 9 Mar 2014 12:02:33 +0000 (13:02 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated bundled libsqlite to 3.8.3.1

11 years agoupdated bundled libsqlite to 3.8.3.1
Anatol Belski [Sun, 9 Mar 2014 12:01:48 +0000 (13:01 +0100)]
updated bundled libsqlite to 3.8.3.1

11 years agoUpdated test case with expected output
Tjerk Meesters [Sat, 8 Mar 2014 08:17:30 +0000 (16:17 +0800)]
Updated test case with expected output

11 years agoFixed mcrypt test case
Tjerk Meesters [Sat, 8 Mar 2014 08:16:46 +0000 (16:16 +0800)]
Fixed mcrypt test case

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Fri, 7 Mar 2014 13:10:31 +0000 (14:10 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add OPSYS_Z_CPM missing constant

11 years agoadd OPSYS_Z_CPM missing constant
Remi Collet [Fri, 7 Mar 2014 13:10:16 +0000 (14:10 +0100)]
add OPSYS_Z_CPM missing constant