]> granicus.if.org Git - php/log
php
10 years agoFixed a bug that cannot access custom request header stored in apache_request_headers...
George Wang [Fri, 11 Jul 2014 18:31:59 +0000 (14:31 -0400)]
Fixed a bug that cannot access custom request header stored in apache_request_headers() though array index.

10 years agocleanup file headers.
George Wang [Thu, 10 Jul 2014 19:12:43 +0000 (15:12 -0400)]
cleanup file headers.

10 years agoDo not kill children process in pre-fork mode when parent process quit.
George Wang [Thu, 10 Jul 2014 18:59:25 +0000 (14:59 -0400)]
Do not kill children process in pre-fork mode when parent process quit.

10 years agoupdate to LSAPI 6.6
George Wang [Tue, 26 Nov 2013 23:53:35 +0000 (18:53 -0500)]
update to LSAPI 6.6

Conflicts:
sapi/litespeed/lsapi_main.c

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
George Wang [Thu, 10 Jul 2014 18:14:38 +0000 (14:14 -0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

10 years agoupdate year & copyright
George Wang [Thu, 10 Jul 2014 18:14:11 +0000 (14:14 -0400)]
update year & copyright

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 10 Jul 2014 17:37:12 +0000 (19:37 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  turn off PGO in phpize mode
  Fixed typo in Makefile.frag
  Fixed typo in Makefile.frag

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 10 Jul 2014 17:36:04 +0000 (19:36 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  turn off PGO in phpize mode
  Fixed typo in Makefile.frag

10 years agoturn off PGO in phpize mode
Anatol Belski [Thu, 10 Jul 2014 17:35:26 +0000 (19:35 +0200)]
turn off PGO in phpize mode

10 years agoFixed typo in Makefile.frag
George Wang [Tue, 5 Nov 2013 20:38:08 +0000 (15:38 -0500)]
Fixed typo in Makefile.frag

10 years agoFixed typo in Makefile.frag
George Wang [Tue, 5 Nov 2013 20:38:08 +0000 (15:38 -0500)]
Fixed typo in Makefile.frag

10 years agoexplicitly PHP_ANALYZER=no when no known keyword was passed
Anatol Belski [Thu, 10 Jul 2014 13:20:34 +0000 (15:20 +0200)]
explicitly PHP_ANALYZER=no when no known keyword was passed

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 9 Jul 2014 04:42:20 +0000 (21:42 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.31
  fix unstable test
  5.5.16 now

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 9 Jul 2014 04:41:06 +0000 (21:41 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.31
  fix unstable test

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.31
Stanislav Malyshev [Wed, 9 Jul 2014 04:26:39 +0000 (21:26 -0700)]
5.4.31

10 years agoupdate NEWS
Stanislav Malyshev [Tue, 8 Jul 2014 22:04:42 +0000 (15:04 -0700)]
update NEWS

10 years agofix unstable test
Stanislav Malyshev [Tue, 8 Jul 2014 21:13:46 +0000 (14:13 -0700)]
fix unstable test

10 years ago5.5.16 now
Julien Pauli [Tue, 8 Jul 2014 21:54:19 +0000 (23:54 +0200)]
5.5.16 now

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 8 Jul 2014 21:32:27 +0000 (14:32 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix unstable test

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 8 Jul 2014 21:31:40 +0000 (14:31 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix unstable test

10 years agofix unstable test
Stanislav Malyshev [Tue, 8 Jul 2014 21:13:46 +0000 (14:13 -0700)]
fix unstable test

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

* PHP-5.5:
  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
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.5' into PHP-5.6
Anatol Belski [Tue, 8 Jul 2014 08:08:24 +0000 (10:08 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  updated NEWS

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

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 agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Tue, 8 Jul 2014 07:57:36 +0000 (09:57 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Backported the patch from bug #67407 into 5.5+
  Backported the patch from bug #67407 into 5.4
  NEWS
  NEWS
  Fix Bug #67530  error_log=syslog ignored

Conflicts:
sapi/fpm/fpm/fpm_stdio.c

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:33:39 +0000 (08:33 +0200)]
NEWS

10 years ago5.6 have fpm_globals.force_stderr
Remi Collet [Tue, 8 Jul 2014 06:32:56 +0000 (08:32 +0200)]
5.6 have fpm_globals.force_stderr

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 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.5' into PHP-5.6
Adam Harvey [Mon, 7 Jul 2014 20:45:01 +0000 (20:45 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

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

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 agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 7 Jul 2014 17:42:13 +0000 (10:42 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  create locales and re-add test

Conflicts:
.travis.yml

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 agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 7 Jul 2014 16:33:05 +0000 (09:33 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  rm test for now

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.5' into PHP-5.6
Stanislav Malyshev [Mon, 7 Jul 2014 08:36:24 +0000 (01:36 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  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 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.5' into PHP-5.6
Stanislav Malyshev [Mon, 7 Jul 2014 07:49:33 +0000 (00:49 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #66921 - Wrong argument type hint for function intltz_from_date_time_zone
  fix format

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.5' into PHP-5.6
Stanislav Malyshev [Mon, 7 Jul 2014 07:38:16 +0000 (00:38 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)
  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 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 agoReference bug report instead of github issue in NEWS file
Bob Weinand [Sun, 6 Jul 2014 11:34:03 +0000 (13:34 +0200)]
Reference bug report instead of github issue in NEWS file

10 years agoadd more exts for Travis
Stanislav Malyshev [Sun, 6 Jul 2014 01:09:26 +0000 (18:09 -0700)]
add more exts for Travis

10 years agoUpdate NEWS
Bob Weinand [Sat, 5 Jul 2014 23:20:46 +0000 (01:20 +0200)]
Update NEWS

10 years agoMerge sapi/phpdbg into PHP-5.6
Bob Weinand [Sat, 5 Jul 2014 23:17:50 +0000 (01:17 +0200)]
Merge sapi/phpdbg into PHP-5.6

10 years agoMerge pull request #104 from andytson/feature/rpm-build-fix
Bob Weinand [Sat, 5 Jul 2014 23:16:03 +0000 (01:16 +0200)]
Merge pull request #104 from andytson/feature/rpm-build-fix

Fix phpdbg.1 man page installation when build != src directory

10 years agoFix phpdbg.1 man page installation when build != src directory
Andy Thompson [Sat, 5 Jul 2014 12:05:05 +0000 (13:05 +0100)]
Fix phpdbg.1 man page installation when build != src directory

10 years agoBFN for bug #67551 (php://input temp file will be located in sys_temp_dir instead...
Michael Wallner [Wed, 2 Jul 2014 17:48:36 +0000 (19:48 +0200)]
BFN for bug #67551 (php://input temp file will be located in sys_temp_dir instead of upload_tmp_dir)

10 years agoreorder
Michael Wallner [Wed, 2 Jul 2014 17:46:56 +0000 (19:46 +0200)]
reorder

10 years agorestore API compatibility
Michael Wallner [Wed, 2 Jul 2014 13:41:59 +0000 (15:41 +0200)]
restore API compatibility

10 years agofinish
Michael Wallner [Wed, 2 Jul 2014 12:35:20 +0000 (14:35 +0200)]
finish

10 years agorefactor php_stream_temp_create{,_ex} and use it for the php://input stream
Michael Wallner [Wed, 2 Jul 2014 10:22:14 +0000 (12:22 +0200)]
refactor php_stream_temp_create{,_ex} and use it for the php://input stream

10 years agorefactor _php_stream_fopen_{temporary_,tmp}file()
Michael Wallner [Wed, 2 Jul 2014 10:10:10 +0000 (12:10 +0200)]
refactor _php_stream_fopen_{temporary_,tmp}file()

10 years agofix length overflow of HTTP_RAW_POST_DATA
Michael Wallner [Wed, 2 Jul 2014 08:09:05 +0000 (10:09 +0200)]
fix length overflow of HTTP_RAW_POST_DATA

10 years agoUpdate NEWS
Xinchen Hui [Thu, 3 Jul 2014 06:59:14 +0000 (14:59 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 3 Jul 2014 06:58:53 +0000 (14:58 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

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 agoFixed section
Xinchen Hui [Thu, 3 Jul 2014 02:51:24 +0000 (10:51 +0800)]
Fixed section

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 3 Jul 2014 02:51:10 +0000 (10:51 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

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

10 years agoalso add Remi to the QA credits
Ferenc Kovacs [Wed, 2 Jul 2014 21:35:31 +0000 (23:35 +0200)]
also add Remi to the QA credits

10 years agoadd Stas and Julient to the QA credits
Ferenc Kovacs [Wed, 2 Jul 2014 21:32:50 +0000 (23:32 +0200)]
add Stas and Julient to the QA credits

10 years agoupdate the credits
Ferenc Kovacs [Wed, 2 Jul 2014 21:26:41 +0000 (23:26 +0200)]
update the credits

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

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.5' into PHP-5.6
Ferenc Kovacs [Wed, 2 Jul 2014 20:38:53 +0000 (22:38 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

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

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.5' into PHP-5.6
Nikita Popov [Wed, 2 Jul 2014 20:34:46 +0000 (22:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

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 ext/pgsql builds against libpq 7.3.
Adam Harvey [Wed, 2 Jul 2014 19:30:06 +0000 (12:30 -0700)]
Fix ext/pgsql builds against libpq 7.3.

Fixes bug #67555 (Cannot build against libpq 7.3).

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Wed, 2 Jul 2014 15:35:03 +0000 (17:35 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

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 agoMark test as XFAIL until fixed
Bob Weinand [Wed, 2 Jul 2014 15:25:47 +0000 (17:25 +0200)]
Mark test as XFAIL until fixed

10 years agoMessed up syntax of tests
Bob Weinand [Wed, 2 Jul 2014 10:43:27 +0000 (12:43 +0200)]
Messed up syntax of tests

10 years agoAdd tests for constant expression arrays
Bob Weinand [Wed, 2 Jul 2014 10:31:50 +0000 (12:31 +0200)]
Add tests for constant expression arrays
Adding one failing (!) test for now about circular constant references embedded in a constant AST, must be fixed before PHP 5.6 release.

10 years agoUpdate NEWs
Xinchen Hui [Wed, 2 Jul 2014 09:58:37 +0000 (17:58 +0800)]
Update NEWs