]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'master' of git.php.net:php-src
Yasuo Ohgaki [Tue, 22 Oct 2013 03:29:41 +0000 (12:29 +0900)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (270 commits)
  Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
  exif NEWS
  add tests for bug #62523
  Merged PR #293 (Exif crash on unknown encoding was fixed) By:  Draal Conflicts:  configure.in  main/php_version.h
  fix bug #65936 (dangling context pointer causes crash)
  remove TRAVIS check in test source
  Fixed compilation warning
  Just SKIP that test on travis
  Fixed issue #115 (path issue when using phar).
  fix memory leak on error (from Coverity scan)
  fix argument type & remove warning
  fix const warnings in intl methods
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  fix possibility of access to *storedType without initialization
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  5.4.21 release date
  fix argument type & remove warning
  fix const warnings in intl methods
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  ...

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Mon, 21 Oct 2013 21:21:19 +0000 (14:21 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)

11 years agoFixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode...
Christopher Jones [Mon, 21 Oct 2013 21:20:35 +0000 (14:20 -0700)]
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)

11 years agoMerge branch 'PHP-5.5'
Michael Wallner [Mon, 21 Oct 2013 20:45:12 +0000 (22:45 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  exif NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Mon, 21 Oct 2013 20:44:53 +0000 (22:44 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  exif NEWS

11 years agoexif NEWS
Michael Wallner [Mon, 21 Oct 2013 20:44:37 +0000 (22:44 +0200)]
exif NEWS

11 years agoMerge branch 'PHP-5.5'
Michael Wallner [Mon, 21 Oct 2013 20:16:21 +0000 (22:16 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add tests for bug #62523
  Merged PR #293 (Exif crash on unknown encoding was fixed) By:  Draal Conflicts:  configure.in  main/php_version.h

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Mon, 21 Oct 2013 20:15:55 +0000 (22:15 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add tests for bug #62523
  Merged PR #293 (Exif crash on unknown encoding was fixed) By:  Draal Conflicts:  configure.in  main/php_version.h

11 years agoadd tests for bug #62523
Michael Wallner [Mon, 21 Oct 2013 20:15:09 +0000 (22:15 +0200)]
add tests for bug #62523

11 years agoMerged PR #293 (Exif crash on unknown encoding was fixed)
Michael Wallner [Mon, 21 Oct 2013 19:48:27 +0000 (21:48 +0200)]
Merged PR #293 (Exif crash on unknown encoding was fixed)
By:
Draal
Conflicts:
configure.in
main/php_version.h

11 years agoMerge branch 'PHP-5.5'
Antony Dovgal [Mon, 21 Oct 2013 11:10:15 +0000 (15:10 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix bug #65936 (dangling context pointer causes crash)

11 years agofix bug #65936 (dangling context pointer causes crash)
Antony Dovgal [Mon, 21 Oct 2013 11:09:29 +0000 (15:09 +0400)]
fix bug #65936 (dangling context pointer causes crash)

reported by Leon Sorokin

11 years agoMerge remote-tracking branch 'refs/remotes/origin/master'
Michael Wallner [Mon, 21 Oct 2013 10:23:10 +0000 (12:23 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/master'

* refs/remotes/origin/master:
  Fixed compilation warning

11 years agoMerge remote-tracking branch 'refs/remotes/origin/PHP-5.5' into PHP-5.5
Michael Wallner [Mon, 21 Oct 2013 10:23:01 +0000 (12:23 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/PHP-5.5' into PHP-5.5

* refs/remotes/origin/PHP-5.5:
  Fixed compilation warning

11 years agoMerge branch 'PHP-5.5'
Michael Wallner [Mon, 21 Oct 2013 10:21:21 +0000 (12:21 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  remove TRAVIS check in test source
  Just SKIP that test on travis

11 years agoremove TRAVIS check in test source
Michael Wallner [Mon, 21 Oct 2013 10:18:58 +0000 (12:18 +0200)]
remove TRAVIS check in test source

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Mon, 21 Oct 2013 10:18:17 +0000 (14:18 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed compilation warning

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Mon, 21 Oct 2013 10:18:10 +0000 (12:18 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Just SKIP that test on travis

11 years agoFixed compilation warning
Dmitry Stogov [Mon, 21 Oct 2013 10:17:10 +0000 (14:17 +0400)]
Fixed compilation warning

11 years agoJust SKIP that test on travis
Michael Wallner [Mon, 21 Oct 2013 10:16:41 +0000 (12:16 +0200)]
Just SKIP that test on travis

11 years agoMerge branch 'master' of https://github.com/guggemand/php-src
Michael Wallner [Mon, 21 Oct 2013 10:04:37 +0000 (12:04 +0200)]
Merge branch 'master' of https://github.com/guggemand/php-src

* 'master' of https://github.com/guggemand/php-src:
  Dont reset other counters when incrementing slow_rq

11 years agoMerge branch 'master' of https://github.com/DylanArnold/php-src
Michael Wallner [Mon, 21 Oct 2013 10:04:06 +0000 (12:04 +0200)]
Merge branch 'master' of https://github.com/DylanArnold/php-src

* 'master' of https://github.com/DylanArnold/php-src:
  Call php_module_shutdown() for php-fpm child processes

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 21 Oct 2013 09:41:03 +0000 (17:41 +0800)]
Merge branch 'PHP-5.5'

11 years agoFixed issue #115 (path issue when using phar).
Xinchen Hui [Mon, 21 Oct 2013 09:40:39 +0000 (17:40 +0800)]
Fixed issue #115 (path issue when using phar).

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Mon, 21 Oct 2013 07:02:33 +0000 (00:02 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix memory leak on error (from Coverity scan)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 21 Oct 2013 07:02:21 +0000 (00:02 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix memory leak on error (from Coverity scan)

11 years agofix memory leak on error (from Coverity scan)
Stanislav Malyshev [Mon, 21 Oct 2013 07:01:24 +0000 (00:01 -0700)]
fix memory leak on error (from Coverity scan)

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Mon, 21 Oct 2013 06:04:41 +0000 (23:04 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  5.4.21 release date
  fix argument type & remove warning
  fix const warnings in intl methods
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  fix possibility of access to *storedType without initialization
  5.4.21 release date

11 years agofix argument type & remove warning
Stanislav Malyshev [Mon, 21 Oct 2013 05:59:07 +0000 (22:59 -0700)]
fix argument type & remove warning

11 years agofix const warnings in intl methods
Stanislav Malyshev [Mon, 21 Oct 2013 05:32:20 +0000 (22:32 -0700)]
fix const warnings in intl methods

11 years agoFix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
Stanislav Malyshev [Mon, 21 Oct 2013 05:04:21 +0000 (22:04 -0700)]
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag

11 years agofix possibility of access to *storedType without initialization
Stanislav Malyshev [Mon, 21 Oct 2013 04:57:33 +0000 (21:57 -0700)]
fix possibility of access to *storedType without initialization

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 21 Oct 2013 06:04:26 +0000 (23:04 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  5.4.21 release date

11 years agoFix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
Stanislav Malyshev [Mon, 21 Oct 2013 05:04:21 +0000 (22:04 -0700)]
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag

11 years ago5.4.21 release date
Stanislav Malyshev [Mon, 21 Oct 2013 02:59:39 +0000 (19:59 -0700)]
5.4.21 release date

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Mon, 21 Oct 2013 06:04:03 +0000 (23:04 -0700)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.

11 years agofix argument type & remove warning
Stanislav Malyshev [Mon, 21 Oct 2013 05:59:07 +0000 (22:59 -0700)]
fix argument type & remove warning

11 years agofix const warnings in intl methods
Stanislav Malyshev [Mon, 21 Oct 2013 05:32:20 +0000 (22:32 -0700)]
fix const warnings in intl methods

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Mon, 21 Oct 2013 05:18:33 +0000 (22:18 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Mon, 21 Oct 2013 05:18:15 +0000 (22:18 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.

11 years agoWhen src->src is null this doesn't get initialized
Rasmus Lerdorf [Mon, 21 Oct 2013 05:15:35 +0000 (22:15 -0700)]
When src->src is null this doesn't get initialized
but it is still used, so the passed in *ze will point
to unitialized memory. Hopefully src->src is never
null, but just in case this initialization doesn't hurt.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 21 Oct 2013 05:05:48 +0000 (22:05 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  5.4.21 release date

11 years agoFix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
Stanislav Malyshev [Mon, 21 Oct 2013 05:04:21 +0000 (22:04 -0700)]
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag

11 years agofix possibility of access to *storedType without initialization
Stanislav Malyshev [Mon, 21 Oct 2013 04:57:33 +0000 (21:57 -0700)]
fix possibility of access to *storedType without initialization

11 years ago5.4.21 release date
Stanislav Malyshev [Mon, 21 Oct 2013 02:59:39 +0000 (19:59 -0700)]
5.4.21 release date

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Mon, 21 Oct 2013 00:56:24 +0000 (17:56 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix typo

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Mon, 21 Oct 2013 00:56:14 +0000 (17:56 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix typo

11 years agoFix typo
Rasmus Lerdorf [Mon, 21 Oct 2013 00:55:55 +0000 (17:55 -0700)]
Fix typo

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 21:05:29 +0000 (14:05 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  These getpwnam('') tests are silly and not portable

11 years agoThese getpwnam('') tests are silly and not portable
Rasmus Lerdorf [Sun, 20 Oct 2013 21:04:47 +0000 (14:04 -0700)]
These getpwnam('') tests are silly and not portable

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 16:37:40 +0000 (09:37 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Clean up this weird safe_emalloc() call

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sun, 20 Oct 2013 16:37:25 +0000 (09:37 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Clean up this weird safe_emalloc() call

11 years agoClean up this weird safe_emalloc() call
Rasmus Lerdorf [Sun, 20 Oct 2013 16:36:50 +0000 (09:36 -0700)]
Clean up this weird safe_emalloc() call

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 15:56:41 +0000 (08:56 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Minor Coverity tweaks

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sun, 20 Oct 2013 15:56:24 +0000 (08:56 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Minor Coverity tweaks

11 years agoMinor Coverity tweaks
Rasmus Lerdorf [Sun, 20 Oct 2013 15:55:48 +0000 (08:55 -0700)]
Minor Coverity tweaks

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 11:50:17 +0000 (09:50 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Moved NULL check before dereferencing

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 11:50:13 +0000 (09:50 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Moved NULL check before dereferencing

11 years ago- Moved NULL check before dereferencing
Felipe Pena [Sun, 20 Oct 2013 11:50:11 +0000 (09:50 -0200)]
- Moved NULL check before dereferencing

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 11:04:36 +0000 (09:04 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed possible NULL ptr dereference

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 11:04:27 +0000 (09:04 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed possible NULL ptr dereference

11 years ago- Fixed possible NULL ptr dereference
Felipe Pena [Sun, 20 Oct 2013 11:04:24 +0000 (09:04 -0200)]
- Fixed possible NULL ptr dereference

11 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Felipe Pena [Sun, 20 Oct 2013 10:52:31 +0000 (08:52 -0200)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 10:51:27 +0000 (08:51 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed possible uninitialized scalar variable usage (spotted by Coverity)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 10:51:17 +0000 (08:51 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed possible uninitialized scalar variable usage (spotted by Coverity)

11 years ago- Fixed possible uninitialized scalar variable usage (spotted by Coverity)
Felipe Pena [Sun, 20 Oct 2013 10:51:09 +0000 (08:51 -0200)]
- Fixed possible uninitialized scalar variable usage (spotted by Coverity)

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 03:57:02 +0000 (20:57 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Remove senseless check here

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sun, 20 Oct 2013 03:56:01 +0000 (20:56 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Remove senseless check here

11 years agoRemove senseless check here
Rasmus Lerdorf [Sun, 20 Oct 2013 03:55:02 +0000 (20:55 -0700)]
Remove senseless check here

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 03:16:15 +0000 (01:16 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fix extern declaration according to definition

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 03:16:10 +0000 (01:16 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fix extern declaration according to definition

11 years ago- Fix extern declaration according to definition
Felipe Pena [Sun, 20 Oct 2013 03:16:07 +0000 (01:16 -0200)]
- Fix extern declaration according to definition

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 03:05:06 +0000 (01:05 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fix possible memory leak

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 03:05:00 +0000 (01:05 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fix possible memory leak

11 years ago- Fix possible memory leak
Felipe Pena [Sun, 20 Oct 2013 03:04:55 +0000 (01:04 -0200)]
- Fix possible memory leak

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 02:36:41 +0000 (23:36 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Moved allocation to if block to make Coverity happy

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 02:36:36 +0000 (23:36 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Moved allocation to if block to make Coverity happy

11 years ago- Moved allocation to if block to make Coverity happy
Felipe Pena [Sun, 20 Oct 2013 02:36:28 +0000 (23:36 -0300)]
- Moved allocation to if block to make Coverity happy

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sun, 20 Oct 2013 02:30:53 +0000 (23:30 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed possible memory leak

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 20 Oct 2013 02:30:12 +0000 (23:30 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed possible memory leak

11 years ago- Fixed possible memory leak
Felipe Pena [Sun, 20 Oct 2013 02:29:34 +0000 (23:29 -0300)]
- Fixed possible memory leak

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 02:25:47 +0000 (19:25 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix unitialized opened_path here - found by Coverity

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sun, 20 Oct 2013 02:25:25 +0000 (19:25 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix unitialized opened_path here - found by Coverity

11 years agoFix unitialized opened_path here - found by Coverity
Rasmus Lerdorf [Sun, 20 Oct 2013 02:24:17 +0000 (19:24 -0700)]
Fix unitialized opened_path here - found by Coverity

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 00:56:21 +0000 (17:56 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Trivial Coverity fix

11 years agoTrivial Coverity fix
Rasmus Lerdorf [Sun, 20 Oct 2013 00:55:34 +0000 (17:55 -0700)]
Trivial Coverity fix

11 years agoMerge branch 'PHP-5.5'
Rasmus Lerdorf [Sun, 20 Oct 2013 00:42:36 +0000 (17:42 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Initialize these to make Coverity happy
  Typo fix: managment -> management
  Use minus sign instead of hyphen
  Merge branch 'pull-request/499' Fix RFC 6598 IPv4 Reserved Range Checks

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sun, 20 Oct 2013 00:41:04 +0000 (17:41 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Initialize these to make Coverity happy
  Typo fix: managment -> management
  Use minus sign instead of hyphen
  Merge branch 'pull-request/499' Fix RFC 6598 IPv4 Reserved Range Checks

11 years agoInitialize these to make Coverity happy
Rasmus Lerdorf [Sun, 20 Oct 2013 00:37:59 +0000 (17:37 -0700)]
Initialize these to make Coverity happy

11 years agoRemove extraneous NULL check of Z_ARRVAL_P()
Nikita Popov [Sat, 19 Oct 2013 21:52:23 +0000 (23:52 +0200)]
Remove extraneous NULL check of Z_ARRVAL_P()

Z_ARRVAL_P() is never NULL

11 years agoRemove dead comparison (size_t < 0)
Nikita Popov [Sat, 19 Oct 2013 21:46:09 +0000 (23:46 +0200)]
Remove dead comparison (size_t < 0)

11 years agoFix misleading sizeof
Nikita Popov [Sat, 19 Oct 2013 21:43:05 +0000 (23:43 +0200)]
Fix misleading sizeof

An array of zval* is allocated, but sizeof(zval **) is used.
Makes no practical difference as sizeof(zval *) == sizeof(zval **).

11 years agoFix assignment in dummy_encoding_list_parser
Nikita Popov [Sat, 19 Oct 2013 21:25:31 +0000 (23:25 +0200)]
Fix assignment in dummy_encoding_list_parser

11 years agoUse zend_error_noreturn for all E_COMPILE_ERRORs
Nikita Popov [Sat, 19 Oct 2013 21:22:20 +0000 (23:22 +0200)]
Use zend_error_noreturn for all E_COMPILE_ERRORs

11 years agoTypo fix: managment -> management
Lior Kaplan [Sat, 19 Oct 2013 20:53:23 +0000 (23:53 +0300)]
Typo fix: managment -> management

11 years agoUse minus sign instead of hyphen
Lior Kaplan [Sat, 19 Oct 2013 20:52:43 +0000 (23:52 +0300)]
Use minus sign instead of hyphen

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Sat, 19 Oct 2013 14:19:11 +0000 (22:19 +0800)]
Merge branch 'PHP-5.5'

11 years agoRevert "Need a way to check whether this API exists"
Xinchen Hui [Sat, 19 Oct 2013 14:18:37 +0000 (22:18 +0800)]
Revert "Need a way to check whether this API exists"

hmm, we can check whether the head file exists instead

This reverts commit 4d7d85640dd8e48166e4fd5dbf04aeb18a9e01c4.

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Sat, 19 Oct 2013 14:17:06 +0000 (22:17 +0800)]
Merge branch 'PHP-5.5'

11 years agoNeed a way to check whether this API exists
Xinchen Hui [Sat, 19 Oct 2013 14:16:31 +0000 (22:16 +0800)]
Need a way to check whether this API exists