]> granicus.if.org Git - php/log
php
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 agoremove bogus locale use from test
krakjoe [Thu, 21 Aug 2014 09:03:48 +0000 (10:03 +0100)]
remove bogus locale use from test

10 years agofix the version requirements for these tests
krakjoe [Thu, 21 Aug 2014 08:29:43 +0000 (09:29 +0100)]
fix the version requirements for these tests

10 years agocorrect version number requirements for this test
krakjoe [Thu, 21 Aug 2014 08:22:05 +0000 (09:22 +0100)]
correct version number requirements for this test

10 years agouse a suitable number of patterns to show the bug is resolved, not a stupid number...
krakjoe [Thu, 21 Aug 2014 08:14:46 +0000 (09:14 +0100)]
use a suitable number of patterns to show the bug is resolved, not a stupid number that could cause memory limit to be exceeded or other side effects

10 years agoMerge branch 'master' of https://github.com/php/php-src
krakjoe [Thu, 21 Aug 2014 08:09:00 +0000 (09:09 +0100)]
Merge branch 'master' of https://github.com/php/php-src

10 years agoonly run this test if SimpleXML is loaded
krakjoe [Thu, 21 Aug 2014 08:08:28 +0000 (09:08 +0100)]
only run this test if SimpleXML is loaded

10 years agoAvoid reallocation and copying
Dmitry Stogov [Thu, 21 Aug 2014 08:02:48 +0000 (12:02 +0400)]
Avoid reallocation and copying

10 years agoyet trivial fixes to mysql exts
Anatol Belski [Thu, 21 Aug 2014 07:54:40 +0000 (09:54 +0200)]
yet trivial fixes to mysql exts

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Thu, 21 Aug 2014 07:21:31 +0000 (09:21 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoFixed incorrect string length comparison
Dmitry Stogov [Thu, 21 Aug 2014 07:17:24 +0000 (11:17 +0400)]
Fixed incorrect string length comparison

10 years agodtor handler must be set
Dmitry Stogov [Thu, 21 Aug 2014 07:17:05 +0000 (11:17 +0400)]
dtor handler must be set

10 years agoFix bug #67878 program_prefix not honoured in man pages
Remi Collet [Thu, 21 Aug 2014 07:09:21 +0000 (09:09 +0200)]
Fix bug #67878 program_prefix not honoured in man pages

- add @program_prefix@ in php, phpize and php-config man pages
- set date to 2014
- fix "SEE ALSO" alignment

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 21 Aug 2014 07:09:47 +0000 (09:09 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  avoid clash when stdint.h was included after win32/php_stdint.h

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 21 Aug 2014 07:09:29 +0000 (09:09 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  avoid clash when stdint.h was included after win32/php_stdint.h

10 years agoavoid clash when stdint.h was included after win32/php_stdint.h
Anatol Belski [Thu, 21 Aug 2014 07:08:44 +0000 (09:08 +0200)]
avoid clash when stdint.h was included after win32/php_stdint.h

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Thu, 21 Aug 2014 06:39:46 +0000 (08:39 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoFixed get_resources() prototype comments
Dmitry Stogov [Thu, 21 Aug 2014 05:49:35 +0000 (09:49 +0400)]
Fixed get_resources() prototype comments

10 years agoMerge branch 'master' of github.com:weltling/php-src
Anatol Belski [Wed, 20 Aug 2014 22:21:38 +0000 (00:21 +0200)]
Merge branch 'master' of github.com:weltling/php-src

10 years agomake g++ see all the stdint.h stuff
Anatol Belski [Wed, 20 Aug 2014 22:26:53 +0000 (15:26 -0700)]
make g++ see all the stdint.h stuff

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Wed, 20 Aug 2014 21:44:40 +0000 (14:44 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 20 Aug 2014 21:44:33 +0000 (14:44 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

10 years agofix test
Stanislav Malyshev [Wed, 20 Aug 2014 21:42:48 +0000 (14:42 -0700)]
fix test

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Wed, 20 Aug 2014 21:44:02 +0000 (14:44 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 20 Aug 2014 21:43:22 +0000 (14:43 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

10 years agofix test
Stanislav Malyshev [Wed, 20 Aug 2014 21:42:48 +0000 (14:42 -0700)]
fix test

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Wed, 20 Aug 2014 21:27:26 +0000 (23:27 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoyet trivial fixes
Anatol Belski [Wed, 20 Aug 2014 20:54:00 +0000 (22:54 +0200)]
yet trivial fixes

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Wed, 20 Aug 2014 19:29:49 +0000 (21:29 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 20 Aug 2014 19:29:21 +0000 (23:29 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  fix directory separator in test

10 years agomore fixes to ext/iconv
Anatol Belski [Wed, 20 Aug 2014 19:29:04 +0000 (21:29 +0200)]
more fixes to ext/iconv

10 years agoFixed ext/pdo_*/tests/pdo_005.phpt tests failure
Dmitry Stogov [Wed, 20 Aug 2014 19:28:32 +0000 (23:28 +0400)]
Fixed ext/pdo_*/tests/pdo_005.phpt tests failure

10 years agofix directory separator in test
Anatol Belski [Wed, 20 Aug 2014 19:27:39 +0000 (21:27 +0200)]
fix directory separator in test

10 years agoFixed bug #67874 (Crash in array_map())
Dmitry Stogov [Wed, 20 Aug 2014 18:06:15 +0000 (22:06 +0400)]
Fixed bug #67874 (Crash in array_map())

10 years agoFixed immutable array support
Dmitry Stogov [Wed, 20 Aug 2014 17:42:49 +0000 (21:42 +0400)]
Fixed immutable array support

10 years agofixed sysvshm
Anatol Belski [Wed, 20 Aug 2014 16:44:43 +0000 (09:44 -0700)]
fixed sysvshm

10 years agofix index type
Anatol Belski [Wed, 20 Aug 2014 16:21:57 +0000 (18:21 +0200)]
fix index type

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Wed, 20 Aug 2014 16:19:37 +0000 (18:19 +0200)]
Merge remote-tracking branch 'php/master'

10 years agomore fixes to ext/spl
Anatol Belski [Wed, 20 Aug 2014 16:06:01 +0000 (18:06 +0200)]
more fixes to ext/spl

10 years agofix zpp
Anatol Belski [Wed, 20 Aug 2014 15:56:07 +0000 (17:56 +0200)]
fix zpp

10 years agofix types in virtual cwd
Anatol Belski [Wed, 20 Aug 2014 15:49:52 +0000 (17:49 +0200)]
fix types in virtual cwd

10 years agoIntroduced get_resources() function.
Dmitry Stogov [Wed, 20 Aug 2014 14:29:44 +0000 (18:29 +0400)]
Introduced get_resources() function.
It may be used for debugging and testing to identify resource leaks.
Changed ext/standard/tests/http/bug60570.phpt to use this function instead of unsafe attempt to catch resource leaks using get_memory_usage()

10 years agofixed count_chars()
Anatol Belski [Wed, 20 Aug 2014 13:51:45 +0000 (15:51 +0200)]
fixed count_chars()

10 years agofixed nl2br
Anatol Belski [Wed, 20 Aug 2014 13:32:24 +0000 (15:32 +0200)]
fixed nl2br

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Wed, 20 Aug 2014 13:17:30 +0000 (15:17 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 20 Aug 2014 13:17:20 +0000 (15:17 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Wed, 20 Aug 2014 13:17:05 +0000 (15:17 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS

10 years agoNEWS
Remi Collet [Wed, 20 Aug 2014 13:16:53 +0000 (15:16 +0200)]
NEWS

10 years agofix php_sapi_filter
Anatol Belski [Wed, 20 Aug 2014 13:14:25 +0000 (15:14 +0200)]
fix php_sapi_filter

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Wed, 20 Aug 2014 13:11:19 +0000 (15:11 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fixed variable corruption under win x64

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 20 Aug 2014 13:10:54 +0000 (15:10 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed variable corruption under win x64

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Wed, 20 Aug 2014 13:10:02 +0000 (15:10 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed variable corruption under win x64

10 years agofixed variable corruption under win x64
Anatol Belski [Sat, 11 May 2013 00:47:48 +0000 (02:47 +0200)]
fixed variable corruption under win x64

10 years agoyet more fixes to zpp
Anatol Belski [Wed, 20 Aug 2014 12:46:14 +0000 (14:46 +0200)]
yet more fixes to zpp

10 years agoRemoved a hack that allowed passing of function return value by reference depending...
Dmitry Stogov [Wed, 20 Aug 2014 11:04:40 +0000 (15:04 +0400)]
Removed a hack that allowed passing of function return value by reference depending on value of reference-counter (Fixed Zend/tests/bug35393.phpt test failure)

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 20 Aug 2014 11:04:03 +0000 (15:04 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  phpdbg doesn't build due to the phpng merge, distable its build & test runs
  phpdbg doesn't build due to the phpng merge, distable it

10 years agophpdbg doesn't build due to the phpng merge, distable its build & test runs
Lior Kaplan [Wed, 20 Aug 2014 09:13:36 +0000 (12:13 +0300)]
phpdbg doesn't build due to the phpng merge, distable its build & test runs

10 years agophpdbg doesn't build due to the phpng merge, distable it
Lior Kaplan [Wed, 20 Aug 2014 09:13:36 +0000 (12:13 +0300)]
phpdbg doesn't build due to the phpng merge, distable it

10 years agoReverted incorrectly changed test. Now it's the same as in PHP-5.6.
Dmitry Stogov [Wed, 20 Aug 2014 08:03:47 +0000 (12:03 +0400)]
Reverted incorrectly changed test. Now it's the same as in PHP-5.6.

10 years agofixed some incompatible types
Anatol Belski [Wed, 20 Aug 2014 07:52:23 +0000 (09:52 +0200)]
fixed some incompatible types

10 years agofixed incompatible types usage
Anatol Belski [Wed, 20 Aug 2014 07:15:00 +0000 (09:15 +0200)]
fixed incompatible types usage

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Wed, 20 Aug 2014 06:48:43 +0000 (08:48 +0200)]
Merge remote-tracking branch 'php/master'

10 years agofixed memory leak
Dmitry Stogov [Wed, 20 Aug 2014 06:43:37 +0000 (10:43 +0400)]
fixed memory leak

10 years agoFixed off-by-one memory allocation that could lead to invalid memory reads on strlen()
Tjerk Meesters [Wed, 20 Aug 2014 04:13:19 +0000 (12:13 +0800)]
Fixed off-by-one memory allocation that could lead to invalid memory reads on strlen()
Always properly null terminate strings before ini parsing
Remove unnecessary memset() statements

10 years agoNEWS and UPGRADING
Andrea Faulds [Tue, 19 Aug 2014 23:38:33 +0000 (00:38 +0100)]
NEWS and UPGRADING

10 years agoMerge branch 'master' of git.php.net:php-src
Andrea Faulds [Tue, 19 Aug 2014 23:34:12 +0000 (00:34 +0100)]
Merge branch 'master' of git.php.net:php-src

10 years agoMerge branch 'fpmConfFix' of github.com:DaveRandom/php-src
Andrea Faulds [Tue, 19 Aug 2014 23:28:43 +0000 (00:28 +0100)]
Merge branch 'fpmConfFix' of github.com:DaveRandom/php-src

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Tue, 19 Aug 2014 22:36:56 +0000 (01:36 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Add NEWS entry for bug #67730
  Add CVE ID for bug #67539
  Add NEWS entry for bug #67492
  Add NEWS entry for bug #67730
  Add NEWS entry for bug #67730
  Add CVE ID for bug #67539

10 years agoAdd NEWS entry for bug #67730
Lior Kaplan [Tue, 19 Aug 2014 22:34:57 +0000 (01:34 +0300)]
Add NEWS entry for bug #67730

10 years agoMerge remote-tracking branch 'php/master'
Anatol Belski [Tue, 19 Aug 2014 22:34:17 +0000 (00:34 +0200)]
Merge remote-tracking branch 'php/master'

10 years agoported opcache
Anatol Belski [Tue, 19 Aug 2014 22:23:37 +0000 (00:23 +0200)]
ported opcache

10 years agoAdd CVE ID for bug #67539
Lior Kaplan [Tue, 19 Aug 2014 22:18:15 +0000 (01:18 +0300)]
Add CVE ID for bug #67539

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Tue, 19 Aug 2014 22:16:04 +0000 (01:16 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Add NEWS entry for bug #67492
  Add NEWS entry for bug #67730
  Add NEWS entry for bug #67730
  Add CVE ID for bug #67539

10 years agoAdd NEWS entry for bug #67492
Lior Kaplan [Tue, 19 Aug 2014 22:10:38 +0000 (01:10 +0300)]
Add NEWS entry for bug #67492

Included in 5.5.14 with commit d9c5a1d

10 years agoAdd NEWS entry for bug #67730
Lior Kaplan [Tue, 19 Aug 2014 22:05:22 +0000 (01:05 +0300)]
Add NEWS entry for bug #67730

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Tue, 19 Aug 2014 22:01:23 +0000 (01:01 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add NEWS entry for bug #67730
  Add CVE ID for bug #67539

10 years agoAdd NEWS entry for bug #67730
Lior Kaplan [Tue, 19 Aug 2014 21:54:19 +0000 (00:54 +0300)]
Add NEWS entry for bug #67730

Included in 5.4.32 with commit 706aefb

10 years agoAdd CVE ID for bug #67539
Lior Kaplan [Tue, 19 Aug 2014 21:51:37 +0000 (00:51 +0300)]
Add CVE ID for bug #67539

10 years agoported apache handler
Anatol Belski [Tue, 19 Aug 2014 21:39:22 +0000 (23:39 +0200)]
ported apache handler

10 years agoported fcgi
Anatol Belski [Tue, 19 Aug 2014 21:12:17 +0000 (23:12 +0200)]
ported fcgi

10 years agoported ext/intl, bugfixes to go
Anatol Belski [Tue, 19 Aug 2014 20:57:17 +0000 (22:57 +0200)]
ported ext/intl, bugfixes to go

10 years agofix hash
Anatol Belski [Tue, 19 Aug 2014 20:57:07 +0000 (22:57 +0200)]
fix hash

10 years agoMerge branch 'PHP-5.6'
Sara Golemon [Tue, 19 Aug 2014 20:24:49 +0000 (13:24 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Switch use of strtok() to gd_strtok_r()

10 years agoported ext/com_dotnet
Anatol Belski [Tue, 19 Aug 2014 20:23:03 +0000 (22:23 +0200)]
ported ext/com_dotnet

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Sara Golemon [Tue, 19 Aug 2014 20:22:14 +0000 (13:22 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Switch use of strtok() to gd_strtok_r()

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Sara Golemon [Tue, 19 Aug 2014 20:17:56 +0000 (13:17 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Switch use of strtok() to gd_strtok_r()

Conflicts:
NEWS

10 years agoSwitch use of strtok() to gd_strtok_r()
Sara Golemon [Tue, 19 Aug 2014 19:46:53 +0000 (12:46 -0700)]
Switch use of strtok() to gd_strtok_r()

strtok() is not thread safe, so this will potentially break in
very bad ways if used in ZTS mode.

I'm not sure why gd_strtok_r() exists since it seems to do the
same thing as strtok_r(), but I'll assume it's a portability
decision and do as the Romans do.

10 years agoported ext/gmp
Anatol Belski [Tue, 19 Aug 2014 20:10:20 +0000 (22:10 +0200)]
ported ext/gmp

10 years agoported ext/gettext
Anatol Belski [Tue, 19 Aug 2014 20:05:37 +0000 (22:05 +0200)]
ported ext/gettext

10 years agoported ext/gd
Anatol Belski [Tue, 19 Aug 2014 20:03:57 +0000 (22:03 +0200)]
ported ext/gd

10 years agoFixed referenced value separation
Dmitry Stogov [Tue, 19 Aug 2014 20:00:59 +0000 (00:00 +0400)]
Fixed referenced value separation

10 years agoported ext/ftp
Anatol Belski [Tue, 19 Aug 2014 19:49:34 +0000 (21:49 +0200)]
ported ext/ftp