Skip to content

Commit 9e950e6

Browse files
authored
Merge pull request #13 from ashnazg/testing
prep for v1.2.0 release
2 parents 2e201df + 8d7e116 commit 9e950e6

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

Net/Socket.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* LICENSE:
88
*
9-
* Copyright (c) 1997-2003 The PHP Group
9+
* Copyright (c) 1997-2017 The PHP Group
1010
* All rights reserved.
1111
*
1212
* Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
3838
* @package Net_Socket
3939
* @author Stig Bakken <ssb@php.net>
4040
* @author Chuck Hagenbuch <chuck@horde.org>
41-
* @copyright 1997-2003 The PHP Group
41+
* @copyright 1997-2017 The PHP Group
4242
* @license http://opensource.org/licenses/bsd-license.php BSD-2-Clause
4343
* @link http://pear.php.net/packages/Net_Socket
4444
*/
@@ -56,7 +56,7 @@
5656
* @package Net_Socket
5757
* @author Stig Bakken <ssb@php.net>
5858
* @author Chuck Hagenbuch <chuck@horde.org>
59-
* @copyright 1997-2003 The PHP Group
59+
* @copyright 1997-2017 The PHP Group
6060
* @license http://opensource.org/licenses/bsd-license.php BSD-2-Clause
6161
* @link http://pear.php.net/packages/Net_Socket
6262
*/

package.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,20 @@
2525
<email>alec@php.net</email>
2626
<active>no</active>
2727
</lead>
28-
<date>2017-03-08</date>
28+
<date>2017-04-06</date>
2929
<version>
30-
<release>1.1.0</release>
31-
<api>1.1.0</api>
30+
<release>1.2.0</release>
31+
<api>1.2.0</api>
3232
</version>
3333
<stability>
3434
<release>stable</release>
3535
<api>stable</api>
3636
</stability>
3737
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
3838
<notes>
39-
* Set minimum PHP version to 5.4.0
40-
* Set minimum PEAR version to 1.10.1
39+
* Change license to BSD-2 Clause
4140

42-
* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
43-
* Bug #20113: package.xml does not validate
44-
* Bug #21031: Warning on connection error(stream_socket_client)
45-
* PR #7: Fix for "Maximum execution time of 30 seconds exceeded" error
46-
* PR #8: Make PHP5 compatible
41+
* Request #17526: License change
4742
</notes>
4843
<contents>
4944
<dir baseinstalldir="/" name="/">

0 commit comments

Comments
 (0)