]> granicus.if.org Git - php/log
php
10 years agoremove unused var
Anatol Belski [Fri, 14 Nov 2014 09:31:35 +0000 (10:31 +0100)]
remove unused var

10 years agoadded comment
Anatol Belski [Fri, 14 Nov 2014 09:20:03 +0000 (10:20 +0100)]
added comment

10 years agovalidate sockets portable way
Anatol Belski [Fri, 14 Nov 2014 09:17:43 +0000 (10:17 +0100)]
validate sockets portable way

10 years agofix unused var warning
Anatol Belski [Fri, 14 Nov 2014 09:05:53 +0000 (10:05 +0100)]
fix unused var warning

10 years agoremoved useless check
Anatol Belski [Fri, 14 Nov 2014 08:46:06 +0000 (09:46 +0100)]
removed useless check

the offset member is an unsigned

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Fri, 14 Nov 2014 16:33:14 +0000 (17:33 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #68423i PHP-FPM will no longer load all pools

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 14 Nov 2014 16:32:46 +0000 (17:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #68423i PHP-FPM will no longer load all pools

10 years agoFix bug #68423i PHP-FPM will no longer load all pools
Remi Collet [Fri, 14 Nov 2014 16:29:31 +0000 (17:29 +0100)]
Fix bug #68423i PHP-FPM will no longer load all pools

The hash need to be unique per IP + Port
Previous version have (IPv4 only)
   sprintf(key, "%u.%u.%u.%u:%u", IPQUAD(&sa_in->sin_addr), (unsigned int) ntohs(sa_in->sin_port));

10 years agoMerge branch 'PHP-5.6'
Remi Collet [Fri, 14 Nov 2014 09:59:04 +0000 (10:59 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516

10 years agoNEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516
Remi Collet [Fri, 14 Nov 2014 09:58:27 +0000 (10:58 +0100)]
NEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516

10 years agoavoid repeated strlen usage, remove unused vars
Anatol Belski [Thu, 13 Nov 2014 15:00:00 +0000 (16:00 +0100)]
avoid repeated strlen usage, remove unused vars

10 years agofix datatype mismatch
Anatol Belski [Thu, 13 Nov 2014 14:45:28 +0000 (15:45 +0100)]
fix datatype mismatch

10 years agofix datatype mismatch
Anatol Belski [Thu, 13 Nov 2014 14:27:53 +0000 (15:27 +0100)]
fix datatype mismatch

10 years agoextend warn list to exclude
Anatol Belski [Thu, 13 Nov 2014 13:29:21 +0000 (14:29 +0100)]
extend warn list to exclude

10 years agofix datatype mismatch and kick unused var
Anatol Belski [Thu, 13 Nov 2014 13:27:38 +0000 (14:27 +0100)]
fix datatype mismatch and kick unused var

10 years agofix datatype mismatches, remove dead part of code
Anatol Belski [Thu, 13 Nov 2014 13:17:41 +0000 (14:17 +0100)]
fix datatype mismatches, remove dead part of code

10 years agoremove unused vars
Anatol Belski [Thu, 13 Nov 2014 11:34:10 +0000 (12:34 +0100)]
remove unused vars

10 years agoadded missing type specifier
Anatol Belski [Thu, 13 Nov 2014 11:31:29 +0000 (12:31 +0100)]
added missing type specifier

10 years agoMicro optimization
Dmitry Stogov [Thu, 13 Nov 2014 14:36:08 +0000 (17:36 +0300)]
Micro optimization

10 years agofix merge
Remi Collet [Thu, 13 Nov 2014 12:09:44 +0000 (13:09 +0100)]
fix merge

10 years agoFix build with gmp < 4.2
Remi Collet [Thu, 13 Nov 2014 12:08:00 +0000 (13:08 +0100)]
Fix build with gmp < 4.2

See 3d6d863ccbd10d212352462b587ae1573af4f1d1
and acd7fcf55f81955e4837c750a5e45f83d3c55ba2

10 years agoadd a configure option to suppress uncritical warns with clang
Anatol Belski [Thu, 13 Nov 2014 10:43:01 +0000 (11:43 +0100)]
add a configure option to suppress uncritical warns with clang

10 years agopass vc++ version to clang, that will be forwarded to _MSC_VER
Anatol Belski [Thu, 13 Nov 2014 10:20:09 +0000 (11:20 +0100)]
pass vc++ version to clang, that will be forwarded to _MSC_VER

10 years agoHAVE_STRNLEN should be in all toolsets
Anatol Belski [Thu, 13 Nov 2014 09:47:57 +0000 (10:47 +0100)]
HAVE_STRNLEN should be in all toolsets

10 years agoset the vc++ next name
Anatol Belski [Thu, 13 Nov 2014 07:17:39 +0000 (08:17 +0100)]
set the vc++ next name

10 years agoAnother fix for test fail
Xinchen Hui [Thu, 13 Nov 2014 06:23:25 +0000 (14:23 +0800)]
Another fix for test fail

10 years agoRevert "Fixed test fails (prop read always has a IS_STRING member now)"
Xinchen Hui [Thu, 13 Nov 2014 06:16:08 +0000 (14:16 +0800)]
Revert "Fixed test fails (prop read always has a IS_STRING member now)"

This reverts commit 39913c4cdf54f926d733bfe0a95be2ecfa6bff35.

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

10 years agoFixed test fails (prop read always has a IS_STRING member now)
Xinchen Hui [Thu, 13 Nov 2014 04:20:16 +0000 (12:20 +0800)]
Fixed test fails (prop read always has a IS_STRING member now)

10 years agopre create the build dir
Anatol Belski [Wed, 12 Nov 2014 18:06:09 +0000 (19:06 +0100)]
pre create the build dir

otherwise response file generation might fail

10 years agofix test cleanup
Anatol Belski [Wed, 12 Nov 2014 17:05:24 +0000 (18:05 +0100)]
fix test cleanup

this could leave garbage after it as the test file is removed in
flush (the fd could still be opened)

10 years agofix test cleanup
Anatol Belski [Wed, 12 Nov 2014 16:56:47 +0000 (17:56 +0100)]
fix test cleanup

10 years agoC89 compat
Anatol Belski [Wed, 12 Nov 2014 16:30:52 +0000 (17:30 +0100)]
C89 compat

10 years agotrim when adding flags, avoid multiple spaces
Anatol Belski [Wed, 12 Nov 2014 16:23:06 +0000 (17:23 +0100)]
trim when adding flags, avoid multiple spaces

10 years agouse response files for exts and sapi linking
Anatol Belski [Wed, 12 Nov 2014 16:16:09 +0000 (17:16 +0100)]
use response files for exts and sapi linking

10 years agogenerate response files for use by linker
Anatol Belski [Wed, 12 Nov 2014 16:05:01 +0000 (17:05 +0100)]
generate response files for use by linker

Object dir path can under circumstances cause that the expanded
command line exceeds the length allowed by the OS. Linker can read
the object lists from a file which eliminates this issue.

10 years agogeneralize arch setup
Anatol Belski [Wed, 12 Nov 2014 10:14:56 +0000 (11:14 +0100)]
generalize arch setup

10 years agofix int to void* cast on x64
Anatol Belski [Wed, 12 Nov 2014 10:00:35 +0000 (11:00 +0100)]
fix int to void* cast on x64

10 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Wed, 12 Nov 2014 15:54:33 +0000 (16:54 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Wed, 12 Nov 2014 15:54:03 +0000 (16:54 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed NEWS

10 years agoFixed NEWS
Matteo Beccati [Wed, 12 Nov 2014 15:45:36 +0000 (16:45 +0100)]
Fixed NEWS

Some entries had been mistakenly removed in ad468d20b130c720020139b8d5f6601f6f3033ab

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 12 Nov 2014 13:51:39 +0000 (14:51 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:51:18 +0000 (14:51 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 12 Nov 2014 13:46:07 +0000 (14:46 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:45:39 +0000 (14:45 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 12 Nov 2014 13:29:11 +0000 (14:29 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:28:45 +0000 (14:28 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Wed, 12 Nov 2014 10:23:24 +0000 (11:23 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64
  Remove unneeded md5 hashing from PHP-5.6 branch. It's removed from master already by my previous commit.

Conflicts:
ext/session/session.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Wed, 12 Nov 2014 10:21:40 +0000 (11:21 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64

10 years agoFixed bug #53829 Compiling PHP with large file support will replace function gzopen...
Matteo Beccati [Wed, 12 Nov 2014 10:21:11 +0000 (11:21 +0100)]
Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64

10 years agoFixed wrong NEWS
Julien Pauli [Wed, 12 Nov 2014 09:59:54 +0000 (10:59 +0100)]
Fixed wrong NEWS

10 years agoRemove unneeded md5 hashing from PHP-5.6 branch.
Yasuo Ohgaki [Wed, 12 Nov 2014 04:40:27 +0000 (13:40 +0900)]
Remove unneeded md5 hashing from PHP-5.6 branch.
It's removed from master already by my previous commit.

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Wed, 12 Nov 2014 00:35:41 +0000 (16:35 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix loop - size_t is unsigned so can not be negative
  fix copypaste error

Conflicts:
ext/standard/html.c

10 years agofix loop - size_t is unsigned so can not be negative
Stanislav Malyshev [Wed, 5 Nov 2014 05:58:44 +0000 (21:58 -0800)]
fix loop - size_t is unsigned so can not be negative

10 years agofix loop - size_t is unsigned so can not be negative
Stanislav Malyshev [Wed, 5 Nov 2014 05:58:44 +0000 (21:58 -0800)]
fix loop - size_t is unsigned so can not be negative

10 years agofix copypaste error
Stanislav Malyshev [Wed, 5 Nov 2014 05:48:44 +0000 (21:48 -0800)]
fix copypaste error

10 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 12 Nov 2014 00:32:38 +0000 (16:32 -0800)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  5.4.36-dev
  Fixed bug #66584 Segmentation fault on statement deallocation

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.36-dev
Stanislav Malyshev [Wed, 12 Nov 2014 00:31:38 +0000 (16:31 -0800)]
5.4.36-dev

10 years agoFixed bug #66584 Segmentation fault on statement deallocation
Matteo Beccati [Sat, 1 Nov 2014 18:11:43 +0000 (19:11 +0100)]
Fixed bug #66584 Segmentation fault on statement deallocation

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 11 Nov 2014 23:25:34 +0000 (00:25 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:25:16 +0000 (00:25 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 11 Nov 2014 23:21:16 +0000 (00:21 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS
  update NEWS
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:21:04 +0000 (00:21 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 11 Nov 2014 23:20:54 +0000 (00:20 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:19:51 +0000 (00:19 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:55 +0000 (00:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:13 +0000 (00:18 +0100)]
update NEWS

10 years agofix printf spec
Anatol Belski [Tue, 11 Nov 2014 19:28:28 +0000 (20:28 +0100)]
fix printf spec

10 years agofix datatype mismatch and unused var warning
Anatol Belski [Tue, 11 Nov 2014 19:16:13 +0000 (20:16 +0100)]
fix datatype mismatch and unused var warning

10 years agoeliminate duplicated identical function definitions
Anatol Belski [Tue, 11 Nov 2014 14:33:38 +0000 (15:33 +0100)]
eliminate duplicated identical function definitions

10 years agogeneralize --with-php-build option handling
Anatol Belski [Tue, 11 Nov 2014 14:28:20 +0000 (15:28 +0100)]
generalize --with-php-build option handling

10 years agorefactor zts related config
Anatol Belski [Tue, 11 Nov 2014 14:22:06 +0000 (15:22 +0100)]
refactor zts related config

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Tue, 11 Nov 2014 17:01:31 +0000 (14:01 -0300)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 11 Nov 2014 17:01:26 +0000 (14:01 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years ago- Updated to version 2014.10 (2014j)
Derick Rethans [Tue, 11 Nov 2014 17:01:24 +0000 (14:01 -0300)]
- Updated to version 2014.10 (2014j)

10 years agoUpdate NEWs
Xinchen Hui [Tue, 11 Nov 2014 08:33:36 +0000 (16:33 +0800)]
Update NEWs

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Tue, 11 Nov 2014 08:31:32 +0000 (16:31 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/soap/soap.c

10 years agoUpdate NEWS
Xinchen Hui [Tue, 11 Nov 2014 08:24:59 +0000 (16:24 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 11 Nov 2014 08:23:18 +0000 (16:23 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #68361 (Segmentation fault on SoapClient::__getTypes)
Xinchen Hui [Tue, 11 Nov 2014 08:22:49 +0000 (16:22 +0800)]
Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes)

10 years agofix trailing slash
Anatol Belski [Mon, 10 Nov 2014 23:51:21 +0000 (00:51 +0100)]
fix trailing slash

10 years agofurther fixes to win build
Anatol Belski [Mon, 10 Nov 2014 23:38:37 +0000 (00:38 +0100)]
further fixes to win build

- fixed pdb generation with vs
- made object-out-dir to use an absolute path, that fixes path issues
  with x86/x64 and nmake snap

10 years agomoved libs and debug/release mode setup into functions
Anatol Belski [Mon, 10 Nov 2014 22:28:03 +0000 (23:28 +0100)]
moved libs and debug/release mode setup into functions

10 years agofix var declaration used by macro conditions
Anatol Belski [Mon, 10 Nov 2014 17:26:20 +0000 (18:26 +0100)]
fix var declaration used by macro conditions

10 years agofix sprintf spec
Anatol Belski [Mon, 10 Nov 2014 17:24:59 +0000 (18:24 +0100)]
fix sprintf spec

10 years agofix var usage only when unistd.h available
Anatol Belski [Mon, 10 Nov 2014 17:21:55 +0000 (18:21 +0100)]
fix var usage only when unistd.h available

10 years agocleanup unused variable
Anatol Belski [Mon, 10 Nov 2014 17:20:11 +0000 (18:20 +0100)]
cleanup unused variable

10 years agodo portable socket checks
Anatol Belski [Mon, 10 Nov 2014 17:16:31 +0000 (18:16 +0100)]
do portable socket checks

also introduced a portable macro for that

10 years agoinitialiize opline for the case it lands in default case
Anatol Belski [Mon, 10 Nov 2014 16:31:31 +0000 (17:31 +0100)]
initialiize opline for the case it lands in default case

10 years agoFix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here

10 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Rasmus Lerdorf [Mon, 10 Nov 2014 18:42:30 +0000 (10:42 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Fixed bug #68370 ("unset($this)" can make the program crash)
  Fixed NEWS for 5.5
  Fix opcache.revalidate_freq per-request behavior
  Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)

10 years agoFix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here

10 years agoFix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here

10 years agoMerge branch 'master' of git.php.net:php-src
Rasmus Lerdorf [Mon, 10 Nov 2014 18:36:57 +0000 (10:36 -0800)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (70 commits)
  convert_to_string also does the check
  A better fix(do the convertion in compile time)
  update UPGRADING.INTERNALS
  better description for the toolset config option
  use proper declarations for zend_stat_t
  move these functions to the appropriate place
  Fixed segfault in  bug62500.phpt
  Update NEWS
  Fixed bug #68370 ("unset($this)" can make the program crash)
  move more common ldflags into function
  rename intel toolset to icc - shorter
  fix gd compilation with icc toolset
  either ms or intel linker is used, /libpath is supported
  further catch up with phpize and improved clang arch setup
  add /fallback for clang-cl
  parametrize WINVER and update its value
  further refactoring of toolset+phpize stuff
  catch up the toolset changes with phpize
  fix linking for clang, using linker directly
  adjust pid_t declaration so it doesn't conflict with apache one
  ...

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Rasmus Lerdorf [Mon, 10 Nov 2014 18:36:46 +0000 (10:36 -0800)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src:
  Update NEWS
  Fixed bug #68370 ("unset($this)" can make the program crash)
  Fix opcache.revalidate_freq per-request behavior
  Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
  Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)

10 years agoconvert_to_string also does the check
Xinchen Hui [Mon, 10 Nov 2014 15:41:55 +0000 (23:41 +0800)]
convert_to_string also does the check

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Mon, 10 Nov 2014 15:38:33 +0000 (23:38 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoA better fix(do the convertion in compile time)
Xinchen Hui [Mon, 10 Nov 2014 15:35:45 +0000 (23:35 +0800)]
A better fix(do the convertion in compile time)

10 years agoupdate UPGRADING.INTERNALS
Anatol Belski [Mon, 10 Nov 2014 13:25:14 +0000 (14:25 +0100)]
update UPGRADING.INTERNALS

10 years agobetter description for the toolset config option
Anatol Belski [Mon, 10 Nov 2014 09:57:27 +0000 (10:57 +0100)]
better description for the toolset config option