]> granicus.if.org Git - php/log
php
13 years agoMerge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57'
Felipe Pena [Sun, 3 Jun 2012 22:02:00 +0000 (19:02 -0300)]
Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57'

13 years agoMerge branch 'PHP-5.4'
Felipe Pena [Sun, 3 Jun 2012 21:23:57 +0000 (18:23 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Optimize comparison between same HashTable pointer
  - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
  - fix missing include for unix sockets
  - Comment unused function to avoid warnings
  - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
  - fix missing include for unix sockets
  - Comment unused function to avoid warnings

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 3 Jun 2012 21:20:26 +0000 (18:20 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Optimize comparison between same HashTable pointer
  - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
  - fix missing include for unix sockets
  - Comment unused function to avoid warnings

13 years ago- Optimize comparison between same HashTable pointer
Felipe Pena [Sun, 3 Jun 2012 21:16:57 +0000 (18:16 -0300)]
- Optimize comparison between same HashTable pointer

13 years ago- Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00ru"...
Felipe Pena [Sun, 3 Jun 2012 18:23:07 +0000 (15:23 -0300)]
- Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00ru" Jurczyk, Gynvael Coldwind)

13 years agoFix indention
David Soria Parra [Sun, 3 Jun 2012 17:20:17 +0000 (19:20 +0200)]
Fix indention

13 years agoSend mails to php-qa@lists.php.net whenever a build is failing
David Soria Parra [Sun, 3 Jun 2012 17:11:10 +0000 (19:11 +0200)]
Send mails to php-qa@lists.php.net whenever a build is failing

13 years agoAdd preliminary README.md for github
David Soria Parra [Sun, 3 Jun 2012 16:49:47 +0000 (18:49 +0200)]
Add preliminary README.md for github

Github uses a special markdown syntax and display the content of the README
formatted on the front page of the repo. This readme contains information for
github users.

13 years agoMerge branch 'pull-request/68'
David Soria Parra [Sun, 3 Jun 2012 16:22:14 +0000 (18:22 +0200)]
Merge branch 'pull-request/68'

By Davey Shafik
via Davey Shafik
* pull-request/68:
  Fix boolean casting and whitespace (@dsp / #68)
  Add curl extension config, uses cli-server to test
  Source all extension scripts for ENV vars
  Add extension configs, compile more extensions
  Reformat, setup MySQL DB, call run-tests directly
  Add support for Travis CI

13 years agoclose the underlying stream as early as possible and so notify the
andrey [Fri, 1 Jun 2012 19:12:08 +0000 (22:12 +0300)]
close the underlying stream as early as possible and so notify the
NET layer

13 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Jerome Loyet [Fri, 1 Jun 2012 09:30:49 +0000 (11:30 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (27 commits)
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
  sort NEWS
  fix bug #55042 - erealloc without updating pointer
  Fix bug #62186 readline fails to compile
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)
  fix test
  fix test
  Typofix in comment in proc_open.c
  fix CVE-2012-2143
  updated the libmagic patch after Felipes regex fix
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  fix unchecked emalloc
  add CVE
  add bug 62146
  add bug #62082
  sync with HEAD
  sync with HEAD
  ...

13 years agoMerge branch 'master' of git.php.net:php-src
Jerome Loyet [Fri, 1 Jun 2012 09:30:13 +0000 (11:30 +0200)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (43 commits)
  close the stream whenever possible, no need to keep it open altough the connection is marked as unusable
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
  more refactoring stuff. Reduced code duplication in the authentication code
  sort NEWS
  fix bug #55042 - erealloc without updating pointer
  Fix bug #62186 readline fails to compile
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)
  small refactoring - factour out code from connection establishment. Add a define for the default authentication protocol - get away from the hardcoded magic value
  fix test
  fix test
  Typofix in comment in proc_open.c
  fix CVE-2012-2143
  updated the libmagic patch after Felipes regex fix
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  fix unchecked emalloc
  add CVE
  add bug 62146
  ...

13 years ago- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
Jerome Loyet [Fri, 1 Jun 2012 09:27:19 +0000 (11:27 +0200)]
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))

13 years ago- fix missing include for unix sockets
Jerome Loyet [Fri, 1 Jun 2012 09:26:55 +0000 (11:26 +0200)]
- fix missing include for unix sockets

13 years ago- Comment unused function to avoid warnings
Jerome Loyet [Fri, 1 Jun 2012 09:26:39 +0000 (11:26 +0200)]
- Comment unused function to avoid warnings

13 years ago- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
Jerome Loyet [Fri, 1 Jun 2012 09:23:01 +0000 (11:23 +0200)]
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))

13 years ago- fix missing include for unix sockets
Jerome Loyet [Fri, 1 Jun 2012 09:22:18 +0000 (11:22 +0200)]
- fix missing include for unix sockets

13 years ago- Comment unused function to avoid warnings
Jerome Loyet [Fri, 1 Jun 2012 09:22:02 +0000 (11:22 +0200)]
- Comment unused function to avoid warnings

13 years ago- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
Jerome Loyet [Fri, 1 Jun 2012 09:18:48 +0000 (11:18 +0200)]
- Fixed bug #62205 (php-fpm segfaults (null passed to strstr))

13 years ago- fix missing include for unix sockets
Jerome Loyet [Fri, 1 Jun 2012 09:16:53 +0000 (11:16 +0200)]
- fix missing include for unix sockets

13 years ago- Comment unused function to avoid warnings
Jerome Loyet [Fri, 1 Jun 2012 09:16:00 +0000 (11:16 +0200)]
- Comment unused function to avoid warnings

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Fri, 1 Jun 2012 08:22:52 +0000 (11:22 +0300)]
Merge branch 'master' of git.php.net:php-src

13 years agoclose the stream whenever possible, no need to keep it open altough the
andrey [Fri, 1 Jun 2012 08:22:19 +0000 (11:22 +0300)]
close the stream whenever possible, no need to keep it open altough the
connection is marked as unusable

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 1 Jun 2012 07:00:55 +0000 (15:00 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
  sort NEWS

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 1 Jun 2012 07:00:02 +0000 (15:00 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)

13 years agoFixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
Xinchen Hui [Fri, 1 Jun 2012 06:55:14 +0000 (14:55 +0800)]
Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Thu, 31 May 2012 12:46:55 +0000 (15:46 +0300)]
Merge branch 'master' of git.php.net:php-src

13 years agomore refactoring stuff. Reduced code duplication in the authentication
andrey [Thu, 31 May 2012 12:46:26 +0000 (15:46 +0300)]
more refactoring stuff. Reduced code duplication in the authentication
code

13 years agosort NEWS
Stanislav Malyshev [Thu, 31 May 2012 05:34:29 +0000 (22:34 -0700)]
sort NEWS

13 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Thu, 31 May 2012 05:27:54 +0000 (22:27 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix bug #55042 - erealloc without updating pointer

13 years agofix bug #55042 - erealloc without updating pointer
Stanislav Malyshev [Thu, 31 May 2012 05:26:26 +0000 (22:26 -0700)]
fix bug #55042 - erealloc without updating pointer

13 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Wed, 30 May 2012 23:18:02 +0000 (01:18 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug #62186 readline fails to compile
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 30 May 2012 23:16:42 +0000 (01:16 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix unchecked emalloc (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)

13 years agoFix bug #62186 readline fails to compile
Johannes Schlüter [Wed, 30 May 2012 23:15:22 +0000 (01:15 +0200)]
Fix bug #62186 readline fails to compile

13 years agofix unchecked emalloc
Stanislav Malyshev [Tue, 29 May 2012 01:54:15 +0000 (18:54 -0700)]
fix unchecked emalloc
(cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854)

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Wed, 30 May 2012 12:25:26 +0000 (15:25 +0300)]
Merge branch 'master' of git.php.net:php-src

13 years agosmall refactoring - factour out code from connection establishment.
andrey [Wed, 30 May 2012 12:24:17 +0000 (15:24 +0300)]
small refactoring - factour out code from connection establishment.
Add a define for the default authentication protocol - get away from
the hardcoded magic value

13 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Wed, 30 May 2012 06:53:01 +0000 (23:53 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix test
  fix test

13 years agofix test php-5.4.4RC2
Stanislav Malyshev [Wed, 30 May 2012 06:52:07 +0000 (23:52 -0700)]
fix test

13 years agofix test
Stanislav Malyshev [Wed, 30 May 2012 06:42:37 +0000 (23:42 -0700)]
fix test

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 30 May 2012 06:44:35 +0000 (14:44 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Typofix in comment in proc_open.c

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 30 May 2012 06:43:55 +0000 (14:43 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Typofix in comment in proc_open.c

13 years agoTypofix in comment in proc_open.c
Jille Timmermans [Tue, 29 May 2012 13:44:04 +0000 (15:44 +0200)]
Typofix in comment in proc_open.c

13 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Wed, 30 May 2012 06:14:09 +0000 (23:14 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix CVE-2012-2143

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 30 May 2012 06:07:27 +0000 (23:07 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix CVE-2012-2143

13 years agofix CVE-2012-2143
Stanislav Malyshev [Thu, 24 May 2012 18:54:51 +0000 (13:54 -0500)]
fix CVE-2012-2143

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 29 May 2012 15:42:35 +0000 (17:42 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated the libmagic patch after Felipes regex fix

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 15:41:57 +0000 (17:41 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated the libmagic patch after Felipes regex fix

13 years agoupdated the libmagic patch after Felipes regex fix
Anatoliy Belsky [Tue, 29 May 2012 15:38:30 +0000 (17:38 +0200)]
updated the libmagic patch after Felipes regex fix

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 29 May 2012 14:43:40 +0000 (16:43 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 14:43:20 +0000 (16:43 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
  Bug #62177 deactivate the linux test version on win
  Fix bug #62177 Test Bug - finfo_file_regex.phpt

13 years agoFix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt
Matt Ficken [Tue, 29 May 2012 14:38:57 +0000 (16:38 +0200)]
Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt

13 years agoBug #62177 deactivate the linux test version on win
Matt Ficken [Tue, 29 May 2012 14:37:19 +0000 (16:37 +0200)]
Bug #62177 deactivate the linux test version on win

13 years agoFix bug #62177 Test Bug - finfo_file_regex.phpt
Matt Ficken [Tue, 29 May 2012 14:31:47 +0000 (16:31 +0200)]
Fix bug #62177 Test Bug - finfo_file_regex.phpt

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Tue, 29 May 2012 10:25:25 +0000 (12:25 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4: (21 commits)
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  fix unchecked emalloc
  add CVE
  add bug 62146
  add bug #62082
  sync with HEAD
  sync with HEAD
  Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)
  Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)
  Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)
  Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)
  Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)
  - Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)
  - Fixed bug #62160 (Add process.priority to set nice(2) priorities)
  - Fixed bug #62160 (Add process.priority to set nice(2) priorities)
  - add missing headers to avoid warnings
  - add missing headers to avoid warnings
  - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
  - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
  - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
  ...

Conflicts:
NEWS

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 29 May 2012 10:19:20 +0000 (12:19 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
  sync with HEAD
  Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)
  Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)
  - Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)
  - Fixed bug #62160 (Add process.priority to set nice(2) priorities)
  - add missing headers to avoid warnings
  - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
  - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

Conflicts:
NEWS
sapi/fpm/fpm/fpm_main.c

13 years agoFixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt
Matt Ficken [Tue, 29 May 2012 09:41:44 +0000 (11:41 +0200)]
Fixed bug #62176 Test Bug - sapi/cli/tests/bug61546.phpt

13 years agofix unchecked emalloc
Stanislav Malyshev [Tue, 29 May 2012 01:54:15 +0000 (18:54 -0700)]
fix unchecked emalloc

13 years agoadd CVE
Stanislav Malyshev [Tue, 29 May 2012 01:54:02 +0000 (18:54 -0700)]
add CVE

13 years agoadd bug 62146
Stanislav Malyshev [Tue, 29 May 2012 00:43:36 +0000 (17:43 -0700)]
add bug 62146

13 years agoadd bug #62082
Stanislav Malyshev [Thu, 24 May 2012 18:38:36 +0000 (13:38 -0500)]
add bug #62082

13 years agoFix boolean casting and whitespace (@dsp / #68)
Davey Shafik [Mon, 28 May 2012 10:18:44 +0000 (06:18 -0400)]
Fix boolean casting and whitespace (@dsp / #68)

13 years agoAdd curl extension config, uses cli-server to test
Davey Shafik [Sat, 28 Apr 2012 03:53:53 +0000 (23:53 -0400)]
Add curl extension config, uses cli-server to test

13 years agoSource all extension scripts for ENV vars
Davey Shafik [Sat, 28 Apr 2012 03:53:24 +0000 (23:53 -0400)]
Source all extension scripts for ENV vars

13 years agoAdd extension configs, compile more extensions
Davey Shafik [Sat, 28 Apr 2012 01:27:29 +0000 (21:27 -0400)]
Add extension configs, compile more extensions

13 years agoReformat, setup MySQL DB, call run-tests directly
Davey Shafik [Fri, 27 Apr 2012 14:36:33 +0000 (10:36 -0400)]
Reformat, setup MySQL DB, call run-tests directly

13 years agoAdd support for Travis CI
Davey Shafik [Thu, 26 Apr 2012 11:48:49 +0000 (07:48 -0400)]
Add support for Travis CI

13 years agoAdded support for CURLOPT_MAIL_AUTH
Pierrick Charron [Mon, 28 May 2012 03:43:52 +0000 (23:43 -0400)]
Added support for CURLOPT_MAIL_AUTH

pull-request/92:
  Added support for CURLOPT_MAIL_AUTH for libcurl >= 7.25.0

13 years agosync with HEAD
Nuno Lopes [Mon, 28 May 2012 00:14:31 +0000 (20:14 -0400)]
sync with HEAD

13 years agosync with HEAD
Nuno Lopes [Mon, 28 May 2012 00:13:09 +0000 (20:13 -0400)]
sync with HEAD

13 years ago128 MB is enough for everyone (TM)
Nuno Lopes [Mon, 28 May 2012 00:03:58 +0000 (20:03 -0400)]
128 MB is enough for everyone (TM)

this is an initial tentative to avoid some testcases go crazy and consume 16 GB of memory. Additional measures will have to be taken if the problem persists.
Please patch individual tests that really require more than 128MB of memory

13 years agoMerge branch 'master' of https://git.php.net/push/php-src
Nuno Lopes [Sun, 27 May 2012 23:58:00 +0000 (19:58 -0400)]
Merge branch 'master' of https://git.php.net/push/php-src

13 years agoremove remaining traces of unicode.* ini settings
Nuno Lopes [Sun, 27 May 2012 23:57:34 +0000 (19:57 -0400)]
remove remaining traces of unicode.* ini settings

13 years agoVIM uses spaces as tabs and that doesn't comply with the coding
Your Name [Sun, 27 May 2012 22:39:45 +0000 (15:39 -0700)]
VIM uses spaces as tabs and that doesn't comply with the coding
standard. I think I'd fixed it so it's using real tabs now.

13 years agoRemoved syslog.h. That should never have been commited.
Your Name [Sun, 27 May 2012 08:50:29 +0000 (01:50 -0700)]
Removed syslog.h. That should never have been commited.

13 years agoFixed the libcurl version checking for CURLOPT_MAIL_AUTH
Your Name [Sun, 27 May 2012 07:21:08 +0000 (00:21 -0700)]
Fixed the libcurl version checking for CURLOPT_MAIL_AUTH

13 years agoAdded support for CURLOPT_MAIL_AUTH
Your Name [Sun, 27 May 2012 07:02:53 +0000 (00:02 -0700)]
Added support for CURLOPT_MAIL_AUTH

13 years agoFixed bug #61218 (the previous patch was not enough restritive on fcgi name string...
Jerome Loyet [Sat, 26 May 2012 17:37:24 +0000 (19:37 +0200)]
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)

13 years agoFixed bug #61218 (the previous patch was not enough restritive on fcgi name string...
Jerome Loyet [Sat, 26 May 2012 17:37:09 +0000 (19:37 +0200)]
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)

13 years agoFixed bug #61218 (the previous patch was not enough restritive on fcgi name string...
Jerome Loyet [Sat, 26 May 2012 17:36:01 +0000 (19:36 +0200)]
Fixed bug #61218 (the previous patch was not enough restritive on fcgi name string checks)

13 years agoFixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI...
Jerome Loyet [Sat, 26 May 2012 17:29:01 +0000 (19:29 +0200)]
Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)

13 years agoFixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI...
Jerome Loyet [Sat, 26 May 2012 17:27:45 +0000 (19:27 +0200)]
Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)

13 years agoFixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI...
Jerome Loyet [Sat, 26 May 2012 17:27:02 +0000 (19:27 +0200)]
Fixed bug #61218 (FPM drops connection while receiving some binary valuesin FastCGI requests)

13 years agoFixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error...
Jerome Loyet [Sat, 26 May 2012 16:48:56 +0000 (18:48 +0200)]
Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)

13 years agoFixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error...
Jerome Loyet [Sat, 26 May 2012 16:48:40 +0000 (18:48 +0200)]
Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)

13 years ago- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an...
Jerome Loyet [Sat, 26 May 2012 16:44:35 +0000 (18:44 +0200)]
- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)

13 years ago- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
Jerome Loyet [Sat, 26 May 2012 16:24:28 +0000 (18:24 +0200)]
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)

13 years ago- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
Jerome Loyet [Sat, 26 May 2012 16:24:08 +0000 (18:24 +0200)]
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)

13 years ago- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
Jerome Loyet [Sat, 26 May 2012 16:22:12 +0000 (18:22 +0200)]
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)

13 years ago- add missing headers to avoid warnings
Jerome Loyet [Sat, 26 May 2012 15:38:39 +0000 (17:38 +0200)]
- add missing headers to avoid warnings

13 years ago- add missing headers to avoid warnings
Jerome Loyet [Sat, 26 May 2012 15:38:08 +0000 (17:38 +0200)]
- add missing headers to avoid warnings

13 years ago- add missing headers to avoid warnings
Jerome Loyet [Sat, 26 May 2012 15:37:33 +0000 (17:37 +0200)]
- add missing headers to avoid warnings

13 years ago- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched...
Jerome Loyet [Fri, 25 May 2012 19:23:39 +0000 (21:23 +0200)]
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)

13 years ago- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched...
Jerome Loyet [Fri, 25 May 2012 19:22:54 +0000 (21:22 +0200)]
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)

13 years ago- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched...
Jerome Loyet [Fri, 25 May 2012 19:21:44 +0000 (21:21 +0200)]
- Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)

13 years ago- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
Jerome Loyet [Fri, 25 May 2012 19:15:06 +0000 (21:15 +0200)]
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).

13 years ago- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
Jerome Loyet [Fri, 25 May 2012 19:13:57 +0000 (21:13 +0200)]
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

13 years ago- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
Jerome Loyet [Fri, 25 May 2012 19:10:17 +0000 (21:10 +0200)]
- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 25 May 2012 14:34:06 +0000 (22:34 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62128 superfluous ";"

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 25 May 2012 14:33:17 +0000 (22:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62128 superfluous ";"