]> granicus.if.org Git - php/log
php
10 years agofixes to ext/snmp
Anatol Belski [Tue, 19 Aug 2014 11:53:02 +0000 (13:53 +0200)]
fixes to ext/snmp

10 years agoported ext/soap
Anatol Belski [Tue, 19 Aug 2014 11:49:48 +0000 (13:49 +0200)]
ported ext/soap

10 years agoported ext/sockets
Anatol Belski [Tue, 19 Aug 2014 11:22:27 +0000 (13:22 +0200)]
ported ext/sockets

10 years agoport sysvshm, sysvsem and sysvmsg
Anatol Belski [Tue, 19 Aug 2014 11:11:32 +0000 (13:11 +0200)]
port sysvshm, sysvsem and sysvmsg

10 years agofixes to tokenizer
Anatol Belski [Tue, 19 Aug 2014 11:05:20 +0000 (13:05 +0200)]
fixes to tokenizer

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Tue, 19 Aug 2014 10:56:29 +0000 (12:56 +0200)]
Merge remote-tracking branch 'php/master'

Conflicts:
ext/xsl/xsltprocessor.c

10 years agoported xsl, xml reader and writer
Anatol Belski [Tue, 19 Aug 2014 10:55:03 +0000 (12:55 +0200)]
ported xsl, xml reader and writer

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Tue, 19 Aug 2014 10:51:05 +0000 (12:51 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Stanislav Malyshev (5) and Remi Collet (1)
# Via Stanislav Malyshev
* 'master' of git.php.net:php-src:
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

10 years agofix uninitialized args usage
Anatol Belski [Tue, 19 Aug 2014 10:50:27 +0000 (12:50 +0200)]
fix uninitialized args usage

10 years agoported ext/sqlite3
Anatol Belski [Tue, 19 Aug 2014 10:04:15 +0000 (12:04 +0200)]
ported ext/sqlite3

10 years agoported ext/zip
Anatol Belski [Tue, 19 Aug 2014 09:47:21 +0000 (11:47 +0200)]
ported ext/zip

10 years agoported ext/zlib
Anatol Belski [Tue, 19 Aug 2014 09:33:51 +0000 (11:33 +0200)]
ported ext/zlib

10 years agofixes to ext/dba
Anatol Belski [Tue, 19 Aug 2014 09:28:42 +0000 (11:28 +0200)]
fixes to ext/dba

10 years agoadd credits
Anatol Belski [Tue, 19 Aug 2014 09:24:54 +0000 (11:24 +0200)]
add credits

10 years agoported ext/curl
Anatol Belski [Tue, 19 Aug 2014 09:24:24 +0000 (11:24 +0200)]
ported ext/curl

10 years agoported ext/calendar
Anatol Belski [Tue, 19 Aug 2014 08:42:01 +0000 (10:42 +0200)]
ported ext/calendar

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 19 Aug 2014 08:34:38 +0000 (01:34 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 19 Aug 2014 08:34:25 +0000 (01:34 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 19 Aug 2014 08:34:09 +0000 (01:34 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

10 years agoMerge tag 'PHP-5.4.32' into PHP-5.4
Stanislav Malyshev [Tue, 19 Aug 2014 08:33:45 +0000 (01:33 -0700)]
Merge tag 'PHP-5.4.32' into PHP-5.4

5.4.32

* tag 'PHP-5.4.32':
  5.4.32
  fix potentially missing NUL termination
  Fix bug #67730 - Null byte injection possible with imagexxx functions
  Fixed bug #67717 - segfault in dns_get_record
  Fix bug #67716 - Segfault in cdf.c
  5.4.32 RC1

Conflicts:
configure.in
main/php_version.h

10 years agofixes to ext/bz2
Anatol Belski [Tue, 19 Aug 2014 08:33:32 +0000 (10:33 +0200)]
fixes to ext/bz2

10 years agofixes to ext/bcmath
Anatol Belski [Tue, 19 Aug 2014 08:30:43 +0000 (10:30 +0200)]
fixes to ext/bcmath

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Tue, 19 Aug 2014 07:58:35 +0000 (09:58 +0200)]
Merge remote-tracking branch 'php/master'

Conflicts:
ext/standard/dns.c

10 years ago5.4.32
Stanislav Malyshev [Tue, 19 Aug 2014 07:40:27 +0000 (00:40 -0700)]
5.4.32

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Tue, 19 Aug 2014 07:38:13 +0000 (09:38 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Remi Collet
# Via Remi Collet
* 'master' of git.php.net:php-src:
  fix merge issue in previous (again)
  fix merge issue in previous
  NEWS
  NEWS
  NEWS
  Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

10 years agobrought back that vs2012 fix
Anatol Belski [Tue, 19 Aug 2014 07:37:38 +0000 (09:37 +0200)]
brought back that vs2012 fix

10 years agofix merge issue in previous (again)
Remi Collet [Tue, 19 Aug 2014 07:16:24 +0000 (09:16 +0200)]
fix merge issue in previous (again)

10 years agofix merge issue in previous
Remi Collet [Tue, 19 Aug 2014 07:10:34 +0000 (09:10 +0200)]
fix merge issue in previous

10 years agofixes to iconv
Anatol Belski [Tue, 19 Aug 2014 07:09:43 +0000 (09:09 +0200)]
fixes to iconv

10 years agofix merge for #67717
Remi Collet [Tue, 19 Aug 2014 06:56:43 +0000 (08:56 +0200)]
fix merge for #67717

10 years agoNEWS
Remi Collet [Tue, 19 Aug 2014 06:41:42 +0000 (08:41 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Tue, 19 Aug 2014 06:41:14 +0000 (08:41 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  NEWS
  Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

10 years agoNEWS
Remi Collet [Tue, 19 Aug 2014 06:40:58 +0000 (08:40 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Tue, 19 Aug 2014 06:40:30 +0000 (08:40 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS
  Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

10 years agoNEWS
Remi Collet [Tue, 19 Aug 2014 06:40:18 +0000 (08:40 +0200)]
NEWS

10 years agoFixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597
Remi Collet [Tue, 19 Aug 2014 06:33:49 +0000 (08:33 +0200)]
Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- check buffer len before each read

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Tue, 19 Aug 2014 06:27:43 +0000 (08:27 +0200)]
Merge remote-tracking branch 'php/master'

Conflicts:
ext/date/lib/parse_date.c

10 years agoC89 compat
Anatol Belski [Tue, 19 Aug 2014 06:16:34 +0000 (08:16 +0200)]
C89 compat

10 years agobasic macro replacements, all at once
Anatol Belski [Tue, 19 Aug 2014 06:07:31 +0000 (08:07 +0200)]
basic macro replacements, all at once

10 years agoc89 compat
Anatol Belski [Tue, 19 Aug 2014 06:05:31 +0000 (08:05 +0200)]
c89 compat

10 years agofix potentially missing NUL termination
Stanislav Malyshev [Tue, 19 Aug 2014 06:04:24 +0000 (23:04 -0700)]
fix potentially missing NUL termination

10 years agoadded missing define
Anatol Belski [Tue, 19 Aug 2014 06:00:52 +0000 (08:00 +0200)]
added missing define

10 years agoFix bug #67730 - Null byte injection possible with imagexxx functions
Stanislav Malyshev [Tue, 19 Aug 2014 05:49:10 +0000 (22:49 -0700)]
Fix bug #67730 - Null byte injection possible with imagexxx functions

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Tue, 19 Aug 2014 05:45:28 +0000 (07:45 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Dmitry Stogov
# Via Dmitry Stogov
* 'master' of git.php.net:php-src:
  Fixed encoding support

10 years agofix wrong pointer indirection
Anatol Belski [Tue, 19 Aug 2014 05:44:03 +0000 (07:44 +0200)]
fix wrong pointer indirection

10 years agoFixed bug #67717 - segfault in dns_get_record
Stanislav Malyshev [Tue, 19 Aug 2014 05:37:25 +0000 (22:37 -0700)]
Fixed bug #67717 - segfault in dns_get_record

10 years agoFixed encoding support
Dmitry Stogov [Tue, 19 Aug 2014 05:28:13 +0000 (09:28 +0400)]
Fixed encoding support

10 years agoBump version to 7.0.0
Lior Kaplan [Mon, 18 Aug 2014 21:20:50 +0000 (00:20 +0300)]
Bump version to 7.0.0

Follow up for d9f3eac

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 18 Aug 2014 20:36:57 +0000 (22:36 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Derick Rethans (3) and Dmitry Stogov (1)
# Via Derick Rethans (3) and Dmitry Stogov (1)
* 'master' of git.php.net:php-src:
  Improved error message
  BFN.
  Fixed bug #67109: First uppercase letter breaks date string parsing.
  Fixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.

10 years agoC89 compat
Anatol Belski [Mon, 18 Aug 2014 20:36:38 +0000 (22:36 +0200)]
C89 compat

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Mon, 18 Aug 2014 19:27:51 +0000 (20:27 +0100)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Mon, 18 Aug 2014 19:27:44 +0000 (20:27 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'datetimebugs' into PHP-5.5
Derick Rethans [Mon, 18 Aug 2014 19:27:33 +0000 (20:27 +0100)]
Merge branch 'datetimebugs' into PHP-5.5

10 years agomore fixes to ext/standard
Anatol Belski [Mon, 18 Aug 2014 18:57:21 +0000 (20:57 +0200)]
more fixes to ext/standard

10 years agorefix the dump stuff again
Anatol Belski [Mon, 18 Aug 2014 18:57:00 +0000 (20:57 +0200)]
refix the dump stuff again

10 years agofixed splfixedarray
Anatol Belski [Mon, 18 Aug 2014 17:55:05 +0000 (19:55 +0200)]
fixed splfixedarray

10 years agoImproved error message
Dmitry Stogov [Mon, 18 Aug 2014 17:47:30 +0000 (21:47 +0400)]
Improved error message

10 years agoBFN.
Derick Rethans [Mon, 18 Aug 2014 17:46:56 +0000 (18:46 +0100)]
BFN.

10 years agoFixed bug #67109: First uppercase letter breaks date string parsing.
Derick Rethans [Mon, 18 Aug 2014 17:31:26 +0000 (18:31 +0100)]
Fixed bug #67109: First uppercase letter breaks date string parsing.

10 years agoFixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.
Derick Rethans [Mon, 18 Aug 2014 17:22:14 +0000 (18:22 +0100)]
Fixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.

10 years agoFixed bug #67856 (Leak when using array_reduce with by-ref function)
Dmitry Stogov [Mon, 18 Aug 2014 17:08:50 +0000 (21:08 +0400)]
Fixed bug #67856 (Leak when using array_reduce with by-ref function)

10 years agofixes to date
Anatol Belski [Mon, 18 Aug 2014 16:57:55 +0000 (18:57 +0200)]
fixes to date

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 18 Aug 2014 16:48:06 +0000 (18:48 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  improve the grammar for my recent UPGRADING note

10 years agoimprove the grammar for my recent UPGRADING note
Ferenc Kovacs [Mon, 18 Aug 2014 16:47:07 +0000 (18:47 +0200)]
improve the grammar for my recent UPGRADING note

10 years agoFix bug #67858: Leak when $php_errormsg already set
Nikita Popov [Mon, 18 Aug 2014 16:12:50 +0000 (18:12 +0200)]
Fix bug #67858: Leak when $php_errormsg already set

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 18 Aug 2014 15:04:17 +0000 (17:04 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  mention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING see the discussion on the mailing list and in the pull request for details: https://github.com/php/php-src/pull/733

10 years agomention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING
Ferenc Kovacs [Mon, 18 Aug 2014 14:59:03 +0000 (16:59 +0200)]
mention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING
see the discussion on the mailing list and in the pull request for details:
https://github.com/php/php-src/pull/733

10 years agofurther fixes to ext/standard
Anatol Belski [Mon, 18 Aug 2014 14:50:54 +0000 (16:50 +0200)]
further fixes to ext/standard

10 years agofixes to string functions
Anatol Belski [Mon, 18 Aug 2014 13:39:38 +0000 (15:39 +0200)]
fixes to string functions

10 years agofix typo
Anatol Belski [Mon, 18 Aug 2014 08:37:38 +0000 (10:37 +0200)]
fix typo

10 years agorenamed _z_param_long
Anatol Belski [Mon, 18 Aug 2014 08:35:46 +0000 (10:35 +0200)]
renamed _z_param_long

10 years agoMerge remote-tracking branch '64bit_ng/master'
Anatol Belski [Mon, 18 Aug 2014 08:34:29 +0000 (10:34 +0200)]
Merge remote-tracking branch '64bit_ng/master'

Conflicts:
Zend/zend_API.h

10 years agorename zval_get_long and fixes to some string functions
Anatol Belski [Mon, 18 Aug 2014 06:39:39 +0000 (08:39 +0200)]
rename zval_get_long and fixes to some string functions

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 18 Aug 2014 06:09:25 +0000 (10:09 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Change to ext/reflection should be in its own category

10 years agoFixed parameter parsing
Dmitry Stogov [Mon, 18 Aug 2014 06:08:48 +0000 (10:08 +0400)]
Fixed parameter parsing

10 years agoChange to ext/reflection should be in its own category
Tjerk Meesters [Mon, 18 Aug 2014 05:07:34 +0000 (13:07 +0800)]
Change to ext/reflection should be in its own category

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 18 Aug 2014 05:05:16 +0000 (09:05 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Updated NEWS for d790ec
  Correct typo in comments: 'initialized'
  typofixes
  typofixes
  Fixes missing Reflector interface constraints being enforced by the engine
  Fixed version id
  Update NEWS
  Update NEWS
  Fix another failing test
  Add NEWS
  Better version checking
  Better version checking
  Better version checking
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

10 years agoUpdated NEWS for d790ec
Tjerk Meesters [Sun, 17 Aug 2014 22:54:50 +0000 (06:54 +0800)]
Updated NEWS for d790ec

10 years agofixed strspn
Anatol Belski [Sun, 17 Aug 2014 20:56:26 +0000 (22:56 +0200)]
fixed strspn

10 years agomore fixes to var_dump and co.
Anatol Belski [Sun, 17 Aug 2014 20:34:18 +0000 (22:34 +0200)]
more fixes to var_dump and co.

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Sun, 17 Aug 2014 19:40:39 +0000 (21:40 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Veres Lajos (2) and Lior Kaplan (1)
# Via Lior Kaplan
* 'master' of git.php.net:php-src:
  Correct typo in comments: 'initialized'
  typofixes
  typofixes

10 years agosome more pure naming replacements
Anatol Belski [Sun, 17 Aug 2014 19:16:27 +0000 (21:16 +0200)]
some more pure naming replacements

10 years agoregenerated parser files
Anatol Belski [Sun, 17 Aug 2014 19:05:20 +0000 (21:05 +0200)]
regenerated parser files

10 years agofix THIS_HASHVAL
Anatol Belski [Sun, 17 Aug 2014 19:04:52 +0000 (21:04 +0200)]
fix THIS_HASHVAL

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 17 Aug 2014 18:37:22 +0000 (21:37 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Correct typo in comments: 'initialized'

Conflicts:
ext/dom/php_dom.c
ext/spl/php_spl.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 17 Aug 2014 18:34:03 +0000 (21:34 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Correct typo in comments: 'initialized'

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Sun, 17 Aug 2014 18:33:41 +0000 (21:33 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Correct typo in comments: 'initialized'

10 years agoCorrect typo in comments: 'initialized'
Lior Kaplan [Sun, 17 Aug 2014 18:32:53 +0000 (21:32 +0300)]
Correct typo in comments: 'initialized'

10 years agotypofixes
Veres Lajos [Sun, 17 Aug 2014 13:00:39 +0000 (16:00 +0300)]
typofixes

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 17 Aug 2014 12:53:33 +0000 (15:53 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  typofixes

Conflicts:
ext/spl/php_spl.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 17 Aug 2014 12:51:15 +0000 (15:51 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  typofixes

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Sun, 17 Aug 2014 12:48:22 +0000 (15:48 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  typofixes

10 years agotypofixes
Veres Lajos [Tue, 12 Aug 2014 21:00:23 +0000 (22:00 +0100)]
typofixes

10 years agomostly fixes to spl, but also some other
Anatol Belski [Sun, 17 Aug 2014 11:31:39 +0000 (13:31 +0200)]
mostly fixes to spl, but also some other

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Sun, 17 Aug 2014 10:04:05 +0000 (12:04 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Tjerk Meesters
# Via Tjerk Meesters
* 'master' of git.php.net:php-src:
  Fixes missing Reflector interface constraints being enforced by the engine

10 years agofurther fixes to ext/standard and zend
Anatol Belski [Sat, 16 Aug 2014 15:31:40 +0000 (17:31 +0200)]
further fixes to ext/standard and zend

10 years agoincrease the stack size for cli and cgi
Anatol Belski [Sat, 16 Aug 2014 14:45:05 +0000 (16:45 +0200)]
increase the stack size for cli and cgi

10 years agofurther fixes on core
Anatol Belski [Sat, 16 Aug 2014 13:34:04 +0000 (15:34 +0200)]
further fixes on core

10 years agofix set_time_limit, substr and some more
Anatol Belski [Sat, 16 Aug 2014 12:46:31 +0000 (14:46 +0200)]
fix set_time_limit, substr and some more

10 years agofix some cases with fast zpp
Anatol Belski [Sat, 16 Aug 2014 12:00:02 +0000 (14:00 +0200)]
fix some cases with fast zpp