]> granicus.if.org Git - php/log
php
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 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

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 27 Aug 2014 10:11:59 +0000 (12:11 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fixed DBG_INF macro name
  reworked NEWS for 5.6.0GA

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 27 Aug 2014 10:11:35 +0000 (12:11 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed DBG_INF macro name

10 years agofixed DBG_INF macro name
Anatol Belski [Wed, 27 Aug 2014 10:10:35 +0000 (12:10 +0200)]
fixed DBG_INF macro name

10 years agoImproved performance of json_encode()
Dmitry Stogov [Wed, 27 Aug 2014 09:37:54 +0000 (13:37 +0400)]
Improved performance of json_encode()

10 years agoreworked NEWS for 5.6.0GA
Julien Pauli [Wed, 27 Aug 2014 08:47:44 +0000 (10:47 +0200)]
reworked NEWS for 5.6.0GA

10 years agoadd note about 'l' and zend_long
Anatol Belski [Wed, 27 Aug 2014 07:26:25 +0000 (09:26 +0200)]
add note about 'l' and zend_long

10 years agoIt should be int
Xinchen Hui [Wed, 27 Aug 2014 04:14:17 +0000 (12:14 +0800)]
It should be int

10 years agoFixed folder mark
Xinchen Hui [Wed, 27 Aug 2014 04:13:17 +0000 (12:13 +0800)]
Fixed folder mark

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 27 Aug 2014 02:53:22 +0000 (04:53 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix the NEWS

10 years agofix the NEWS
Ferenc Kovacs [Wed, 27 Aug 2014 02:51:24 +0000 (04:51 +0200)]
fix the NEWS

10 years agoMerge PHP RFC: Closure::call
Tjerk Meesters [Wed, 27 Aug 2014 02:28:16 +0000 (10:28 +0800)]
Merge PHP RFC: Closure::call

Commits:
  NEWS, UPGRADING
  Fixed Closure::apply() for int64
  Just return, no need for RETURN_NULL()
  Revert "Fixed closure::bindTo bad args test"
  Accuracy
  Fixed issues spotted by code review
  Comment clarification
  Old comment, whitespace
  Don't allow unbound scoped closures; make ->call used passed object as scope
  Removed unused variable
  Fixed and cleaned up implementaton of Closure::call() for phpng
  Fixed closure::bindTo bad args test
  Fixed unbound scoped closure edge cases and added tests for them
  Rename ::apply to ::call for the sake of JS consistency
  Added test for unbound_scoped
  Added optional bool param $unbound_scoped to Closure::bind and ::bindTo
  Implemented Closure::apply

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 27 Aug 2014 02:24:26 +0000 (04:24 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add the NEWS entries from the last stable release

10 years agoadd the NEWS entries from the last stable release
Ferenc Kovacs [Wed, 27 Aug 2014 02:23:55 +0000 (04:23 +0200)]
add the NEWS entries from the last stable release

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 27 Aug 2014 02:19:04 +0000 (04:19 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  almost forgot to bump this
  from now on, this should be 5.6.1-dev

10 years agoalmost forgot to bump this
Ferenc Kovacs [Wed, 27 Aug 2014 02:18:23 +0000 (04:18 +0200)]
almost forgot to bump this

10 years agofrom now on, this should be 5.6.1-dev
Ferenc Kovacs [Wed, 27 Aug 2014 02:14:23 +0000 (04:14 +0200)]
from now on, this should be 5.6.1-dev

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 27 Aug 2014 02:08:25 +0000 (04:08 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS to reflect what makes into 5.6.0 final

10 years agoupdate NEWS to reflect what makes into 5.6.0 final
Ferenc Kovacs [Wed, 27 Aug 2014 02:07:37 +0000 (04:07 +0200)]
update NEWS to reflect what makes into 5.6.0 final

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 27 Aug 2014 01:54:06 +0000 (03:54 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  remove the -dev suffix from the Zend version

Conflicts:
Zend/zend.h

10 years agoremove the -dev suffix from the Zend version
Ferenc Kovacs [Wed, 27 Aug 2014 01:52:46 +0000 (03:52 +0200)]
remove the -dev suffix from the Zend version

10 years agoNEWS, UPGRADING
Andrea Faulds [Wed, 27 Aug 2014 01:07:59 +0000 (02:07 +0100)]
NEWS, UPGRADING

10 years agoFixed Closure::apply() for int64
Andrea Faulds [Wed, 27 Aug 2014 01:05:50 +0000 (02:05 +0100)]
Fixed Closure::apply() for int64

10 years agoMerge branch 'master' into Closure_apply
Andrea Faulds [Wed, 27 Aug 2014 00:53:26 +0000 (01:53 +0100)]
Merge branch 'master' into Closure_apply

10 years agoFix zend_highlight functionality I broke
Nikita Popov [Tue, 26 Aug 2014 23:12:09 +0000 (01:12 +0200)]
Fix zend_highlight functionality I broke

Magic consts are not supposed to be highlighted as keywords.

10 years agoFix mbstring overloads in zts
Nikita Popov [Tue, 26 Aug 2014 22:53:24 +0000 (00:53 +0200)]
Fix mbstring overloads in zts

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 26 Aug 2014 22:48:26 +0000 (00:48 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update the GIT-RULES with the 5.6 and the release branches

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 26 Aug 2014 22:47:57 +0000 (00:47 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update the GIT-RULES with the 5.6 and the release branches

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Tue, 26 Aug 2014 22:47:37 +0000 (00:47 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update the GIT-RULES with the 5.6 and the release branches

10 years agoupdate the GIT-RULES with the 5.6 and the release branches
Ferenc Kovacs [Tue, 26 Aug 2014 22:47:09 +0000 (00:47 +0200)]
update the GIT-RULES with the 5.6 and the release branches

10 years agoFix test with opcache/zts dependent output
Nikita Popov [Tue, 26 Aug 2014 22:31:20 +0000 (00:31 +0200)]
Fix test with opcache/zts dependent output

Refcount depends on whether array is immutablized and string is
interned.

10 years agoFix session handlers in zts
Nikita Popov [Tue, 26 Aug 2014 22:25:48 +0000 (00:25 +0200)]
Fix session handlers in zts

Also use ZEND_HASH_FOREACH API.

10 years agoFixed incorrect ZEND_INIT_FCALL_BY_NAME -> ZEND_INIT_FCALL conversion
Dmitry Stogov [Tue, 26 Aug 2014 21:39:39 +0000 (01:39 +0400)]
Fixed incorrect ZEND_INIT_FCALL_BY_NAME -> ZEND_INIT_FCALL conversion

10 years agoMove =&new deprecation message into compiler
Nikita Popov [Tue, 26 Aug 2014 20:53:41 +0000 (22:53 +0200)]
Move =&new deprecation message into compiler

10 years agoFix tokenizer test to not depend on specific token numbers
Nikita Popov [Tue, 26 Aug 2014 20:50:04 +0000 (22:50 +0200)]
Fix tokenizer test to not depend on specific token numbers

10 years agoHandle remaining magic constants in parser as well
Nikita Popov [Tue, 26 Aug 2014 20:47:11 +0000 (22:47 +0200)]
Handle remaining magic constants in parser as well

As far as I can see the !filename case cannot occur, so I dropped
it.

10 years agoSplit and optimize loop
Dmitry Stogov [Tue, 26 Aug 2014 20:52:50 +0000 (00:52 +0400)]
Split and optimize loop

10 years agoAdd backup_doc_comment production
Nikita Popov [Tue, 26 Aug 2014 20:30:18 +0000 (22:30 +0200)]
Add backup_doc_comment production

Bison can't detect the type of a mid-rule action, even if it accesses
$<str>$, so need to create a separate rule for this.

10 years agoeval() with parse error uses clean shutdown now
Nikita Popov [Tue, 26 Aug 2014 18:42:25 +0000 (20:42 +0200)]
eval() with parse error uses clean shutdown now

10 years agoAdd type annotations to parser
Nikita Popov [Thu, 21 Aug 2014 22:40:07 +0000 (00:40 +0200)]
Add type annotations to parser

Conflicts:

Zend/zend_language_parser.y

10 years agoDon't alloc empty jmp opnum list for single-branch if
Nikita Popov [Tue, 26 Aug 2014 17:39:40 +0000 (19:39 +0200)]
Don't alloc empty jmp opnum list for single-branch if

10 years agofixed bitset computing on win64 build
Anatol Belski [Tue, 26 Aug 2014 18:43:33 +0000 (20:43 +0200)]
fixed bitset computing on win64 build

10 years agoFixed zero-size allocation in debug build
Dmitry Stogov [Tue, 26 Aug 2014 17:32:20 +0000 (21:32 +0400)]
Fixed zero-size allocation in debug build

10 years agotemporary fix for win64
Anatol Belski [Tue, 26 Aug 2014 14:27:14 +0000 (16:27 +0200)]
temporary fix for win64

10 years agoReplaced Zend Memory Manager
Dmitry Stogov [Tue, 26 Aug 2014 12:21:58 +0000 (16:21 +0400)]
Replaced Zend Memory Manager

10 years agoFixed uint32_t overflow
Dmitry Stogov [Tue, 26 Aug 2014 11:57:19 +0000 (15:57 +0400)]
Fixed uint32_t overflow

10 years agoseveral signature and data type fixes
Anatol Belski [Tue, 26 Aug 2014 11:20:21 +0000 (13:20 +0200)]
several signature and data type fixes

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 26 Aug 2014 10:23:01 +0000 (14:23 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  fixed several long vs zend_long casts

10 years agoFixed return operand type (Use IS_TMP_VAR instead of IS_VAR in the same way as it...
Dmitry Stogov [Tue, 26 Aug 2014 10:22:03 +0000 (14:22 +0400)]
Fixed return operand type (Use IS_TMP_VAR instead of IS_VAR in the same way as it was before AST patch)

10 years agofixed several long vs zend_long casts
Anatol Belski [Tue, 26 Aug 2014 09:23:25 +0000 (11:23 +0200)]
fixed several long vs zend_long casts

10 years agoFixed compile-time constants substitution
Dmitry Stogov [Tue, 26 Aug 2014 09:06:19 +0000 (13:06 +0400)]
Fixed compile-time constants substitution

10 years agoregenerated date parsers
Anatol Belski [Tue, 26 Aug 2014 08:40:47 +0000 (10:40 +0200)]
regenerated date parsers