]> granicus.if.org Git - php/log
php
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 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 agoUpdated NEWS
Julien Pauli [Wed, 21 Jan 2015 10:10:20 +0000 (11:10 +0100)]
Updated NEWS

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

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 agofix year
Stanislav Malyshev [Tue, 20 Jan 2015 21:27:38 +0000 (13:27 -0800)]
fix year

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 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.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 agoUpdated NEWS
Julien Pauli [Tue, 20 Jan 2015 14:09:13 +0000 (15:09 +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 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 agoFixed bug #45081 (strtotime incorrectly interprets SGT time zone).
Derick Rethans [Mon, 19 Jan 2015 22:59:24 +0000 (22:59 +0000)]
Fixed bug #45081 (strtotime incorrectly interprets SGT time zone).

10 years agoUpdate year
Xinchen Hui [Sat, 17 Jan 2015 05:21:20 +0000 (13:21 +0800)]
Update year

10 years agoupdated NEWS
Anatol Belski [Thu, 15 Jan 2015 15:42:17 +0000 (16:42 +0100)]
updated NEWS

10 years agoPDO_MySQL: Differentiate between linux and win32 when passing unix_socket
steffen [Mon, 5 Jan 2015 15:50:20 +0000 (16:50 +0100)]
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket

Unix uses "127.0.0.1" as default host for named pipes,
while when using Windows a "." is required as host by mysqlnd.
(This can be seen at mysqlnd.c (line 945 or searching #ifndef PHP_WIN32)

10 years agoBump year
Xinchen Hui [Thu, 15 Jan 2015 15:09:28 +0000 (23:09 +0800)]
Bump year

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Daniel Lowrey [Wed, 14 Jan 2015 17:04:41 +0000 (18:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Update NEWS
  Fixed bug #55618 (use case-insensitive cert name matching)

10 years agoUpdate NEWS
Daniel Lowrey [Wed, 14 Jan 2015 17:03:27 +0000 (18:03 +0100)]
Update NEWS

10 years agoFixed bug #55618 (use case-insensitive cert name matching)
Daniel Lowrey [Wed, 14 Jan 2015 17:02:50 +0000 (18:02 +0100)]
Fixed bug #55618 (use case-insensitive cert name matching)

10 years agoFixed bug #68771 SQL syntax error in sqlite lib
Anatol Belski [Mon, 12 Jan 2015 15:55:47 +0000 (16:55 +0100)]
Fixed bug #68771 SQL syntax error in sqlite lib

10 years agoupdated libs_versions.txt
Anatol Belski [Mon, 12 Jan 2015 11:58:00 +0000 (12:58 +0100)]
updated libs_versions.txt

10 years agoFix bug #68799: Free called on unitialized pointer
Stanislav Malyshev [Sun, 11 Jan 2015 08:51:05 +0000 (00:51 -0800)]
Fix bug #68799: Free called on unitialized pointer

10 years agoFix bug #68784
Rasmus Lerdorf [Sat, 10 Jan 2015 02:08:36 +0000 (18:08 -0800)]
Fix bug #68784

10 years agoWe can't output absolute S and T values for the
Rasmus Lerdorf [Sat, 10 Jan 2015 00:16:47 +0000 (16:16 -0800)]
We can't output absolute S and T values for the
Diophantine solution here since it can vary based
on the libgmp version we are linking against and
in general there are almost always multiple valid
solutions

10 years agoFix bug #68260
Julien Pauli [Fri, 9 Jan 2015 15:24:14 +0000 (16:24 +0100)]
Fix bug #68260

10 years agoCalling crypt() with a salt of *0 should always return *1.
Adam Harvey [Thu, 8 Jan 2015 19:13:23 +0000 (19:13 +0000)]
Calling crypt() with a salt of *0 should always return *1.

10 years ago5.5.22 now
Julien Pauli [Wed, 7 Jan 2015 09:42:53 +0000 (10:42 +0100)]
5.5.22 now

10 years agocleanup old unused typedef
Remi Collet [Tue, 6 Jan 2015 10:06:25 +0000 (11:06 +0100)]
cleanup old unused typedef

10 years agoHandle NULL strings in sapi_cli_server_register_variable().
Adam Harvey [Tue, 6 Jan 2015 01:23:27 +0000 (01:23 +0000)]
Handle NULL strings in sapi_cli_server_register_variable().

Fixes bug #68745 (Invalid HTTP requests make web server segfault).

10 years agoAllow CLI server test scripts to specify the name of the router file.
Adam Harvey [Tue, 6 Jan 2015 01:22:59 +0000 (01:22 +0000)]
Allow CLI server test scripts to specify the name of the router file.

This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)

10 years agofix ACLs tests, make it create dir where it has to, not file
Anatol Belski [Mon, 5 Jan 2015 18:19:24 +0000 (19:19 +0100)]
fix ACLs tests, make it create dir where it has to, not file

10 years agoNEWS
Remi Collet [Mon, 5 Jan 2015 16:34:45 +0000 (17:34 +0100)]
NEWS

10 years agoFix bug #68751 listen.allowed_clients is broken
Remi Collet [Mon, 5 Jan 2015 16:33:57 +0000 (17:33 +0100)]
Fix bug #68751 listen.allowed_clients is broken

10 years agoUpdate test after fixing bug #68371
Matteo Beccati [Mon, 5 Jan 2015 11:11:16 +0000 (12:11 +0100)]
Update test after fixing bug #68371

10 years agoUpdated NEWS for #68371
Matteo Beccati [Mon, 5 Jan 2015 10:01:54 +0000 (11:01 +0100)]
Updated NEWS for #68371

10 years agoFixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute...
Matteo Beccati [Mon, 5 Jan 2015 08:25:48 +0000 (09:25 +0100)]
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names

10 years agofix memory leak
Stanislav Malyshev [Mon, 5 Jan 2015 05:07:57 +0000 (21:07 -0800)]
fix memory leak

10 years agoMerge branch 'pull-request/975' into PHP-5.5
Stanislav Malyshev [Mon, 5 Jan 2015 04:46:40 +0000 (20:46 -0800)]
Merge branch 'pull-request/975' into PHP-5.5

* pull-request/975:
  Fixes #66764 -  configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly

10 years agoMerge branch 'pull-request/742' into PHP-5.5
Stanislav Malyshev [Mon, 5 Jan 2015 03:46:33 +0000 (19:46 -0800)]
Merge branch 'pull-request/742' into PHP-5.5

* pull-request/742:
  Fixed typo
  GD: imagepalettetotruecolor tests

10 years agofix GD tests with no GD loaded
Stanislav Malyshev [Mon, 5 Jan 2015 03:45:57 +0000 (19:45 -0800)]
fix GD tests with no GD loaded

10 years agoupdated libmagic.patch in 5.5
Anatol Belski [Sun, 4 Jan 2015 16:05:42 +0000 (17:05 +0100)]
updated libmagic.patch in 5.5

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 4 Jan 2015 16:04:53 +0000 (17:04 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated libmagic.patch in 5.4

10 years agoupdated libmagic.patch in 5.4
Anatol Belski [Sun, 4 Jan 2015 16:04:13 +0000 (17:04 +0100)]
updated libmagic.patch in 5.4

10 years agoupdated NEWS
Anatol Belski [Sun, 4 Jan 2015 13:23:33 +0000 (14:23 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 4 Jan 2015 13:22:37 +0000 (14:22 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #68735 fileinfo out-of-bounds memory access

10 years agoFixed bug #68735 fileinfo out-of-bounds memory access
Anatol Belski [Sun, 4 Jan 2015 13:20:21 +0000 (14:20 +0100)]
Fixed bug #68735 fileinfo out-of-bounds memory access

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 4 Jan 2015 08:40:56 +0000 (09:40 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  removed dead code

10 years agoremoved dead code
Remi Collet [Sun, 4 Jan 2015 08:40:19 +0000 (09:40 +0100)]
removed dead code

10 years agoFixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly
Ferenc Kovacs [Sat, 3 Jan 2015 18:18:07 +0000 (19:18 +0100)]
Fixes #66764 -  configure doesn't define EXPANDED_DATADIR / PHP_DATADIR correctly

10 years agoFixes #67960 - Long/short day names reversed in jddayofweek()
Greg Roach [Thu, 4 Sep 2014 21:29:26 +0000 (22:29 +0100)]
Fixes #67960 - Long/short day names reversed in jddayofweek()

10 years agoFix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())
Stanislav Malyshev [Fri, 2 Jan 2015 00:19:05 +0000 (16:19 -0800)]
Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())

10 years agoupdated libmagic.patch
Anatol Belski [Tue, 30 Dec 2014 19:21:28 +0000 (20:21 +0100)]
updated libmagic.patch

10 years agoFixed bug #68671 incorrect expression in libmagic
Anatol Belski [Tue, 30 Dec 2014 18:37:27 +0000 (19:37 +0100)]
Fixed bug #68671 incorrect expression in libmagic

10 years agoCheck the return value of lo_export.
Adam Harvey [Tue, 30 Dec 2014 17:47:19 +0000 (17:47 +0000)]
Check the return value of lo_export.

Patch by Ondřej Surý. Fixes bug #68697 (lo_export return -1 on failure).

10 years agoFixed bug #66679 Alignment Bug in PCRE 8.34 upstream
Anatol Belski [Tue, 30 Dec 2014 15:50:22 +0000 (16:50 +0100)]
Fixed bug #66679 Alignment Bug in PCRE 8.34 upstream

10 years agoremove BOM from NEWS
Anatol Belski [Tue, 30 Dec 2014 15:47:10 +0000 (16:47 +0100)]
remove BOM from NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 30 Dec 2014 09:25:30 +0000 (01:25 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  FIx bug #68618 (out of bounds read crashes php-cgi)

10 years agoFIx bug #68618 (out of bounds read crashes php-cgi)
Stanislav Malyshev [Tue, 30 Dec 2014 09:23:05 +0000 (01:23 -0800)]
FIx bug #68618 (out of bounds read crashes php-cgi)

10 years agoFixed bug #68676 (Explicit Double Free)
Kalle Sommer Nielsen [Mon, 29 Dec 2014 10:04:23 +0000 (11:04 +0100)]
Fixed bug #68676 (Explicit Double Free)

10 years agoFix for failing tests. gcc 4.8.3 would optimize away the assigment.
Keyur Govande [Fri, 26 Dec 2014 20:36:19 +0000 (20:36 +0000)]
Fix for failing tests. gcc 4.8.3 would optimize away the assigment.

10 years agoFixed test
Xinchen Hui [Thu, 25 Dec 2014 11:20:52 +0000 (06:20 -0500)]
Fixed test

10 years agoFix bug #67111
Nikita Popov [Fri, 19 Dec 2014 20:40:54 +0000 (21:40 +0100)]
Fix bug #67111

Loop variables need to be freed for both "break" and "continue".

I'm adding the test to Zend/ because it's good to have a test for
this even without opcache.

10 years agoBetter fix for #68601 for perf
Remi Collet [Wed, 17 Dec 2014 09:59:36 +0000 (10:59 +0100)]
Better fix for #68601 for perf
https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467

10 years agoadd missing NEWS entry
Ferenc Kovacs [Wed, 17 Dec 2014 01:13:59 +0000 (02:13 +0100)]
add missing NEWS entry

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Wed, 17 Dec 2014 01:13:13 +0000 (02:13 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add missing NEWS entry
  5.4.37

Conflicts:
configure.in
main/php_version.h

10 years agoadd missing NEWS entry
Ferenc Kovacs [Wed, 17 Dec 2014 01:10:36 +0000 (02:10 +0100)]
add missing NEWS entry

10 years ago5.4.37
Stanislav Malyshev [Tue, 16 Dec 2014 19:44:41 +0000 (11:44 -0800)]
5.4.37

10 years agoupdate news
Stanislav Malyshev [Tue, 16 Dec 2014 18:18:07 +0000 (10:18 -0800)]
update news

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 16 Dec 2014 18:17:07 +0000 (10:17 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add CVE
  add missing test file
  Fix bug #68594 - Use after free vulnerability in unserialize()

10 years agoadd CVE
Stanislav Malyshev [Tue, 16 Dec 2014 18:16:31 +0000 (10:16 -0800)]
add CVE

10 years agoadd missing test file
Stanislav Malyshev [Fri, 12 Dec 2014 04:52:08 +0000 (20:52 -0800)]
add missing test file

10 years agoFix bug #68594 - Use after free vulnerability in unserialize()
Stanislav Malyshev [Fri, 12 Dec 2014 03:28:32 +0000 (19:28 -0800)]
Fix bug #68594 - Use after free vulnerability in unserialize()

10 years agofix perms
Remi Collet [Tue, 16 Dec 2014 07:37:08 +0000 (08:37 +0100)]
fix perms

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrea Faulds [Sat, 13 Dec 2014 22:28:45 +0000 (22:28 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix undefined behaviour in strnatcmp
  update NEWS
  move the test to the right place
  Fixed bug #68545 NULL pointer dereference in unserialize.c

Conflicts:
NEWS

10 years agoFix undefined behaviour in strnatcmp
Andrea Faulds [Sat, 13 Dec 2014 22:06:27 +0000 (22:06 +0000)]
Fix undefined behaviour in strnatcmp

10 years agoNEWS
Remi Collet [Sat, 13 Dec 2014 08:04:57 +0000 (09:04 +0100)]
NEWS

10 years agoFix bug #68601 buffer read overflow in gd_gif_in.c
Remi Collet [Sat, 13 Dec 2014 08:03:44 +0000 (09:03 +0100)]
Fix bug #68601 buffer read overflow in gd_gif_in.c

10 years agopcntl_signal_dispatch: Speed up by preventing system calls when unnecessary
Jille Timmermans [Wed, 11 Jun 2014 15:34:34 +0000 (17:34 +0200)]
pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary

10 years agoUpdated NEWS
Julien Pauli [Fri, 12 Dec 2014 15:50:32 +0000 (16:50 +0100)]
Updated NEWS

10 years agoFix bug #68532: convert.base64-encode omits padding bytes
mcq8 [Thu, 4 Dec 2014 16:36:44 +0000 (17:36 +0100)]
Fix bug #68532: convert.base64-encode omits padding bytes

10 years agoUpdated NEWS
Julien Pauli [Fri, 12 Dec 2014 14:06:04 +0000 (15:06 +0100)]
Updated NEWS

10 years agoFixed Bug #65576 (Constructor from trait conflicts with inherited constructor)
Kévin Dunglas [Mon, 8 Dec 2014 14:24:44 +0000 (15:24 +0100)]
Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)

10 years agoUpdated NEWS
Julien Pauli [Fri, 12 Dec 2014 13:18:27 +0000 (14:18 +0100)]
Updated NEWS

10 years agoFixed bug #68583 Crash in timeout thread
Anatol Belski [Fri, 12 Dec 2014 09:43:31 +0000 (10:43 +0100)]
Fixed bug #68583 Crash in timeout thread

This replaces the GUI element used for execution timeout handling
on Windows. Instead a timer queue technique is used, which is indeed
a thread pool. A timer queue timer is a lightweight object handled
but that thread pool and the timer thread spends most of the time
sleeping and waiting for an alert.

Please note also that this introduces neither binary nor source
breach. The custom timeout thread functions are deleted, however
they was not exported throug DLL, so couldn't be used by any
external code. As well they couldn't be used anywhere in the core
except in executor api, because those custom timeout thread
functions they used to operate on static variables which would
be overwritten (and that would blow).

So instead a relatively modern technique is used for the timeout
handling. It's still not perfect because the executor still has to
check EX(timed_out). This can be a topic for an improvement in
master. But brobably can be tricky as currently it seems to be not
possible to signal an individual thread. Also note another issue
that static variables aren't thread safe, but the current timer
implementation is.

10 years agoupdate NEWS
Stanislav Malyshev [Thu, 11 Dec 2014 18:41:17 +0000 (10:41 -0800)]
update NEWS

10 years agomove the test to the right place
Anatol Belski [Wed, 10 Dec 2014 12:19:51 +0000 (13:19 +0100)]
move the test to the right place

10 years agoFixed bug #68545 NULL pointer dereference in unserialize.c
Anatol Belski [Wed, 10 Dec 2014 10:43:33 +0000 (11:43 +0100)]
Fixed bug #68545 NULL pointer dereference in unserialize.c

10 years agomove the test to the right place
Anatol Belski [Wed, 10 Dec 2014 12:19:51 +0000 (13:19 +0100)]
move the test to the right place

10 years agoFixed bug #68545 NULL pointer dereference in unserialize.c
Anatol Belski [Wed, 10 Dec 2014 10:43:33 +0000 (11:43 +0100)]
Fixed bug #68545 NULL pointer dereference in unserialize.c

10 years agoUpdated NEWS
Julien Pauli [Wed, 10 Dec 2014 10:22:28 +0000 (11:22 +0100)]
Updated NEWS

10 years agoMerge branch 'day-of-week-issues' into PHP-5.5
Derick Rethans [Mon, 8 Dec 2014 11:06:41 +0000 (11:06 +0000)]
Merge branch 'day-of-week-issues' into PHP-5.5

10 years agoFixed day_of_week function as it could sometimes return negative values internally.
Derick Rethans [Mon, 8 Dec 2014 11:06:12 +0000 (11:06 +0000)]
Fixed day_of_week function as it could sometimes return negative values internally.