]> granicus.if.org Git - php/log
php
10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 22 Jan 2015 11:29:03 +0000 (12:29 +0100)]
Merge branch 'master' of git.php.net:php-src

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 22 Jan 2015 11:28:11 +0000 (12:28 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs

10 years agoFixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
Anatol Belski [Thu, 22 Jan 2015 11:26:50 +0000 (12:26 +0100)]
Fixed bug #68731 finfo_buffer doesn't extract the correct mime with some gifs

The fix for bug #67647 applies here, too.

10 years agoFixed destruction of circular garbage
Dmitry Stogov [Thu, 22 Jan 2015 11:24:27 +0000 (14:24 +0300)]
Fixed destruction of circular garbage

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 22 Jan 2015 10:56:34 +0000 (11:56 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #67647 Bundled libmagic 5.17 does not detect quicktime files correctly

Conflicts:
ext/fileinfo/data_file.c

10 years agoFixed bug #67647 Bundled libmagic 5.17 does not detect quicktime files correctly
Anatol Belski [Thu, 22 Jan 2015 10:48:11 +0000 (11:48 +0100)]
Fixed bug #67647 Bundled libmagic 5.17 does not detect quicktime files correctly

10 years agoFixed double free and cleanup
Dmitry Stogov [Thu, 22 Jan 2015 09:59:53 +0000 (12:59 +0300)]
Fixed double free and cleanup

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 22 Jan 2015 09:19:08 +0000 (10:19 +0100)]
Merge branch 'master' of git.php.net:php-src

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 22 Jan 2015 09:17:45 +0000 (10:17 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  simplify error handling for dirs as magic

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 22 Jan 2015 09:17:14 +0000 (10:17 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  simplify error handling for dirs as magic

10 years agoavoid duplicate array_init
Michael Wallner [Thu, 22 Jan 2015 09:12:06 +0000 (10:12 +0100)]
avoid duplicate array_init

custom request body handling firing the rfc1867 handler after the
environment has been hashed might create a memory leak by calling
array_init() twice on PG(http_globals)[TRACK_VARS_FILES]

10 years agosimplify error handling for dirs as magic
Anatol Belski [Thu, 22 Jan 2015 09:16:13 +0000 (10:16 +0100)]
simplify error handling for dirs as magic

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Anatol Belski [Thu, 22 Jan 2015 09:04:33 +0000 (10:04 +0100)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 22 Jan 2015 09:03:24 +0000 (10:03 +0100)]
Merge branch 'master' of git.php.net:php-src

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 22 Jan 2015 09:02:05 +0000 (10:02 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  Fixed bug #68827 Double free with disabled ZMM

10 years agoupdated NEWS
Anatol Belski [Thu, 22 Jan 2015 09:01:16 +0000 (10:01 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 22 Jan 2015 09:00:10 +0000 (10:00 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #68827 Double free with disabled ZMM
  Fixed segfault while running with moodle

10 years agoFixed bug #68827 Double free with disabled ZMM
Joshua Rogers [Thu, 22 Jan 2015 08:59:13 +0000 (09:59 +0100)]
Fixed bug #68827 Double free with disabled ZMM

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Thu, 22 Jan 2015 08:55:53 +0000 (16:55 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoRevert "Fixed valgrind reported issue with setlocale"
Xinchen Hui [Thu, 22 Jan 2015 08:55:20 +0000 (16:55 +0800)]
Revert "Fixed valgrind reported issue with setlocale"

This reverts commit fa06343d7e0e04f4a660218f6dbb7ce18c3f090b.

10 years agozend_read_property() has to provide a holder for return value.
Dmitry Stogov [Thu, 22 Jan 2015 08:50:42 +0000 (11:50 +0300)]
zend_read_property() has to provide a holder for return value.
Previously it was possible that zend_read_property() returned pointer to zval allocated on stack.

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Thu, 22 Jan 2015 08:39:22 +0000 (16:39 +0800)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 22 Jan 2015 08:39:03 +0000 (16:39 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed segfault while running with moodle
Xinchen Hui [Thu, 22 Jan 2015 08:38:34 +0000 (16:38 +0800)]
Fixed segfault while running with moodle

10 years agoRevert "Remove Jouni Ahto from maintainers and files as requested , anyway we have...
Popa Adrian Marius [Thu, 22 Jan 2015 08:16:51 +0000 (10:16 +0200)]
Revert "Remove Jouni Ahto from maintainers and files as requested , anyway we have git blame/history"

This reverts commit 7cf1450df14b8da0c3c255470ebe4c237fb49b88.

10 years agoForgot to add test...
Bob Weinand [Wed, 21 Jan 2015 22:54:03 +0000 (23:54 +0100)]
Forgot to add test...

10 years agoRemoved efree() on arena_alloc()ed memory
Bob Weinand [Wed, 21 Jan 2015 22:52:48 +0000 (23:52 +0100)]
Removed efree() on arena_alloc()ed memory

10 years agoSlightly modify and merge PR#105 from @MegaManSec
Rasmus Lerdorf [Wed, 21 Jan 2015 19:39:23 +0000 (11:39 -0800)]
Slightly modify and merge PR#105 from @MegaManSec

10 years agoSlightly modify and merge PR#105 from @MegaManSec
Rasmus Lerdorf [Wed, 21 Jan 2015 19:39:23 +0000 (11:39 -0800)]
Slightly modify and merge PR#105 from @MegaManSec

10 years agoRemove Jouni Ahto from maintainers and files as requested , anyway we have git blame...
Popa Adrian Marius [Wed, 21 Jan 2015 16:08:56 +0000 (18:08 +0200)]
Remove Jouni Ahto from maintainers and files as requested , anyway we have git blame/history

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 21 Jan 2015 15:26:36 +0000 (16:26 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix timelib build configuration

Conflicts:
ext/date/config.w32
ext/date/config0.m4
win32/build/config.w32
win32/build/config.w32.phpize.in

10 years agofix timelib build configuration
Anatol Belski [Wed, 21 Jan 2015 15:22:23 +0000 (16:22 +0100)]
fix timelib build configuration

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 21 Jan 2015 12:55:07 +0000 (13:55 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  make timelib_config.h inclusion configurable

Conflicts:
win32/build/config.w32
win32/build/config.w32.phpize.in

10 years agomake timelib_config.h inclusion configurable
Anatol Belski [Wed, 21 Jan 2015 12:48:38 +0000 (13:48 +0100)]
make timelib_config.h inclusion configurable

10 years agoMerge branch 'PHP-5.6'
Julien Pauli [Wed, 21 Jan 2015 10:14:33 +0000 (11:14 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Wed, 21 Jan 2015 10:13:55 +0000 (11:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS

10 years agoUpdated NEWS
Julien Pauli [Wed, 21 Jan 2015 10:10:20 +0000 (11:10 +0100)]
Updated NEWS

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 21 Jan 2015 10:04:02 +0000 (11:04 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  backported the timelib cleanups to 5.6

10 years agobackported the timelib cleanups to 5.6
Anatol Belski [Wed, 21 Jan 2015 10:03:16 +0000 (11:03 +0100)]
backported the timelib cleanups to 5.6

10 years agomake timelib use PHP's defines when it's inside PHP only
Anatol Belski [Wed, 21 Jan 2015 09:49:28 +0000 (10:49 +0100)]
make timelib use PHP's defines when it's inside PHP only

otherwise system defines will be used

10 years agodecouple timelib from php_stdint.h
Anatol Belski [Wed, 21 Jan 2015 08:42:19 +0000 (09:42 +0100)]
decouple timelib from php_stdint.h

10 years agoFix the most obvious issues here.
Rasmus Lerdorf [Wed, 21 Jan 2015 07:56:51 +0000 (23:56 -0800)]
Fix the most obvious issues here.
There are other problems though

10 years agoPHP7 API updates
Rasmus Lerdorf [Wed, 21 Jan 2015 07:40:33 +0000 (23:40 -0800)]
PHP7 API updates

10 years agoint -> size_t and long -> zend_long
Rasmus Lerdorf [Wed, 21 Jan 2015 07:11:22 +0000 (23:11 -0800)]
int -> size_t and long -> zend_long

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 07:00:40 +0000 (23:00 -0800)]
int -> size_t
and fix the variable name

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 06:58:31 +0000 (22:58 -0800)]
int -> size_t

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 06:53:11 +0000 (22:53 -0800)]
int -> size_t

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 06:51:09 +0000 (22:51 -0800)]
int -> size_t

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 06:50:17 +0000 (22:50 -0800)]
int -> size_t

10 years agoint -> size_t
Rasmus Lerdorf [Wed, 21 Jan 2015 06:45:07 +0000 (22:45 -0800)]
int -> size_t

10 years agoMissed removing a couple of _len vars
Rasmus Lerdorf [Wed, 21 Jan 2015 06:41:18 +0000 (22:41 -0800)]
Missed removing a couple of _len vars

10 years agoFixed valgrind reported issue with setlocale
Xinchen Hui [Wed, 21 Jan 2015 04:03:19 +0000 (12:03 +0800)]
Fixed valgrind reported issue with setlocale

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Wed, 21 Jan 2015 03:18:27 +0000 (11:18 +0800)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 21 Jan 2015 03:18:08 +0000 (11:18 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed test fails
Xinchen Hui [Wed, 21 Jan 2015 03:17:49 +0000 (11:17 +0800)]
Fixed test fails

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 21 Jan 2015 00:20:10 +0000 (01:20 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix NEWS

10 years agofix NEWS
Ferenc Kovacs [Wed, 21 Jan 2015 00:19:31 +0000 (01:19 +0100)]
fix NEWS

10 years agoFinishing porting ext/imap to PHP7
Rasmus Lerdorf [Tue, 20 Jan 2015 23:43:08 +0000 (15:43 -0800)]
Finishing porting ext/imap to PHP7
All tests pass now

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Tue, 20 Jan 2015 21:44:36 +0000 (21:44 +0000)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 20 Jan 2015 21:44:25 +0000 (21:44 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #55407 (Impossible to prototype DateTime::createFromFormat)
Derick Rethans [Tue, 20 Jan 2015 21:44:19 +0000 (21:44 +0000)]
Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 20 Jan 2015 21:27:51 +0000 (13:27 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix year

10 years agofix year
Stanislav Malyshev [Tue, 20 Jan 2015 21:27:38 +0000 (13:27 -0800)]
fix year

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 20 Jan 2015 19:58:04 +0000 (11:58 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS
  format
  add CVE

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 20 Jan 2015 19:57:50 +0000 (11:57 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  format

10 years agoupdate NEWS
Stanislav Malyshev [Tue, 20 Jan 2015 19:57:39 +0000 (11:57 -0800)]
update NEWS

10 years agoformat
Stanislav Malyshev [Tue, 20 Jan 2015 19:57:17 +0000 (11:57 -0800)]
format

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 20 Jan 2015 19:55:04 +0000 (11:55 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add CVE

10 years agoadd CVE
Stanislav Malyshev [Tue, 20 Jan 2015 19:54:45 +0000 (11:54 -0800)]
add CVE

10 years agodon't error x86 compiler
Anatol Belski [Tue, 20 Jan 2015 19:52:12 +0000 (20:52 +0100)]
don't error x86 compiler

10 years agofix leaking of locale_string in TS build
Anatol Belski [Tue, 20 Jan 2015 19:46:45 +0000 (20:46 +0100)]
fix leaking of locale_string in TS build

actually more like an attempt as i see the leaks on travis,
but don't repro on my boxes

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 20 Jan 2015 19:47:46 +0000 (11:47 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add protection against nulls

Conflicts:
main/spprintf.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 20 Jan 2015 19:47:06 +0000 (11:47 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add protection against nulls

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 20 Jan 2015 19:46:39 +0000 (11:46 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add protection against nulls

10 years agoadd protection against nulls
Stanislav Malyshev [Tue, 20 Jan 2015 19:46:10 +0000 (11:46 -0800)]
add protection against nulls

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Tue, 20 Jan 2015 18:41:59 +0000 (10:41 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  5.4.38 next
  Updated NEWS
  Updated NEWS
  Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.
  Fix bug #68799: Free called on unitialized pointer
  Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())

Conflicts:
ext/exif/exif.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 20 Jan 2015 18:40:39 +0000 (10:40 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.38 next
  Fix bug #68799: Free called on unitialized pointer
  Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())

Conflicts:
ext/standard/var_unserializer.c

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 20 Jan 2015 18:40:11 +0000 (10:40 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.38 next
  Fix bug #68799: Free called on unitialized pointer
  Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.38 next
Stanislav Malyshev [Tue, 20 Jan 2015 18:38:33 +0000 (10:38 -0800)]
5.4.38 next

10 years agofix premature freeing of BG(locale_string)
Anatol Belski [Tue, 20 Jan 2015 15:52:49 +0000 (16:52 +0100)]
fix premature freeing of BG(locale_string)

the returned string has to be refcounted

10 years agoUpdated NEWS
Julien Pauli [Tue, 20 Jan 2015 14:11:19 +0000 (15:11 +0100)]
Updated NEWS

10 years agoFix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.
Joshua Rogers [Fri, 16 Jan 2015 12:10:54 +0000 (23:10 +1100)]
Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.

10 years agoUpdated NEWS
Julien Pauli [Tue, 20 Jan 2015 14:09:59 +0000 (15:09 +0100)]
Updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Tue, 20 Jan 2015 14:09:34 +0000 (15:09 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS
  Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.

10 years agoUpdated NEWS
Julien Pauli [Tue, 20 Jan 2015 14:09:13 +0000 (15:09 +0100)]
Updated NEWS

10 years agoOptimized range
Xinchen Hui [Tue, 20 Jan 2015 13:50:31 +0000 (21:50 +0800)]
Optimized range

10 years agoFix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.
Joshua Rogers [Fri, 16 Jan 2015 12:10:54 +0000 (23:10 +1100)]
Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.

10 years agofix declaration
Anatol Belski [Tue, 20 Jan 2015 10:30:03 +0000 (11:30 +0100)]
fix declaration

10 years agoMerge branch 'bug68710' into PHP-5.4
Stanislav Malyshev [Tue, 20 Jan 2015 09:00:52 +0000 (01:00 -0800)]
Merge branch 'bug68710' into PHP-5.4

* bug68710:
  Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())

10 years agoMerge branch 'bug68799' into PHP-5.4
Stanislav Malyshev [Tue, 20 Jan 2015 08:57:55 +0000 (00:57 -0800)]
Merge branch 'bug68799' into PHP-5.4

* bug68799:
  Fix bug #68799: Free called on unitialized pointer

10 years agoNUM_KEY is useless here
Xinchen Hui [Tue, 20 Jan 2015 08:51:20 +0000 (16:51 +0800)]
NUM_KEY is useless here

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 20 Jan 2015 05:56:09 +0000 (08:56 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Update remaining octal 32-bit tests

10 years agocleanup
Dmitry Stogov [Tue, 20 Jan 2015 05:55:36 +0000 (08:55 +0300)]
cleanup

10 years agoUpdate remaining octal 32-bit tests
Andrea Faulds [Tue, 20 Jan 2015 05:54:13 +0000 (05:54 +0000)]
Update remaining octal 32-bit tests

10 years agoUnused parse_arg_object_to_string
Xinchen Hui [Tue, 20 Jan 2015 04:02:35 +0000 (12:02 +0800)]
Unused parse_arg_object_to_string

10 years agoUnused var
Xinchen Hui [Tue, 20 Jan 2015 03:58:40 +0000 (11:58 +0800)]
Unused var

10 years agoUse zend_string in case we will optimize them
Xinchen Hui [Tue, 20 Jan 2015 02:59:28 +0000 (10:59 +0800)]
Use zend_string in case we will optimize them

10 years agoRemove addslashes_str
Xinchen Hui [Tue, 20 Jan 2015 02:11:48 +0000 (10:11 +0800)]
Remove addslashes_str

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Mon, 19 Jan 2015 22:59:41 +0000 (22:59 +0000)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Mon, 19 Jan 2015 22:59:31 +0000 (22:59 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6