]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Thu, 2 May 2013 11:31:11 +0000 (13:31 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  From code coverity scan - fix some memory leak - fix some resources leak (fd) - create fpm_worker_pool_free (shared use) - possible null dref (wp->user and wp->home can be null)

11 years agoFrom code coverity scan
Remi Collet [Thu, 2 May 2013 11:27:16 +0000 (13:27 +0200)]
From code coverity scan
- fix some memory leak
- fix some resources leak (fd)
- create fpm_worker_pool_free (shared use)
- possible null dref (wp->user and wp->home can be null)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Thu, 2 May 2013 08:32:54 +0000 (10:32 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fixed size array cannot be null

11 years agofixed size array cannot be null
Remi Collet [Thu, 2 May 2013 08:32:45 +0000 (10:32 +0200)]
fixed size array cannot be null

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Thu, 2 May 2013 08:15:20 +0000 (10:15 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  use limit_extensions as we use security_limit_extensions later (free)
  unused variable

11 years agouse limit_extensions as we use security_limit_extensions later (free)
Remi Collet [Thu, 2 May 2013 08:15:12 +0000 (10:15 +0200)]
use limit_extensions as we use security_limit_extensions later (free)

11 years agounused variable
Remi Collet [Thu, 2 May 2013 08:15:05 +0000 (10:15 +0200)]
unused variable

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Thu, 2 May 2013 07:38:12 +0000 (09:38 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix possible null deref (detected by code coverity scan)

11 years agofix possible null deref (detected by code coverity scan)
Remi Collet [Thu, 2 May 2013 07:38:00 +0000 (09:38 +0200)]
fix possible null deref (detected by code coverity scan)

11 years agoRemove trailing space in NEWS
Gustavo Lopes [Tue, 30 Apr 2013 17:42:31 +0000 (19:42 +0200)]
Remove trailing space in NEWS

11 years agoNEWS for 514afd67
Gustavo Lopes [Tue, 30 Apr 2013 17:41:27 +0000 (19:41 +0200)]
NEWS for 514afd67

11 years agoFix bug #64729: compilation failure on x32
Gustavo Lopes [Tue, 30 Apr 2013 17:00:31 +0000 (19:00 +0200)]
Fix bug #64729: compilation failure on x32

11 years agoWhen Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
Remi Collet [Tue, 30 Apr 2013 06:55:18 +0000 (08:55 +0200)]
When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
the SCRIPT_FILENAME may contains the QUERY_STRING.

Ex : RewriteRule ^(.*)\.php$ fcgi://127.0.0.1:9000/$1.php [P]

From apache debug (build with -DFCGI_DUMP_ENV_VARS)
AH01062: sending env var 'SCRIPT_FILENAME' value 'proxy:fcgi://127.0.0.1:9000/var/www/html/info.php?foo'
AH01071: Got error 'Primary script unknown\n'

11 years agoRevert "Add CURL_WRAPPERS_ENABLE constant"
Stanislav Malyshev [Mon, 29 Apr 2013 05:25:40 +0000 (22:25 -0700)]
Revert "Add CURL_WRAPPERS_ENABLE constant"

This reverts commit d7f709a032a40cb475042b43db07a4698a2488b7.
Since wrappers are deleted from 5.5, no point in adding this constant.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 27 Apr 2013 15:50:02 +0000 (23:50 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoAlso fixed bug #64726 in 5.3
Xinchen Hui [Sat, 27 Apr 2013 15:49:43 +0000 (23:49 +0800)]
Also fixed bug #64726 in 5.3

11 years agoFixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer...
Xinchen Hui [Sat, 27 Apr 2013 15:41:31 +0000 (23:41 +0800)]
Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 27 Apr 2013 15:38:10 +0000 (23:38 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFix memory realted to #64726
Xinchen Hui [Sat, 27 Apr 2013 15:36:56 +0000 (23:36 +0800)]
Fix memory realted to #64726

11 years agoupdated libmagic.patch
Anatol Belski [Sat, 27 Apr 2013 12:09:29 +0000 (14:09 +0200)]
updated libmagic.patch

11 years agoFixed bug bug #64713 Compilation warnings in finfo
Anatol Belski [Sat, 27 Apr 2013 11:49:50 +0000 (13:49 +0200)]
Fixed bug bug #64713 Compilation warnings in finfo

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Matt Ficken [Thu, 25 Apr 2013 18:37:09 +0000 (11:37 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix Test Bug #64714

11 years agoFix Test Bug #64714
Matt Ficken [Thu, 25 Apr 2013 18:34:57 +0000 (11:34 -0700)]
Fix Test Bug #64714

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 25 Apr 2013 16:05:19 +0000 (18:05 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
configure.in
main/php_version.h

11 years agoPHP 5.3.26 this will be
Johannes Schlüter [Thu, 25 Apr 2013 16:02:53 +0000 (18:02 +0200)]
PHP 5.3.26 this will be

11 years agoFix NEWS
Johannes Schlüter [Thu, 25 Apr 2013 15:58:02 +0000 (17:58 +0200)]
Fix NEWS

11 years ago5.4.16-dev
Stanislav Malyshev [Wed, 24 Apr 2013 17:15:35 +0000 (10:15 -0700)]
5.4.16-dev

11 years agoupdate credits
Stanislav Malyshev [Wed, 24 Apr 2013 04:50:23 +0000 (21:50 -0700)]
update credits

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 24 Apr 2013 04:43:55 +0000 (21:43 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #64458 (dns_get_record result with string of length -1)

11 years agoFix bug #64458 (dns_get_record result with string of length -1)
Stanislav Malyshev [Wed, 24 Apr 2013 04:42:15 +0000 (21:42 -0700)]
Fix bug #64458 (dns_get_record result with string of length -1)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Tue, 23 Apr 2013 19:55:47 +0000 (23:55 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(function_state).function is not yet set to the calling function.

Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

11 years agoFixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(function_stat...
Dmitry Stogov [Tue, 23 Apr 2013 19:43:23 +0000 (23:43 +0400)]
Fixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(function_state).function is not yet set to the calling function.

11 years agoupdated NEWS
Anatol Belski [Mon, 22 Apr 2013 16:59:47 +0000 (18:59 +0200)]
updated NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Mon, 22 Apr 2013 16:59:11 +0000 (18:59 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed stream_socket_pair() on Windows x64 and

11 years agoFixed stream_socket_pair() on Windows x64 and
Anatol Belski [Mon, 22 Apr 2013 16:53:52 +0000 (18:53 +0200)]
Fixed stream_socket_pair() on Windows x64 and

improved errorhandling in the socketpair() implementation.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Mon, 22 Apr 2013 16:51:43 +0000 (17:51 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years ago- Updated to version 2013.3 (2013c)
Derick Rethans [Mon, 22 Apr 2013 16:51:41 +0000 (17:51 +0100)]
- Updated to version 2013.3 (2013c)

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Sun, 21 Apr 2013 03:11:02 +0000 (11:11 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agoIncludes 5 new phpTests to check that the error message DOM_NOT_FOUND is properly...
Antonio Diaz Ruiz [Mon, 15 Apr 2013 21:30:58 +0000 (23:30 +0200)]
Includes 5 new phpTests to check that the error message DOM_NOT_FOUND is properly raised by the method DOMNode::insertBefore(newNode, [refNode]).

Each file covers a different test case

    DOMNode_insertBefore_error2.phpt: refNode is a sibling of the node where newNode wanted to be inserted.
    DOMNode_insertBefore_error3.phpt: refNode is the parent of the node where newNode wanted to be inserted.
    DOMNode_insertBefore_error4.phpt: refNode is a brand new node.
    DOMNode_insertBefore_error5.phpt: refNode is a descendant (not child) of the node where newNode wanted to be inserted.
    DOMNode_insertBefore_error6.phpt: refNode is the node where newNode wanted to be inserted.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Fri, 19 Apr 2013 13:55:46 +0000 (15:55 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agolower the limit, should fit in a byte
Andrey Hristov [Fri, 19 Apr 2013 13:54:35 +0000 (15:54 +0200)]
lower the limit, should fit in a byte

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Wed, 17 Apr 2013 11:18:00 +0000 (13:18 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated lib versions
  allow lcov 1.10

11 years agoupdated lib versions
Anatol Belski [Wed, 17 Apr 2013 11:17:32 +0000 (13:17 +0200)]
updated lib versions

11 years agofixed EOL
Anatol Belski [Wed, 17 Apr 2013 11:15:08 +0000 (13:15 +0200)]
fixed EOL

11 years agoupdated lib versions
Anatol Belski [Wed, 17 Apr 2013 11:12:18 +0000 (13:12 +0200)]
updated lib versions

11 years agoallow lcov 1.10
Nuno Lopes [Sat, 13 Apr 2013 20:56:30 +0000 (16:56 -0400)]
allow lcov 1.10

11 years agoallow lcov 1.10
Nuno Lopes [Sat, 13 Apr 2013 20:56:30 +0000 (16:56 -0400)]
allow lcov 1.10

11 years agoFixed bug (Wrong ce cached)
Xinchen Hui [Thu, 11 Apr 2013 06:28:42 +0000 (14:28 +0800)]
Fixed bug (Wrong ce cached)

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Pierre Joye [Thu, 11 Apr 2013 04:58:04 +0000 (06:58 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agolucky that the name is not used, fix name of encoder
Pierre Joye [Thu, 11 Apr 2013 04:42:38 +0000 (06:42 +0200)]
lucky that the name is not used, fix name of encoder

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Anatol Belski [Wed, 10 Apr 2013 18:51:32 +0000 (20:51 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Anatol Belski [Wed, 10 Apr 2013 18:50:57 +0000 (20:50 +0200)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

11 years agoupdated NEWS
Anatol Belski [Wed, 10 Apr 2013 18:44:41 +0000 (20:44 +0200)]
updated NEWS

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Wed, 10 Apr 2013 18:40:28 +0000 (20:40 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #64342 ZipArchive::addFile() has to check for file existence

11 years agoFixed bug #64342 ZipArchive::addFile() has to check for file existence
Anatol Belski [Wed, 10 Apr 2013 18:39:17 +0000 (20:39 +0200)]
Fixed bug #64342 ZipArchive::addFile() has to check for file existence

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierre Joye [Wed, 10 Apr 2013 18:13:18 +0000 (20:13 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  add external 2.1 detection and fix gd_compat for 2.1+

11 years agoadd external 2.1 detection and fix gd_compat for 2.1+
Pierre Joye [Wed, 10 Apr 2013 18:12:25 +0000 (20:12 +0200)]
add external 2.1 detection and fix gd_compat for 2.1+

11 years agoPHP 5.4.14 release date
Johannes Schlüter [Wed, 10 Apr 2013 07:45:16 +0000 (09:45 +0200)]
PHP 5.4.14 release date

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 10 Apr 2013 07:44:34 +0000 (09:44 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoPHP 5.3.24 release date
Johannes Schlüter [Wed, 10 Apr 2013 07:41:21 +0000 (09:41 +0200)]
PHP 5.3.24 release date

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierre Joye [Tue, 9 Apr 2013 08:09:36 +0000 (10:09 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix possible NULL deref

11 years agofix possible NULL deref
Pierre Joye [Tue, 9 Apr 2013 08:09:17 +0000 (10:09 +0200)]
fix possible NULL deref

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierre Joye [Tue, 9 Apr 2013 08:04:17 +0000 (10:04 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

# By Pierre Joye (1) and Rasmus Lerdorf (1)
* PHP-5.3:
  fix null deref
  Fixed bugs #47675 and #64577 (fd leak on Solaris)

11 years agofix null deref
Pierre Joye [Tue, 9 Apr 2013 08:04:01 +0000 (10:04 +0200)]
fix null deref

11 years agoupdated libmagic.patch
Anatol Belski [Mon, 8 Apr 2013 14:23:43 +0000 (16:23 +0200)]
updated libmagic.patch

11 years agofix ident
Anatol Belski [Mon, 8 Apr 2013 13:51:22 +0000 (15:51 +0200)]
fix ident

11 years agoRefactored the previous memleak fix
Anatol Belski [Mon, 8 Apr 2013 12:32:37 +0000 (14:32 +0200)]
Refactored the previous memleak fix

to avoid usage of a freed pointer. Thanks Laruence )

11 years agofix memory leak at apprentice.c:1095
Anatol Belski [Mon, 8 Apr 2013 10:49:53 +0000 (12:49 +0200)]
fix memory leak at apprentice.c:1095

11 years agofixed EOL
Anatol Belski [Mon, 8 Apr 2013 07:20:43 +0000 (09:20 +0200)]
fixed EOL

11 years agoupgraded libmagic to 5.14
Anatol Belski [Sun, 7 Apr 2013 20:15:56 +0000 (22:15 +0200)]
upgraded libmagic to 5.14

11 years agoFix typo
Carson McDonald [Fri, 5 Apr 2013 14:53:13 +0000 (10:53 -0400)]
Fix typo

11 years agoConstant has been renamed
Xinchen Hui [Fri, 5 Apr 2013 06:25:54 +0000 (14:25 +0800)]
Constant has been renamed

11 years agoFixed bugs #47675 and #64577 (fd leak on Solaris)
Rasmus Lerdorf [Fri, 5 Apr 2013 02:22:28 +0000 (19:22 -0700)]
Fixed bugs #47675 and #64577 (fd leak on Solaris)

11 years agoFixed bugs #47675 and #64577 (fd leak on Solaris)
Rasmus Lerdorf [Fri, 5 Apr 2013 02:15:52 +0000 (19:15 -0700)]
Fixed bugs #47675 and #64577 (fd leak on Solaris)

11 years agos ,CURL_WRAPPERS_ENABLE,CURL_WRAPPERS_ENABLED,
Xinchen Hui [Thu, 4 Apr 2013 11:28:17 +0000 (19:28 +0800)]
s ,CURL_WRAPPERS_ENABLE,CURL_WRAPPERS_ENABLED,

11 years agoUpdate test script to make sure the error occurred
Xinchen Hui [Thu, 4 Apr 2013 06:55:17 +0000 (14:55 +0800)]
Update test script to make sure the error occurred

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 4 Apr 2013 06:53:06 +0000 (14:53 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agono tab here
Xinchen Hui [Thu, 4 Apr 2013 06:52:59 +0000 (14:52 +0800)]
no tab here

11 years agono tab here
Xinchen Hui [Thu, 4 Apr 2013 06:52:27 +0000 (14:52 +0800)]
no tab here

11 years agoUse 5.4 specifical warnnig & Update NEWs
Xinchen Hui [Thu, 4 Apr 2013 06:47:49 +0000 (14:47 +0800)]
Use 5.4 specifical warnnig & Update NEWs

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 4 Apr 2013 06:44:28 +0000 (14:44 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
Xinchen Hui [Thu, 4 Apr 2013 06:34:11 +0000 (14:34 +0800)]
Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 4 Apr 2013 05:40:46 +0000 (13:40 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFixed Bug #64578
Xinchen Hui [Thu, 4 Apr 2013 05:40:21 +0000 (13:40 +0800)]
Fixed Bug #64578

11 years agoFix #64572: Clean up after the test
ptarjan [Wed, 3 Apr 2013 02:24:11 +0000 (19:24 -0700)]
Fix #64572: Clean up after the test

Lets not leave stuff lying around.

11 years agoFix #64572: Clean up after the test
ptarjan [Wed, 3 Apr 2013 02:24:11 +0000 (19:24 -0700)]
Fix #64572: Clean up after the test

Lets not leave stuff lying around.

11 years agoformat
Xinchen Hui [Wed, 3 Apr 2013 02:20:13 +0000 (10:20 +0800)]
format

11 years agoUse new constant replace ugly trick
Xinchen Hui [Wed, 3 Apr 2013 02:12:49 +0000 (10:12 +0800)]
Use new constant replace ugly trick

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Wed, 3 Apr 2013 02:11:33 +0000 (10:11 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agoAdd CURL_WRAPPERS_ENABLE constant
Xinchen Hui [Wed, 3 Apr 2013 02:09:51 +0000 (10:09 +0800)]
Add CURL_WRAPPERS_ENABLE constant

see http://news.php.net/php.internals/66871

11 years agoNEW for #64565
Remi Collet [Tue, 2 Apr 2013 14:33:54 +0000 (16:33 +0200)]
NEW for #64565

11 years agokeep previous test to avoid any behavior change
Remi Collet [Tue, 2 Apr 2013 14:31:36 +0000 (16:31 +0200)]
keep previous test to avoid any behavior change

11 years agofix comment
Remi Collet [Tue, 2 Apr 2013 14:24:00 +0000 (16:24 +0200)]
fix comment

11 years agoFixed Bug #64565 copy doesn't report failure on partial copy
Remi Collet [Tue, 2 Apr 2013 14:18:26 +0000 (16:18 +0200)]
Fixed Bug #64565 copy doesn't report failure on partial copy

_php_stream_copy_to_stream_ex, when mmap is possible, doesn't check
if actually written bytes match read bytes.

Fix this (paranoid check) to be consistent with non mmap mode

Seems hard to add a unit test, as this rely on a full filesystem.

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 1 Apr 2013 10:13:38 +0000 (18:13 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoFix test
Xinchen Hui [Mon, 1 Apr 2013 10:12:16 +0000 (18:12 +0800)]
Fix test

11 years agoSkip test when --with-curlwrappers enabled.
Xinchen Hui [Sun, 31 Mar 2013 13:22:48 +0000 (21:22 +0800)]
Skip test when --with-curlwrappers enabled.

11 years agoFix bug #64433: does not follow redirects for non-3xx response codes
Sergey Akbarov [Fri, 15 Mar 2013 16:54:18 +0000 (09:54 -0700)]
Fix bug #64433: does not follow redirects for non-3xx response codes

11 years agoForgot to fix the test on 5.4
Nikita Popov [Thu, 28 Mar 2013 17:42:01 +0000 (18:42 +0100)]
Forgot to fix the test on 5.4

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Thu, 28 Mar 2013 17:41:34 +0000 (18:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4