]> granicus.if.org Git - php/log
php
10 years agorevert the lstat part
Anatol Belski [Fri, 29 Aug 2014 15:21:02 +0000 (17:21 +0200)]
revert the lstat part

10 years agofix stat vs zend_stat
Anatol Belski [Fri, 29 Aug 2014 11:43:40 +0000 (13:43 +0200)]
fix stat vs zend_stat

10 years agofix implicit st_rdev element handling when negative value was passed
Anatol Belski [Fri, 29 Aug 2014 11:30:53 +0000 (13:30 +0200)]
fix implicit st_rdev element handling when negative value was passed

10 years agodata type fixes
Anatol Belski [Fri, 29 Aug 2014 10:53:37 +0000 (12:53 +0200)]
data type fixes

10 years agoavoid usage of 'type' before the null pointer check
Anatol Belski [Fri, 29 Aug 2014 09:21:07 +0000 (11:21 +0200)]
avoid usage of 'type' before the null pointer check

10 years agoexclude log2 usage which requires C99 support
Anatol Belski [Fri, 29 Aug 2014 08:54:28 +0000 (10:54 +0200)]
exclude log2 usage which requires C99 support

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Fri, 29 Aug 2014 08:44:45 +0000 (11:44 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Add missing CVE IDs for 5.6.0
  Align entiries format to "Fixed bug #..."
  Use #66356 instead of #66714, as the latter is only a regression fix from the former.
  Add an entry for bug#66060 (fixed in 5.5.8)

10 years agoAdd missing CVE IDs for 5.6.0
Lior Kaplan [Fri, 29 Aug 2014 08:31:07 +0000 (11:31 +0300)]
Add missing CVE IDs for 5.6.0

10 years agoAlign entiries format to "Fixed bug #..."
Lior Kaplan [Fri, 29 Aug 2014 08:28:22 +0000 (11:28 +0300)]
Align entiries format to "Fixed bug #..."

10 years agoUse #66356 instead of #66714, as the latter is only a regression fix from the former.
Lior Kaplan [Fri, 29 Aug 2014 08:26:27 +0000 (11:26 +0300)]
Use #66356 instead of #66714, as the latter is only a regression fix from the former.

10 years agoAdd an entry for bug#66060 (fixed in 5.5.8)
Lior Kaplan [Fri, 29 Aug 2014 06:55:07 +0000 (09:55 +0300)]
Add an entry for bug#66060 (fixed in 5.5.8)

10 years agofixed path in test
Anatol Belski [Fri, 29 Aug 2014 06:40:47 +0000 (08:40 +0200)]
fixed path in test

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Fri, 29 Aug 2014 06:13:24 +0000 (23:13 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix NEWS for fcgi fix merge
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 29 Aug 2014 06:12:41 +0000 (23:12 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix NEWS for fcgi fix merge
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 29 Aug 2014 06:11:08 +0000 (23:11 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS for fcgi fix merge
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606

10 years agofix NEWS for fcgi fix merge
Stanislav Malyshev [Fri, 29 Aug 2014 06:10:32 +0000 (23:10 -0700)]
fix NEWS for fcgi fix merge

10 years agorestore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
David Zuelke [Sat, 9 Aug 2014 06:26:33 +0000 (08:26 +0200)]
restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606

10 years agouse zend_string_equals_ci
Xinchen Hui [Fri, 29 Aug 2014 05:19:14 +0000 (13:19 +0800)]
use zend_string_equals_ci

10 years agoKeep folder mark style in this file
Xinchen Hui [Fri, 29 Aug 2014 05:05:58 +0000 (13:05 +0800)]
Keep folder mark style in this file

10 years agoresource type is int
Xinchen Hui [Fri, 29 Aug 2014 03:28:21 +0000 (11:28 +0800)]
resource type is int

10 years agoFix comparison in case of constant NULL as default value
Johannes Schlüter [Thu, 28 Aug 2014 23:34:46 +0000 (01:34 +0200)]
Fix comparison in case of constant NULL as default value

Fixes "Fatal error: Default value for parameters with a class type hint
can only be NULL in ext/phar/phar.php on line 1120" whie creating phar.phar

10 years agoFix bug #67922
Nikita Popov [Thu, 28 Aug 2014 22:18:38 +0000 (00:18 +0200)]
Fix bug #67922

10 years agoSpecial-case aliases, add warning comments to implementations
Andrea Faulds [Thu, 28 Aug 2014 19:53:32 +0000 (20:53 +0100)]
Special-case aliases, add warning comments to implementations

10 years agoskip this if we can't check the uid
Anatol Belski [Thu, 28 Aug 2014 20:22:38 +0000 (22:22 +0200)]
skip this if we can't check the uid

10 years agofixed trim() and strtok() to work with big strings
Anatol Belski [Thu, 28 Aug 2014 19:59:00 +0000 (21:59 +0200)]
fixed trim() and strtok() to work with big strings

10 years agofixed strip_tags() and hebrev() to work with big strings
Anatol Belski [Thu, 28 Aug 2014 17:35:37 +0000 (19:35 +0200)]
fixed strip_tags() and hebrev() to work with big strings

10 years agomake array/object APIs accept large strings as values of elements/props
Anatol Belski [Thu, 28 Aug 2014 17:17:47 +0000 (19:17 +0200)]
make array/object APIs accept large strings as values of elements/props

10 years agoreplace llabs with imaxabs
Anatol Belski [Thu, 28 Aug 2014 16:54:54 +0000 (18:54 +0200)]
replace llabs with imaxabs

both are gcc built-in but imaxabs doesn't require C99 compat (see man)

10 years agoDuplicate array only if neccessary
Dmitry Stogov [Thu, 28 Aug 2014 16:51:22 +0000 (20:51 +0400)]
Duplicate array only if neccessary

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 28 Aug 2014 15:39:03 +0000 (17:39 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Popa Adrian Marius
# Via Popa Adrian Marius
* 'master' of git.php.net:php-src:
  rename misleading define

10 years agofix phar copy-on-write
Anatol Belski [Thu, 28 Aug 2014 15:35:54 +0000 (17:35 +0200)]
fix phar copy-on-write

10 years agorename misleading define
Popa Adrian Marius [Thu, 28 Aug 2014 15:20:28 +0000 (18:20 +0300)]
rename misleading define

10 years agofix incompatible pointer
Anatol Belski [Thu, 28 Aug 2014 15:02:53 +0000 (17:02 +0200)]
fix incompatible pointer

10 years agofix format
Anatol Belski [Thu, 28 Aug 2014 13:41:03 +0000 (15:41 +0200)]
fix format

10 years agoremove duplicate condition already present a line upper
Anatol Belski [Thu, 28 Aug 2014 13:37:30 +0000 (15:37 +0200)]
remove duplicate condition already present a line upper

10 years agosolve conflicting type size_t vs int
Popa Adrian Marius [Thu, 28 Aug 2014 14:10:42 +0000 (17:10 +0300)]
solve conflicting type size_t vs int

10 years agoUse better hash functions
Dmitry Stogov [Thu, 28 Aug 2014 13:47:40 +0000 (17:47 +0400)]
Use better hash functions

10 years agoRefactored optimizer (compile different opimizer passes separately, instead of includ...
Dmitry Stogov [Thu, 28 Aug 2014 13:23:12 +0000 (17:23 +0400)]
Refactored optimizer (compile different opimizer passes separately, instead of including *.c file)

10 years agouse stddef.h definitions for uintptr_t and intptr_t
Anatol Belski [Thu, 28 Aug 2014 11:07:47 +0000 (13:07 +0200)]
use stddef.h definitions for uintptr_t and intptr_t

10 years agobetter alignment, won 8 byte on 64 bit with default alignment
Anatol Belski [Thu, 28 Aug 2014 10:12:24 +0000 (12:12 +0200)]
better alignment, won 8 byte on 64 bit with default alignment

10 years agofix number format
Anatol Belski [Thu, 28 Aug 2014 10:07:39 +0000 (12:07 +0200)]
fix number format

10 years agofix dir separator
Anatol Belski [Thu, 28 Aug 2014 09:56:27 +0000 (11:56 +0200)]
fix dir separator

10 years agoremove the expression parts, which are always true
Anatol Belski [Thu, 28 Aug 2014 09:37:34 +0000 (11:37 +0200)]
remove the expression parts, which are always true

10 years agofix some types and unnecessary casts
Anatol Belski [Thu, 28 Aug 2014 09:32:24 +0000 (11:32 +0200)]
fix some types and unnecessary casts

10 years agofix type
Anatol Belski [Thu, 28 Aug 2014 08:54:27 +0000 (10:54 +0200)]
fix type

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Thu, 28 Aug 2014 09:37:00 +0000 (17:37 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 28 Aug 2014 09:13:52 +0000 (13:13 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  fix pg_last_notice()
  Changed 'unsigned size_t' to 'size_t'
  Fixed segfaults after change size_t of "s"
  Fixed zend extensions multipy-times loadable
  Revert "Fixed incompatible pointer type"
  fix hash_pbkdf2()

10 years agoFixed typo
Xinchen Hui [Thu, 28 Aug 2014 09:05:21 +0000 (17:05 +0800)]
Fixed typo

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Thu, 28 Aug 2014 09:04:04 +0000 (17:04 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoFixed zbacktrace
Xinchen Hui [Thu, 28 Aug 2014 09:03:27 +0000 (17:03 +0800)]
Fixed zbacktrace

10 years agofix pg_last_notice()
Anatol Belski [Thu, 28 Aug 2014 08:28:13 +0000 (10:28 +0200)]
fix pg_last_notice()

10 years agoChanged 'unsigned size_t' to 'size_t'
Tjerk Meesters [Thu, 28 Aug 2014 08:39:35 +0000 (16:39 +0800)]
Changed 'unsigned size_t' to 'size_t'

10 years agoFixed segfaults after change size_t of "s"
Xinchen Hui [Thu, 28 Aug 2014 07:43:14 +0000 (15:43 +0800)]
Fixed segfaults after change size_t of "s"

10 years agoFixed zend extensions multipy-times loadable
Xinchen Hui [Thu, 28 Aug 2014 07:13:57 +0000 (15:13 +0800)]
Fixed zend extensions multipy-times loadable

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Thu, 28 Aug 2014 06:56:53 +0000 (14:56 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoRevert "Fixed incompatible pointer type"
Xinchen Hui [Thu, 28 Aug 2014 06:56:25 +0000 (14:56 +0800)]
Revert "Fixed incompatible pointer type"

This reverts commit 007406c775b527a334a0964a624810afeb599ed5.

10 years agoLOAD_REGS() is not used anymore
Dmitry Stogov [Thu, 28 Aug 2014 06:55:16 +0000 (10:55 +0400)]
LOAD_REGS() is not used anymore

10 years agofix hash_pbkdf2()
Anatol Belski [Thu, 28 Aug 2014 06:55:05 +0000 (08:55 +0200)]
fix hash_pbkdf2()

10 years agoFixed type
Dmitry Stogov [Thu, 28 Aug 2014 06:31:13 +0000 (10:31 +0400)]
Fixed type

10 years agoclosesocket is defined in php_network.h
Xinchen Hui [Thu, 28 Aug 2014 05:20:43 +0000 (13:20 +0800)]
closesocket is defined in php_network.h

10 years agoclosesocket is already defined in main/php_network.h
Xinchen Hui [Thu, 28 Aug 2014 05:18:55 +0000 (13:18 +0800)]
closesocket is already defined in main/php_network.h

10 years agoFixed iconv MINFO
Xinchen Hui [Thu, 28 Aug 2014 05:11:07 +0000 (13:11 +0800)]
Fixed iconv MINFO

10 years agoFixed incompatible pointer type
Xinchen Hui [Thu, 28 Aug 2014 03:34:00 +0000 (11:34 +0800)]
Fixed incompatible pointer type

10 years agoMerged PR 785 - Fixed ZEND_INT_(MIN/MAX) constants in signed multiplication
Tjerk Meesters [Thu, 28 Aug 2014 00:33:18 +0000 (08:33 +0800)]
Merged PR 785 - Fixed ZEND_INT_(MIN/MAX) constants in signed multiplication

ZEND_INT_MIN and ZEND_INT_MAX should be ZEND_LONG_MIN and ZEND_LONG_MAX respectively.

10 years agoUse 'const' qualifier for pointrs to code used at run-time (the code must not be...
Dmitry Stogov [Wed, 27 Aug 2014 22:44:06 +0000 (02:44 +0400)]
Use 'const' qualifier for pointrs to code used at run-time (the code must not be changed)

10 years agofix remaining 's' args for pgsql
Anatol Belski [Wed, 27 Aug 2014 22:16:32 +0000 (00:16 +0200)]
fix remaining 's' args for pgsql

10 years agoFix compilation on systems without ecdh_curve
Johannes Schlüter [Wed, 27 Aug 2014 22:09:14 +0000 (00:09 +0200)]
Fix compilation on systems without ecdh_curve

10 years agofix remaining 's' args for openssl
Anatol Belski [Wed, 27 Aug 2014 22:05:29 +0000 (00:05 +0200)]
fix remaining 's' args for  openssl

10 years agofixed remaining 's' args for ftp
Anatol Belski [Wed, 27 Aug 2014 21:55:09 +0000 (23:55 +0200)]
fixed remaining 's' args for ftp

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Wed, 27 Aug 2014 21:50:31 +0000 (00:50 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
  libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Wed, 27 Aug 2014 21:48:28 +0000 (00:48 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
  libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>

10 years agoconfig.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>
Lior Kaplan [Wed, 27 Aug 2014 21:44:31 +0000 (00:44 +0300)]
config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org>

Based on http://git.savannah.gnu.org/cgit/config.git/commit/?id=29900d3b

10 years agofix linkinfo()
Anatol Belski [Wed, 27 Aug 2014 21:44:28 +0000 (23:44 +0200)]
fix linkinfo()

10 years agolibtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>
Lior Kaplan [Wed, 27 Aug 2014 21:37:01 +0000 (00:37 +0300)]
libtool: powerpc*le-linux support by Alan Modra <amodra@bigpond.net.au>

Patch created using the following changes in libtool:
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=75ffb257
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=056889b8
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=bd998a7e
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=429d40a0
http://git.savannah.gnu.org/cgit/libtool.git/commit/?id=8a8dfaec

10 years agorestore the old part of ezmlm_hash()
Anatol Belski [Wed, 27 Aug 2014 21:14:54 +0000 (23:14 +0200)]
restore the old part of ezmlm_hash()

10 years agofixed UConverter::convert()
Anatol Belski [Wed, 27 Aug 2014 21:03:58 +0000 (23:03 +0200)]
fixed UConverter::convert()

10 years agofix typo
Anatol Belski [Wed, 27 Aug 2014 20:47:13 +0000 (22:47 +0200)]
fix typo

10 years agofixed php_wddx_packet_start signature
Anatol Belski [Wed, 27 Aug 2014 20:45:19 +0000 (22:45 +0200)]
fixed php_wddx_packet_start signature

10 years agoMerge branch 'PHP-5.6'
Nikita Popov [Wed, 27 Aug 2014 20:18:55 +0000 (22:18 +0200)]
Merge branch 'PHP-5.6'

10 years agofix signature
Anatol Belski [Wed, 27 Aug 2014 20:17:16 +0000 (22:17 +0200)]
fix signature

10 years agoFix bug #67917 (gmp compound assignment operator leak)
Nikita Popov [Wed, 27 Aug 2014 20:15:20 +0000 (22:15 +0200)]
Fix bug #67917 (gmp compound assignment operator leak)

10 years agofix signature
Anatol Belski [Wed, 27 Aug 2014 20:13:01 +0000 (22:13 +0200)]
fix signature

10 years agofix signature
Anatol Belski [Wed, 27 Aug 2014 20:05:26 +0000 (22:05 +0200)]
fix signature

10 years agofix signature
Anatol Belski [Wed, 27 Aug 2014 20:01:43 +0000 (22:01 +0200)]
fix signature

10 years ago's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts
Anatol Belski [Wed, 27 Aug 2014 19:53:06 +0000 (21:53 +0200)]
's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts

10 years agoFixed constants in Zend/zend_multiply.h
Andrea Faulds [Wed, 27 Aug 2014 18:52:13 +0000 (19:52 +0100)]
Fixed constants in Zend/zend_multiply.h

Conflicts:
Zend/zend_multiply.h

10 years ago's' works with size_t round 4
Anatol Belski [Wed, 27 Aug 2014 18:42:47 +0000 (20:42 +0200)]
's' works with size_t round 4

10 years ago's' works with size_t round 3
Anatol Belski [Wed, 27 Aug 2014 17:25:28 +0000 (19:25 +0200)]
's' works with size_t round 3

10 years agoupdated UPGRADING.INTERNALS
Anatol Belski [Wed, 27 Aug 2014 16:51:01 +0000 (18:51 +0200)]
updated UPGRADING.INTERNALS

10 years ago's' works with size_t round 2
Anatol Belski [Wed, 27 Aug 2014 15:31:24 +0000 (17:31 +0200)]
's' works with size_t round 2

10 years agorevert an accident
Anatol Belski [Wed, 27 Aug 2014 13:37:14 +0000 (15:37 +0200)]
revert an accident

10 years agofirst show to make 's' work with size_t
Anatol Belski [Wed, 27 Aug 2014 13:31:48 +0000 (15:31 +0200)]
first show to make 's' work with size_t

10 years agoReorder fields for better nenory consumtion and data locality on 64-bit systems
Dmitry Stogov [Wed, 27 Aug 2014 18:45:27 +0000 (22:45 +0400)]
Reorder fields for better nenory consumtion and data locality on 64-bit systems

10 years agoUse efree_size() instead of efree() where posible
Dmitry Stogov [Wed, 27 Aug 2014 16:49:56 +0000 (20:49 +0400)]
Use efree_size() instead of efree() where posible

10 years agoMerge branch 'PHP-5.6'
Chris Wright [Wed, 27 Aug 2014 15:35:28 +0000 (16:35 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix stream_select() issue with OpenSSL buffer

10 years agoCleanup IS_VAR handling
Dmitry Stogov [Wed, 27 Aug 2014 15:10:29 +0000 (19:10 +0400)]
Cleanup IS_VAR handling

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Chris Wright [Wed, 27 Aug 2014 15:06:28 +0000 (16:06 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix stream_select() issue with OpenSSL buffer

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Chris Wright [Wed, 27 Aug 2014 15:01:18 +0000 (16:01 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix stream_select() issue with OpenSSL buffer

Conflicts:
ext/openssl/xp_ssl.c

10 years agoFixed corruption of execute_data when ZEND_STRLEN has to cast an object to string.
Tjerk Meesters [Wed, 27 Aug 2014 14:59:18 +0000 (22:59 +0800)]
Fixed corruption of execute_data when ZEND_STRLEN has to cast an object to string.

10 years agoFix stream_select() issue with OpenSSL buffer
Chris Wright [Sat, 23 Aug 2014 00:40:19 +0000 (01:40 +0100)]
Fix stream_select() issue with OpenSSL buffer

Ensure data from OpenSSL internal buffer has been
transfered to PHP stream buffer before a select()
emulation operation is performed

Addresses bug #65137
https://bugs.php.net/bug.php?id=65137

Conflicts:
ext/openssl/xp_ssl.c