]> granicus.if.org Git - php/log
php
10 years ago5.5.15RC1 php-5.5.15RC1
Julien Pauli [Tue, 8 Jul 2014 21:53:03 +0000 (23:53 +0200)]
5.5.15RC1

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 8 Jul 2014 19:54:02 +0000 (12:54 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67587: Redirection loop on nginx with FPM

10 years agoFix bug #67587: Redirection loop on nginx with FPM
Christian Weiske [Tue, 8 Jul 2014 16:59:30 +0000 (18:59 +0200)]
Fix bug #67587: Redirection loop on nginx with FPM

Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:

    set $path_info $fastcgi_path_info;
    fastcgi_param PATH_INFO $path_info;

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 8 Jul 2014 08:07:31 +0000 (10:07 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated NEWS

10 years agoupdated NEWS
Anatol Belski [Tue, 8 Jul 2014 08:07:18 +0000 (10:07 +0200)]
updated NEWS

10 years agoupdated NEWS
Anatol Belski [Tue, 8 Jul 2014 08:06:35 +0000 (10:06 +0200)]
updated NEWS

10 years agoBackported the patch from bug #67407 into 5.5+
Anatol Belski [Tue, 8 Jul 2014 07:54:36 +0000 (09:54 +0200)]
Backported the patch from bug #67407 into 5.5+

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 8 Jul 2014 07:54:12 +0000 (09:54 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Backported the patch from bug #67407 into 5.4

10 years agoBackported the patch from bug #67407 into 5.4
Anatol Belski [Tue, 8 Jul 2014 07:52:35 +0000 (09:52 +0200)]
Backported the patch from bug #67407 into 5.4

10 years agoNEWS
Remi Collet [Tue, 8 Jul 2014 06:31:15 +0000 (08:31 +0200)]
NEWS

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

* PHP-5.4:
  NEWS
  Fix Bug #67530  error_log=syslog ignored

10 years agoNEWS
Remi Collet [Tue, 8 Jul 2014 06:30:15 +0000 (08:30 +0200)]
NEWS

10 years agoFix Bug #67530 error_log=syslog ignored
Remi Collet [Tue, 8 Jul 2014 06:29:24 +0000 (08:29 +0200)]
Fix Bug #67530  error_log=syslog ignored

As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Mon, 7 Jul 2014 20:40:47 +0000 (20:40 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

10 years agoFixed bug #66830 (Empty header causes PHP built-in web server to hang).
Adam Harvey [Mon, 7 Jul 2014 20:36:06 +0000 (20:36 +0000)]
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).

We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.

10 years agocreate locales and re-add test
Stanislav Malyshev [Mon, 7 Jul 2014 16:35:37 +0000 (09:35 -0700)]
create locales and re-add test

10 years agorm test for now
Stanislav Malyshev [Mon, 7 Jul 2014 16:32:26 +0000 (09:32 -0700)]
rm test for now

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 7 Jul 2014 08:36:03 +0000 (01:36 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  change locale - looks like not everybody has sl_SI

10 years agochange locale - looks like not everybody has sl_SI
Stanislav Malyshev [Mon, 7 Jul 2014 08:35:25 +0000 (01:35 -0700)]
change locale - looks like not everybody has sl_SI

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 7 Jul 2014 07:49:15 +0000 (00:49 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix format

10 years agoFix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
Stanislav Malyshev [Mon, 7 Jul 2014 07:48:44 +0000 (00:48 -0700)]
Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone

10 years agofix format
Stanislav Malyshev [Mon, 7 Jul 2014 07:48:32 +0000 (00:48 -0700)]
fix format

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 7 Jul 2014 07:37:24 +0000 (00:37 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)

10 years agoFix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
Stanislav Malyshev [Mon, 7 Jul 2014 07:36:57 +0000 (00:36 -0700)]
Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 7 Jul 2014 05:15:35 +0000 (22:15 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Make sure the generator script also creates a newline at the end of file
  Add newline at end of file to prevent compilation warning

10 years agoMake sure the generator script also creates a newline at the end of file
Lior Kaplan [Tue, 1 Jul 2014 08:44:39 +0000 (11:44 +0300)]
Make sure the generator script also creates a newline at the end of file

Similar to commit d6713f39 in master

10 years agoAdd newline at end of file to prevent compilation warning
Lior Kaplan [Mon, 30 Jun 2014 22:57:01 +0000 (01:57 +0300)]
Add newline at end of file to prevent compilation warning

The newline was removed at commit 50d50c2f

10 years agoFixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)
Xinchen Hui [Thu, 3 Jul 2014 06:58:37 +0000 (14:58 +0800)]
Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)

10 years agoAdd test for bug #67215
Xinchen Hui [Thu, 3 Jul 2014 05:38:38 +0000 (13:38 +0800)]
Add test for bug #67215

bjori> writing a testcase making sure you get a fatal error and does not
segfault after that... is difficult

10 years agoAdd CVE ID
Xinchen Hui [Thu, 3 Jul 2014 02:49:37 +0000 (10:49 +0800)]
Add CVE ID

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Wed, 2 Jul 2014 20:40:33 +0000 (22:40 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agoAdd test for bug #67151
Nikita Popov [Wed, 2 Jul 2014 20:37:41 +0000 (22:37 +0200)]
Add test for bug #67151

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Wed, 2 Jul 2014 20:38:27 +0000 (22:38 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  adding a reproduce script for bug #49184

10 years agoadding a reproduce script for bug #49184
Ferenc Kovacs [Wed, 2 Jul 2014 20:37:43 +0000 (22:37 +0200)]
adding a reproduce script for bug #49184

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Wed, 2 Jul 2014 20:33:57 +0000 (22:33 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agoFix bug #67151: strtr with empty array crashes
Nikita Popov [Wed, 2 Jul 2014 20:31:52 +0000 (22:31 +0200)]
Fix bug #67151: strtr with empty array crashes

10 years agoFix bug #67497: eval with parse error causes segfault in generator
Nikita Popov [Wed, 2 Jul 2014 15:33:31 +0000 (17:33 +0200)]
Fix bug #67497: eval with parse error causes segfault in generator

10 years agoFixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
Xinchen Hui [Wed, 2 Jul 2014 09:57:42 +0000 (17:57 +0800)]
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)

10 years agoFixed Bug #67538 (SPL Iterators use-after-free)
Xinchen Hui [Wed, 2 Jul 2014 09:45:09 +0000 (17:45 +0800)]
Fixed Bug #67538 (SPL Iterators use-after-free)

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 2 Jul 2014 09:35:42 +0000 (11:35 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agobundle deplister.exe with releases
Anatol Belski [Wed, 2 Jul 2014 09:34:37 +0000 (11:34 +0200)]
bundle deplister.exe with releases

10 years agobackported the VC12 fix for ARG_MAX
Anatol Belski [Wed, 2 Jul 2014 09:11:39 +0000 (11:11 +0200)]
backported the VC12 fix for ARG_MAX

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Wed, 2 Jul 2014 07:55:15 +0000 (09:55 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix integer overflow in {stream,file}_{get,put}_contents()

10 years agofix integer overflow in {stream,file}_{get,put}_contents()
Michael Wallner [Wed, 2 Jul 2014 07:53:03 +0000 (09:53 +0200)]
fix integer overflow in {stream,file}_{get,put}_contents()

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Tue, 1 Jul 2014 20:23:11 +0000 (13:23 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix ext/pgsql builds with libpq < 7.3.

10 years agoFix ext/pgsql builds with libpq < 7.3.
Adam Harvey [Tue, 1 Jul 2014 20:19:22 +0000 (13:19 -0700)]
Fix ext/pgsql builds with libpq < 7.3.

Fixes bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756).

10 years agoupdated libs_version.txt
Anatol Belski [Tue, 1 Jul 2014 08:34:25 +0000 (10:34 +0200)]
updated libs_version.txt

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 1 Jul 2014 08:34:00 +0000 (10:34 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated libs_version.txt

10 years agoupdated libs_version.txt
Anatol Belski [Tue, 1 Jul 2014 08:33:09 +0000 (10:33 +0200)]
updated libs_version.txt

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 1 Jul 2014 08:27:38 +0000 (10:27 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated libmagic.patch

10 years agoupdated libmagic.patch
Anatol Belski [Tue, 1 Jul 2014 08:25:20 +0000 (10:25 +0200)]
updated libmagic.patch

10 years agoremove the NEWS entry for the reverted fpm fix
Ferenc Kovacs [Mon, 30 Jun 2014 16:38:31 +0000 (18:38 +0200)]
remove the NEWS entry for the reverted fpm fix

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Mon, 30 Jun 2014 16:38:15 +0000 (18:38 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  remove the NEWS entry for the reverted fpm fix
  Revert "Fix Bug #67530  error_log=syslog ignored"

10 years agoremove the NEWS entry for the reverted fpm fix
Ferenc Kovacs [Mon, 30 Jun 2014 16:37:56 +0000 (18:37 +0200)]
remove the NEWS entry for the reverted fpm fix

10 years agoRevert "Fix Bug #67530 error_log=syslog ignored"
Ferenc Kovacs [Mon, 30 Jun 2014 16:37:23 +0000 (18:37 +0200)]
Revert "Fix Bug #67530  error_log=syslog ignored"

This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180.

10 years ago--enable-fpm for the travis build
Ferenc Kovacs [Mon, 30 Jun 2014 10:30:24 +0000 (12:30 +0200)]
--enable-fpm for the travis build

10 years agoNEWS
Ferenc Kovacs [Sun, 29 Jun 2014 23:34:29 +0000 (01:34 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Sun, 29 Jun 2014 23:34:05 +0000 (01:34 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0

10 years agoFix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
Ferenc Kovacs [Sun, 29 Jun 2014 23:30:36 +0000 (01:30 +0200)]
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0

Simplest fix is to remove the specific checks for freebsd1* as it also matches freebsd10,
and nobody should be using >=PHP 5.4 with freebsd 1.x(if it is even possible to make it
to compile there).

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Fri, 27 Jun 2014 14:28:24 +0000 (16:28 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  removing the format added by mistake, props to Solar Designer for spotting this.

10 years agoremoving the format added by mistake, props to Solar Designer for spotting this.
Ferenc Kovacs [Fri, 27 Jun 2014 14:27:36 +0000 (16:27 +0200)]
removing the format added by mistake, props to Solar Designer for spotting this.

10 years agoNEWS
Remi Collet [Fri, 27 Jun 2014 07:50:43 +0000 (09:50 +0200)]
NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Fri, 27 Jun 2014 07:50:27 +0000 (09:50 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS
  Fix Bug #67531  syslog cannot be set in pool configuration
  Fix Bug #67530  error_log=syslog ignored

10 years agoNEWS
Remi Collet [Fri, 27 Jun 2014 07:50:01 +0000 (09:50 +0200)]
NEWS

10 years agoFix Bug #67531 syslog cannot be set in pool configuration
Remi Collet [Fri, 27 Jun 2014 07:47:28 +0000 (09:47 +0200)]
Fix Bug #67531  syslog cannot be set in pool configuration

error_log is listed in FPM_PHP_INI_TO_EXPAND,
but should not be expand when value = syslog

10 years agoFix Bug #67530 error_log=syslog ignored
Remi Collet [Fri, 27 Jun 2014 07:45:53 +0000 (09:45 +0200)]
Fix Bug #67530  error_log=syslog ignored

As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured

10 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 27 Jun 2014 04:16:15 +0000 (21:16 -0700)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  update the date
  better explanation

10 years agoupdate the date
Stanislav Malyshev [Fri, 27 Jun 2014 04:15:47 +0000 (21:15 -0700)]
update the date

10 years agobetter explanation
Stanislav Malyshev [Thu, 26 Jun 2014 22:25:19 +0000 (15:25 -0700)]
better explanation

10 years agomore extensive note on unserialize() change
Stanislav Malyshev [Thu, 26 Jun 2014 17:39:38 +0000 (10:39 -0700)]
more extensive note on unserialize() change

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Thu, 26 Jun 2014 17:36:38 +0000 (10:36 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  more extensive note on unserialize() change

10 years agomore extensive note on unserialize() change
Stanislav Malyshev [Thu, 26 Jun 2014 17:35:47 +0000 (10:35 -0700)]
more extensive note on unserialize() change

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 24 Jun 2014 18:23:02 +0000 (11:23 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix test - because of big #67397 we don't allow overlong locales anymore

10 years agoFix test - because of big #67397 we don't allow overlong locales anymore
Stanislav Malyshev [Tue, 24 Jun 2014 18:21:43 +0000 (11:21 -0700)]
Fix test - because of big #67397 we don't allow overlong locales anymore

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 24 Jun 2014 17:25:09 +0000 (10:25 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.30
  Better fix for bug #67072 with more BC provisions
  Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
  update CVE
  Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
  Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
  Fix bug #67349: Locale::parseLocale Double Free
  add CVEs
  Fix potential segfault in dns_get_record()
  Fix bug #66127 (Segmentation fault with ArrayObject unset)
  5.4.30 rc1

Conflicts:
ext/intl/locale/locale_methods.c

10 years agoMerge branch 'PHP-5.4.30' into PHP-5.4
Stanislav Malyshev [Tue, 24 Jun 2014 17:23:36 +0000 (10:23 -0700)]
Merge branch 'PHP-5.4.30' into PHP-5.4

* PHP-5.4.30:
  5.4.30
  Better fix for bug #67072 with more BC provisions
  Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
  update CVE
  Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
  Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
  Fix bug #67349: Locale::parseLocale Double Free
  add CVEs
  Fix potential segfault in dns_get_record()
  Fix bug #66127 (Segmentation fault with ArrayObject unset)
  5.4.30 rc1

Conflicts:
configure.in
main/php_version.h

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 24 Jun 2014 17:20:51 +0000 (10:20 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update NEWS

10 years agoupdate NEWS
Stanislav Malyshev [Tue, 24 Jun 2014 17:20:33 +0000 (10:20 -0700)]
update NEWS

10 years ago5.4.30
Stanislav Malyshev [Tue, 24 Jun 2014 17:17:34 +0000 (10:17 -0700)]
5.4.30

10 years agoBetter fix for bug #67072 with more BC provisions
Stanislav Malyshev [Sun, 22 Jun 2014 04:28:33 +0000 (21:28 -0700)]
Better fix for bug #67072 with more BC provisions

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 24 Jun 2014 05:13:32 +0000 (22:13 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Better fix for bug #67072 with more BC provisions

10 years agoFix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
Stanislav Malyshev [Mon, 23 Jun 2014 07:19:37 +0000 (00:19 -0700)]
Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability

10 years agoupdate CVE
Stanislav Malyshev [Mon, 23 Jun 2014 07:07:08 +0000 (00:07 -0700)]
update CVE

10 years agoBetter fix for bug #67072 with more BC provisions
Stanislav Malyshev [Sun, 22 Jun 2014 04:28:33 +0000 (21:28 -0700)]
Better fix for bug #67072 with more BC provisions

10 years agoBetter fix for bug #67072 with more BC provisions
Stanislav Malyshev [Sun, 22 Jun 2014 04:28:33 +0000 (21:28 -0700)]
Better fix for bug #67072 with more BC provisions

10 years agoFix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
Stanislav Malyshev [Sun, 22 Jun 2014 02:46:16 +0000 (19:46 -0700)]
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion

10 years agoFix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName ...
Stanislav Malyshev [Sun, 8 Jun 2014 20:44:40 +0000 (13:44 -0700)]
Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))

10 years agoFix bug #67349: Locale::parseLocale Double Free
Stanislav Malyshev [Wed, 4 Jun 2014 08:06:01 +0000 (01:06 -0700)]
Fix bug #67349: Locale::parseLocale Double Free

10 years agoadd CVEs
Stanislav Malyshev [Sun, 22 Jun 2014 01:37:08 +0000 (18:37 -0700)]
add CVEs

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Fri, 20 Jun 2014 09:57:38 +0000 (13:57 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed MarinaDB support

10 years agoFixed MarinaDB support
Dmitry Stogov [Fri, 20 Jun 2014 09:56:32 +0000 (13:56 +0400)]
Fixed MarinaDB support

10 years agoSuppress test failure with MySQL 5.7
Andrey Hristov [Wed, 18 Jun 2014 13:20:14 +0000 (16:20 +0300)]
Suppress test failure with MySQL 5.7

10 years agoUpdate copyright year to 2014
Lior Kaplan [Tue, 17 Jun 2014 21:12:33 +0000 (00:12 +0300)]
Update copyright year to 2014

10 years agoUpdate copyright year to 2014
Lior Kaplan [Tue, 17 Jun 2014 21:11:55 +0000 (00:11 +0300)]
Update copyright year to 2014

Align with online version at http://www.php.net/license/3_01.txt

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Tue, 17 Jun 2014 21:11:35 +0000 (00:11 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Update copyright year to 2014
  Update copyright year to 2014

10 years agoUpdate copyright year to 2014
Lior Kaplan [Tue, 17 Jun 2014 20:57:20 +0000 (23:57 +0300)]
Update copyright year to 2014

10 years agoUpdate copyright year to 2014
Lior Kaplan [Tue, 17 Jun 2014 20:56:46 +0000 (23:56 +0300)]
Update copyright year to 2014

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Mon, 16 Jun 2014 20:30:44 +0000 (23:30 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Update copyright year for re2c generated files
  Update copyright year to 2014
  Update copyright year for re2c files as well

10 years agoUpdate copyright year for re2c generated files
Lior Kaplan [Mon, 16 Jun 2014 20:28:36 +0000 (23:28 +0300)]
Update copyright year for re2c generated files

10 years agoUpdate copyright year to 2014
Lior Kaplan [Mon, 16 Jun 2014 20:27:45 +0000 (23:27 +0300)]
Update copyright year to 2014