]> granicus.if.org Git - php/log
php
10 years agosimplify zend_long defs even more
Anatol Belski [Tue, 26 Aug 2014 07:49:54 +0000 (09:49 +0200)]
simplify zend_long defs even more

10 years agomake timelib independent from zend_long
Anatol Belski [Tue, 26 Aug 2014 07:27:55 +0000 (09:27 +0200)]
make timelib independent from zend_long

10 years agoFixed incompatible pointer
Xinchen Hui [Tue, 26 Aug 2014 04:19:09 +0000 (12:19 +0800)]
Fixed incompatible pointer

10 years agoFixed incompatible pointer
Xinchen Hui [Tue, 26 Aug 2014 04:14:45 +0000 (12:14 +0800)]
Fixed incompatible pointer

10 years agoFixed incompatible pointer
Xinchen Hui [Tue, 26 Aug 2014 04:12:39 +0000 (12:12 +0800)]
Fixed incompatible pointer

10 years agoFixed incompatible pointer type (int64)
Xinchen Hui [Tue, 26 Aug 2014 04:11:28 +0000 (12:11 +0800)]
Fixed incompatible pointer type (int64)

10 years agoUnused variable
Xinchen Hui [Tue, 26 Aug 2014 03:50:42 +0000 (11:50 +0800)]
Unused variable

10 years agoUnused variable
Xinchen Hui [Tue, 26 Aug 2014 03:49:32 +0000 (11:49 +0800)]
Unused variable

10 years agoUnused variale
Xinchen Hui [Tue, 26 Aug 2014 03:48:59 +0000 (11:48 +0800)]
Unused variale

10 years agobetter heading for UPGRADING.INTERNALS
Ferenc Kovacs [Mon, 25 Aug 2014 22:34:36 +0000 (00:34 +0200)]
better heading for UPGRADING.INTERNALS

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 25 Aug 2014 22:33:38 +0000 (00:33 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  better heading for UPGRADING.INTERNALS

10 years agobetter heading for UPGRADING.INTERNALS
Ferenc Kovacs [Mon, 25 Aug 2014 22:31:36 +0000 (00:31 +0200)]
better heading for UPGRADING.INTERNALS

10 years agofix strtol call
Anatol Belski [Mon, 25 Aug 2014 22:24:38 +0000 (00:24 +0200)]
fix strtol call

10 years agoupdated UPGRADING.INTERNALS
Anatol Belski [Mon, 25 Aug 2014 22:13:37 +0000 (00:13 +0200)]
updated UPGRADING.INTERNALS

10 years agofix func argument type
Anatol Belski [Mon, 25 Aug 2014 21:50:30 +0000 (23:50 +0200)]
fix func argument type

10 years agogeneralize the zend_long stuff
Anatol Belski [Mon, 25 Aug 2014 21:28:08 +0000 (23:28 +0200)]
generalize the zend_long stuff

10 years agoRemove ZEND_ACC_INTERACTIVE and CG(interactive)
Nikita Popov [Mon, 25 Aug 2014 21:45:02 +0000 (23:45 +0200)]
Remove ZEND_ACC_INTERACTIVE and CG(interactive)

As far as I can discern these are leftovers of the interactive
shell implementation that was used before PHP 5.4. Now the readline
ext makes use of normal eval calls for this.

So, dropping these until there is evidence to the contrary, as they
currently wouldn't work anyway.

10 years agomake bp type uint32_t everywhere
Nikita Popov [Mon, 25 Aug 2014 21:17:36 +0000 (23:17 +0200)]
make bp type uint32_t everywhere

10 years agoFix compiler warnings
Nikita Popov [Mon, 25 Aug 2014 21:05:05 +0000 (23:05 +0200)]
Fix compiler warnings

10 years agoFix zend_longo_str
Nikita Popov [Mon, 25 Aug 2014 20:47:04 +0000 (22:47 +0200)]
Fix zend_longo_str

10 years agoAdd zend_string_equals and zend_string_equals_literal
Nikita Popov [Mon, 25 Aug 2014 20:40:58 +0000 (22:40 +0200)]
Add zend_string_equals and zend_string_equals_literal

10 years agoMerge branch 'ast' POST_AST_MERGE
Nikita Popov [Mon, 25 Aug 2014 19:59:30 +0000 (21:59 +0200)]
Merge branch 'ast'

Conflicts:
Zend/zend_compile.c

10 years agoMerge remote-tracking branch 'php-src/master' into ast
Nikita Popov [Mon, 25 Aug 2014 19:21:16 +0000 (21:21 +0200)]
Merge remote-tracking branch 'php-src/master' into ast

Conflicts:
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_globals.h
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner.l
Zend/zend_types.h

10 years agomaster renames phase 7 PRE_AST_MERGE
Anatol Belski [Mon, 25 Aug 2014 19:51:49 +0000 (21:51 +0200)]
master renames phase 7

10 years agomaster renames phase 6
Anatol Belski [Mon, 25 Aug 2014 19:26:42 +0000 (21:26 +0200)]
master renames phase 6

10 years agomaster renamings phase 5
Anatol Belski [Mon, 25 Aug 2014 19:20:44 +0000 (21:20 +0200)]
master renamings phase 5

10 years agomaster renames phase 4
Anatol Belski [Mon, 25 Aug 2014 18:57:25 +0000 (20:57 +0200)]
master renames phase 4

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 25 Aug 2014 18:23:14 +0000 (20:23 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Daniel Lowrey
# Via Daniel Lowrey
* 'master' of git.php.net:php-src:
  Update NEWS
  Bug #67850: Build when OpenSSL compiled without SSLv3 support

10 years agomaster renames phase 3
Anatol Belski [Mon, 25 Aug 2014 18:22:49 +0000 (20:22 +0200)]
master renames phase 3

10 years agoMerge branch 'PHP-5.6'
Daniel Lowrey [Mon, 25 Aug 2014 17:51:03 +0000 (19:51 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Daniel Lowrey [Mon, 25 Aug 2014 17:50:02 +0000 (19:50 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS

10 years agoUpdate NEWS
Daniel Lowrey [Mon, 25 Aug 2014 17:47:35 +0000 (19:47 +0200)]
Update NEWS

10 years agoFix for C89
Nikita Popov [Mon, 25 Aug 2014 17:46:21 +0000 (19:46 +0200)]
Fix for C89

10 years agoMerge branch 'PHP-5.6'
Daniel Lowrey [Mon, 25 Aug 2014 17:35:01 +0000 (19:35 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Bug #67850: Build when OpenSSL compiled without SSLv3 support

10 years agomaster renames phase 2
Anatol Belski [Mon, 25 Aug 2014 17:28:33 +0000 (19:28 +0200)]
master renames phase 2

10 years agomaster renames phase 1
Anatol Belski [Mon, 25 Aug 2014 17:24:55 +0000 (19:24 +0200)]
master renames phase 1

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Daniel Lowrey [Mon, 25 Aug 2014 16:16:38 +0000 (18:16 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bug #67850: Build when OpenSSL compiled without SSLv3 support

Conflicts:
ext/openssl/xp_ssl.c

10 years agoBug #67850: Build when OpenSSL compiled without SSLv3 support
Daniel Lowrey [Mon, 25 Aug 2014 15:28:09 +0000 (17:28 +0200)]
Bug #67850: Build when OpenSSL compiled without SSLv3 support

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

* PHP-5.6:
  Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 24 Aug 2014 21:30:40 +0000 (00:30 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Sun, 24 Aug 2014 21:30:01 +0000 (00:30 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>

10 years agoBug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>
Lior Kaplan [Sun, 24 Aug 2014 21:29:05 +0000 (00:29 +0300)]
Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>

10 years agobring back the logic to parse 64 bit props also in 32 bit build
Anatol Belski [Sun, 24 Aug 2014 09:48:57 +0000 (11:48 +0200)]
bring back the logic to parse 64 bit props also in 32 bit build

10 years agofix a phrase
Anatol Belski [Sun, 24 Aug 2014 00:57:19 +0000 (02:57 +0200)]
fix a phrase

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Sun, 24 Aug 2014 00:55:01 +0000 (02:55 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Ferenc Kovacs
# Via Ferenc Kovacs
* 'master' of git.php.net:php-src:
  this test depends on the simplexml ext, not just on xml

10 years agonote on %pd format
Anatol Belski [Sun, 24 Aug 2014 00:36:17 +0000 (02:36 +0200)]
note on %pd format

10 years agofixes to %pd format usage
Anatol Belski [Sun, 24 Aug 2014 00:35:34 +0000 (02:35 +0200)]
fixes to %pd format usage

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Sat, 23 Aug 2014 22:18:51 +0000 (00:18 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  this test depends on the simplexml ext, not just on xml

Conflicts:
ext/simplexml/tests/bug62328.phpt

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Sat, 23 Aug 2014 22:09:31 +0000 (00:09 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  this test depends on the simplexml ext, not just on xml

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Sat, 23 Aug 2014 22:09:00 +0000 (00:09 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  this test depends on the simplexml ext, not just on xml

10 years agothis test depends on the simplexml ext, not just on xml
Ferenc Kovacs [Sat, 23 Aug 2014 22:08:09 +0000 (00:08 +0200)]
this test depends on the simplexml ext, not just on xml

10 years agoMerge branch 'PHP-5.6'
Tjerk Meesters [Sat, 23 Aug 2014 01:21:36 +0000 (09:21 +0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed #67694: Regression in session_regenerate_id()

Conflicts:
ext/session/session.c

10 years agoFixed #67694: Regression in session_regenerate_id()
Tjerk Meesters [Sat, 23 Aug 2014 01:18:02 +0000 (09:18 +0800)]
Fixed #67694: Regression in session_regenerate_id()

10 years agoUse %d instead of object id
Tjerk Meesters [Sat, 23 Aug 2014 00:09:08 +0000 (08:09 +0800)]
Use %d instead of object id

10 years agoFixed test case based on var_dump() changes made in c1965f58d4dd3970912dcd6a63ccd5860...
Tjerk Meesters [Sat, 23 Aug 2014 00:06:47 +0000 (08:06 +0800)]
Fixed test case based on var_dump() changes made in c1965f58d4dd3970912dcd6a63ccd5860bae1a97

10 years agofix wrong type causing build error
krakjoe [Fri, 22 Aug 2014 17:30:13 +0000 (18:30 +0100)]
fix wrong type causing build error

10 years agoadedd note on portable numeric macros
Anatol Belski [Fri, 22 Aug 2014 11:48:20 +0000 (13:48 +0200)]
adedd note on portable numeric macros

10 years agonote on LFS macros
Anatol Belski [Fri, 22 Aug 2014 11:40:45 +0000 (13:40 +0200)]
note on LFS macros

10 years agoupdated UPGRADING so far
Anatol Belski [Fri, 22 Aug 2014 11:35:07 +0000 (13:35 +0200)]
updated UPGRADING so far

10 years agonote on hash table and sprintf
Anatol Belski [Fri, 22 Aug 2014 11:22:49 +0000 (13:22 +0200)]
note on hash table and sprintf

10 years agonote on zpp specs
Anatol Belski [Fri, 22 Aug 2014 08:31:48 +0000 (10:31 +0200)]
note on zpp specs

10 years agoupdated UPGRADING.INTERNALS with new data types
Anatol Belski [Fri, 22 Aug 2014 08:24:51 +0000 (10:24 +0200)]
updated UPGRADING.INTERNALS with new data types

10 years agoMerge remote-tracking branch 'weltling/master' POST_64BIT_BRANCH_MERGE
Anatol Belski [Fri, 22 Aug 2014 06:58:03 +0000 (08:58 +0200)]
Merge remote-tracking branch 'weltling/master'

* weltling/master: (725 commits)
  fix zpp
  fixed array_pad()
  fix zpp
  fix zpp
  fix zpp
  fix zpp and a bit more
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fix zpp
  fixed the test
  ...

10 years agoFixed complier error PRE_64BIT_BRANCH_MERGE
Xinchen Hui [Fri, 22 Aug 2014 02:20:44 +0000 (10:20 +0800)]
Fixed complier error

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Thu, 21 Aug 2014 20:46:03 +0000 (22:46 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix bug #67865
  updated NEWS to fit last release
  NEWS
  Fix bug #67878 program_prefix not honoured in man pages
  NEWS
  Fix bug #67878 program_prefix not honoured in man pages

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Thu, 21 Aug 2014 20:44:34 +0000 (22:44 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix bug #67865
  updated NEWS to fit last release
  NEWS
  Fix bug #67878 program_prefix not honoured in man pages

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Thu, 21 Aug 2014 20:42:14 +0000 (22:42 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #67865

10 years agofix bug #67865
Michael Wallner [Thu, 21 Aug 2014 20:41:36 +0000 (22:41 +0200)]
fix bug #67865

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 20:20:42 +0000 (22:20 +0200)]
fix zpp

10 years agofixed array_pad()
Anatol Belski [Thu, 21 Aug 2014 20:13:22 +0000 (22:13 +0200)]
fixed array_pad()

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 18:32:39 +0000 (20:32 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 18:31:32 +0000 (20:31 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 18:25:31 +0000 (20:25 +0200)]
fix zpp

10 years agofix zpp and a bit more
Anatol Belski [Thu, 21 Aug 2014 18:22:18 +0000 (20:22 +0200)]
fix zpp and a bit more

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 18:13:55 +0000 (20:13 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 15:59:28 +0000 (17:59 +0200)]
fix zpp

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Thu, 21 Aug 2014 13:55:56 +0000 (15:55 +0200)]
Merge remote-tracking branch 'php/master'

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:54:47 +0000 (15:54 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:51:09 +0000 (15:51 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:47:52 +0000 (15:47 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:44:23 +0000 (15:44 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:42:48 +0000 (15:42 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:40:24 +0000 (15:40 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:39:29 +0000 (15:39 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:36:33 +0000 (15:36 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:32:17 +0000 (15:32 +0200)]
fix zpp

10 years agoFixed incorrect string length
Dmitry Stogov [Thu, 21 Aug 2014 13:30:34 +0000 (17:30 +0400)]
Fixed incorrect string length

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:25:39 +0000 (15:25 +0200)]
fix zpp

10 years agofix zpp
Anatol Belski [Thu, 21 Aug 2014 13:23:05 +0000 (15:23 +0200)]
fix zpp

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Thu, 21 Aug 2014 12:38:43 +0000 (14:38 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoFixed test. It's not a problem to perform/continue replacing if the source "$search...
Dmitry Stogov [Thu, 21 Aug 2014 12:21:13 +0000 (16:21 +0400)]
Fixed test. It's not a problem to perform/continue replacing if the source "$search" string was modified by callback, because the source string is duplicate in this case.

10 years agoFixed wrong test. Value of the static property must not be changed to string.
Dmitry Stogov [Thu, 21 Aug 2014 12:15:01 +0000 (16:15 +0400)]
Fixed wrong test. Value of the static property must not be changed to string.

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Thu, 21 Aug 2014 11:54:15 +0000 (13:54 +0200)]
Merge remote-tracking branch 'php/master'

Conflicts:
Zend/zend_exceptions.c

10 years agofixed the test
Anatol Belski [Thu, 21 Aug 2014 11:49:09 +0000 (13:49 +0200)]
fixed the test

the cause for this to fail now was that _php_iconv_strpos had int for
the offset, but the int from userland is 64 bit, that was an overflow
cusing wrong behaviour

10 years agoSeparate values before conversion
Dmitry Stogov [Thu, 21 Aug 2014 10:30:52 +0000 (14:30 +0400)]
Separate values before conversion

10 years agoMerge branch 'master' of github.com:weltling/php-src
Anatol Belski [Thu, 21 Aug 2014 10:18:31 +0000 (12:18 +0200)]
Merge branch 'master' of github.com:weltling/php-src

10 years agofixed mem leak
Anatol Belski [Thu, 21 Aug 2014 10:18:08 +0000 (12:18 +0200)]
fixed mem leak

10 years agofixed memory leak
Anatol Belski [Thu, 21 Aug 2014 10:13:52 +0000 (12:13 +0200)]
fixed memory leak

10 years agoupdated NEWS to fit last release
Julien Pauli [Thu, 21 Aug 2014 09:34:38 +0000 (11:34 +0200)]
updated NEWS to fit last release

10 years agoremove bogus locale use from test
krakjoe [Thu, 21 Aug 2014 09:03:48 +0000 (10:03 +0100)]
remove bogus locale use from test