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

11 years agoMerge branch 'pull-request/499'
Rasmus Lerdorf [Sat, 19 Oct 2013 07:01:13 +0000 (00:01 -0700)]
Merge branch 'pull-request/499'
Fix RFC 6598 IPv4 Reserved Range Checks

11 years agoMerge branch 'pull-request/499'
Rasmus Lerdorf [Sat, 19 Oct 2013 07:01:13 +0000 (00:01 -0700)]
Merge branch 'pull-request/499'
Fix RFC 6598 IPv4 Reserved Range Checks

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sat, 19 Oct 2013 05:27:36 +0000 (13:27 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agouse $YACC instead of 'bison' as suggested by Yasuo
Michael Wallner [Fri, 9 Aug 2013 06:32:39 +0000 (08:32 +0200)]
use $YACC instead of 'bison' as suggested by Yasuo

Conflicts:
Zend/acinclude.m4

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Xinchen Hui [Fri, 18 Oct 2013 02:34:36 +0000 (10:34 +0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

11 years agoRetruning SUCCESS/FAILURE instead of int
Xinchen Hui [Fri, 18 Oct 2013 02:33:53 +0000 (10:33 +0800)]
Retruning SUCCESS/FAILURE instead of int

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Thu, 17 Oct 2013 16:21:39 +0000 (09:21 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Revert "TLS news"
  Revert "Added support for TLSv1.1 and TLSv1.2"
  TLS news
  Added support for TLSv1.1 and TLSv1.2

11 years agoRevert "TLS news"
Michael Wallner [Thu, 17 Oct 2013 13:21:34 +0000 (15:21 +0200)]
Revert "TLS news"

This reverts commit 62be976abee38066a5c19f9badf14e8f12922d8a.

11 years agoRevert "Added support for TLSv1.1 and TLSv1.2"
Michael Wallner [Thu, 17 Oct 2013 13:20:38 +0000 (15:20 +0200)]
Revert "Added support for TLSv1.1 and TLSv1.2"

This reverts commit 2aaa3d538a7b93d92c52aec95707d8230f21be65.

11 years agoTLS news
Michael Wallner [Thu, 17 Oct 2013 13:13:12 +0000 (15:13 +0200)]
TLS news

11 years agoAdded support for TLSv1.1 and TLSv1.2
Daniel Lowrey [Tue, 8 Oct 2013 17:54:22 +0000 (13:54 -0400)]
Added support for TLSv1.1 and TLSv1.2

Conflicts:
ext/openssl/xp_ssl.c

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Thu, 17 Oct 2013 12:40:57 +0000 (05:40 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Assume the free space is correct on Travis CI.

11 years agoAssume the free space is correct on Travis CI.
Tjerk Meesters [Wed, 9 Oct 2013 01:06:33 +0000 (09:06 +0800)]
Assume the free space is correct on Travis CI.

11 years agoAdd ability of alias resolving (it cause problem while work with opcache)
Xinchen Hui [Thu, 17 Oct 2013 04:23:09 +0000 (12:23 +0800)]
Add ability of alias resolving (it cause problem while work with opcache)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Wed, 16 Oct 2013 16:34:59 +0000 (18:34 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed bug #65911 ($this not usable as static property)
bwoebi [Wed, 16 Oct 2013 14:04:23 +0000 (16:04 +0200)]
Fixed bug #65911 ($this not usable as static property)

In context of static accesses like classname::$this, the string
"$this" should not be handled like a $this variable, but as an
identifier for a static variable.

11 years ago5.5.6 now
Julien Pauli [Tue, 15 Oct 2013 14:11:11 +0000 (16:11 +0200)]
5.5.6 now

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 14 Oct 2013 15:13:11 +0000 (17:13 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix whitespaces

11 years agofix whitespaces
Anatol Belski [Mon, 14 Oct 2013 15:12:32 +0000 (17:12 +0200)]
fix whitespaces

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 14 Oct 2013 14:08:21 +0000 (16:08 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  added notes about the PECL site conformity

11 years agoadded notes about the PECL site conformity
Anatol Belski [Mon, 14 Oct 2013 14:07:26 +0000 (16:07 +0200)]
added notes about the PECL site conformity

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 14 Oct 2013 12:21:46 +0000 (14:21 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed skeleton to produce the normalized ext version macros

11 years agofixed skeleton to produce the normalized ext version macros
Anatol Belski [Mon, 14 Oct 2013 12:18:43 +0000 (14:18 +0200)]
fixed skeleton to produce the normalized ext version macros

See http://news.php.net/php.pecl.dev/11191 for more info.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sat, 12 Oct 2013 21:06:27 +0000 (18:06 -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 [Sat, 12 Oct 2013 21:06:20 +0000 (18:06 -0300)]
- Fixed possible memory leak

11 years ago- Fixed resource leak
Felipe Pena [Sat, 12 Oct 2013 20:25:26 +0000 (17:25 -0300)]
- Fixed resource leak

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Thu, 10 Oct 2013 18:14:22 +0000 (11:14 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Dmitry Stogov
# Via Dmitry Stogov
* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).

11 years agoFixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).
Dmitry Stogov [Thu, 10 Oct 2013 11:32:30 +0000 (15:32 +0400)]
Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Wed, 9 Oct 2013 16:41:01 +0000 (09:41 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Michael Wallner (2) and others
# Via Michael Wallner (3) and Stanley Sufficool (1)
* 'PHP-5.5' of https://git.php.net/repository/php-src:
  C89 compatibility
  Fixed segfault when built with OpenSSL >= 1.0.1
  consolidate NEWS with 5.4
  fixing a minor typo in CODING_STANDARDS document
  FIX BUG #65219 - Typo correction
  FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbuse command in letter versions.

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 9 Oct 2013 16:40:54 +0000 (09:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Daniel Lowrey (1) and Michael Wallner (1)
# Via Michael Wallner
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  C89 compatibility
  Fixed segfault when built with OpenSSL >= 1.0.1

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Wed, 9 Oct 2013 10:30:42 +0000 (12:30 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  C89 compatibility

11 years agoC89 compatibility
Michael Wallner [Wed, 9 Oct 2013 10:30:31 +0000 (12:30 +0200)]
C89 compatibility

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Wed, 9 Oct 2013 07:17:48 +0000 (09:17 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed segfault when built with OpenSSL >= 1.0.1
  fixing a minor typo in CODING_STANDARDS document
  FIX BUG #65219 - Typo correction
  FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbuse command in letter versions.

11 years agoFixed segfault when built with OpenSSL >= 1.0.1
Daniel Lowrey [Mon, 7 Oct 2013 19:02:48 +0000 (15:02 -0400)]
Fixed segfault when built with OpenSSL >= 1.0.1

(PR #481)

11 years agoconsolidate NEWS with 5.4
Michael Wallner [Wed, 9 Oct 2013 06:16:00 +0000 (08:16 +0200)]
consolidate NEWS with 5.4

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Tue, 8 Oct 2013 17:21:10 +0000 (10:21 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

# By Michael Wallner
# Via Michael Wallner
* 'PHP-5.5' of https://git.php.net/repository/php-src:
  fix bug #51076 (race condition in shtool's mkdir -p)

11 years agofix bug #51076 (race condition in shtool's mkdir -p)
Michael Wallner [Tue, 8 Oct 2013 06:37:08 +0000 (08:37 +0200)]
fix bug #51076 (race condition in shtool's mkdir -p)

11 years agoadded fixed tests for ICU >= 51.2
Anatol Belski [Mon, 7 Oct 2013 11:49:55 +0000 (13:49 +0200)]
added fixed tests for ICU >= 51.2

11 years agofixed failing tests for ICU >= 51.2
Anatol Belski [Mon, 7 Oct 2013 11:49:10 +0000 (13:49 +0200)]
fixed failing tests for ICU >= 51.2

11 years agofixing a minor typo in CODING_STANDARDS document
ArunSK [Sun, 6 Oct 2013 22:26:49 +0000 (00:26 +0200)]
fixing a minor typo in CODING_STANDARDS document

11 years agoFIX BUG #65219 - Typo correction
Stanley Sufficool [Sun, 6 Oct 2013 04:00:47 +0000 (21:00 -0700)]
FIX BUG #65219 - Typo correction

11 years agoFIX BUG #65219 - Typo correction
Stanley Sufficool [Sun, 6 Oct 2013 03:59:20 +0000 (20:59 -0700)]
FIX BUG #65219 - Typo correction

11 years agoFIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
Stanley Sufficool [Sat, 5 Oct 2013 16:54:45 +0000 (09:54 -0700)]
FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in
letter versions.

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4
Stanley Sufficool [Sat, 5 Oct 2013 16:57:13 +0000 (09:57 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/push/php-src:
  - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
  - BFN
  Fix bug #65667: ftp_nb_continue produces segfault
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)
  such a weird hack probably helps in finding regressions in the future
  Fixed bug #64230 (XMLReader does not suppress errors)
  typo: really fix bug #51936  Crash with clone xmlreader
  fix bug #59613 (Crash with clone XMLReader)
  fix bug #65808  the socket_connect() won't work with IPv6 address
  5.4.22-dev now
  fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())
  Fixed bug #61548
  fix test
  fix memleak on resetting rebind_proc
  Fix bug #65322: compile time errors won't trigger auto loading
  5.4.20 release date
  Add information about which INI file is which inside respective files
  - Updated to version 2013.6 (2013f)

11 years agoFIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
Stanley Sufficool [Sat, 5 Oct 2013 16:54:45 +0000 (09:54 -0700)]
FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in
letter versions.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sat, 5 Oct 2013 15:53:10 +0000 (12:53 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
  - BFN

11 years ago- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
Felipe Pena [Sat, 5 Oct 2013 15:52:55 +0000 (12:52 -0300)]
- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)

11 years ago- BFN
Felipe Pena [Sat, 5 Oct 2013 15:52:32 +0000 (12:52 -0300)]
- BFN

11 years agoAllow the ldap extension to be compiled with Oracle's LDAP
Christopher Jones [Fri, 4 Oct 2013 22:50:16 +0000 (15:50 -0700)]
Allow the ldap extension to be compiled with Oracle's LDAP
implementation, if desired.  Note the implementations differ so you
will see different ldap behavior.

The patch allows configuration similar to:
--with-ldap=$HOME/instantclient --with-oci8=instantclient,$HOME/instantclient

The patch doesn't support configuration similar to:
--with-ldap --with-oci8=instantclient,$HOME/instantclient
since this would try and mix the default LDAP and Oracle LDAP
implementations.

This patch closes out bug #61450 and the associated github PR.

Regardless of this patch, my recommended way to install both OCI8 and
ldap extensions is to statically configure PHP with ldap, and then add
OCI8 as a shared extension from PECL.

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Fri, 4 Oct 2013 17:51:04 +0000 (10:51 -0700)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Fix bug #65667: ftp_nb_continue produces segfault
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)
  such a weird hack probably helps in finding regressions in the future

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 4 Oct 2013 17:50:53 +0000 (10:50 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fix bug #65667: ftp_nb_continue produces segfault
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)
  such a weird hack probably helps in finding regressions in the future

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Fri, 4 Oct 2013 15:26:35 +0000 (17:26 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix bug #65667: ftp_nb_continue produces segfault
Philip Hofstetter [Wed, 2 Oct 2013 06:35:02 +0000 (08:35 +0200)]
Fix bug #65667: ftp_nb_continue produces segfault

the idea behind ftp_nb_get is for it to be followed by multiple calls
to ftp_nb_continue in order to download a file piece-by-piece.

As such, it's unwise to close the stream used to write the downloaded
data to when the file hasn't been completely downloaded within the first
call to ftp_nb_get.

This regression was added in a93a462dcefd62e07963dd2da506fbb3409c88b5
and this patch restores the behavior that was seen pre-patch.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Fri, 4 Oct 2013 14:17:37 +0000 (16:17 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)

11 years agofix bug #64146 (serialize incorrectly saving objects when they are
Michael Wallner [Fri, 4 Oct 2013 14:16:15 +0000 (16:16 +0200)]
fix bug #64146 (serialize incorrectly saving objects when they are
cloned)