Remi Collet
65b5f81992
back to dev
2022-05-31 11:00:21 +02:00
Remi Collet
e083b058d4
Release 2.0.3
2022-05-31 10:53:22 +02:00
Peter Kokot
6847067569
Trim trailing whitespace
2018-10-03 09:43:57 +02:00
Peter Kokot
7b066620af
Remove unused Git attributes ident
...
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifes handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-03 09:08:48 +02:00
Remi Collet
74cabf12f3
back to dev
2018-06-29 11:33:57 +02:00
Remi Collet
161edcdee2
Prepare 2.0.2
...
and add myself as lead to run the release process
2018-06-29 11:14:43 +02:00
Xinchen Hui
7c7dfa441c
back to dev
2017-05-04 14:28:11 +08:00
Xinchen Hui
a502f111ba
prepare for 2.0.1
2017-05-04 14:26:43 +08:00
Xinchen Hui
0663ee67cf
back to dev
2016-05-26 17:49:35 +08:00
Xinchen Hui
bbae97a217
Prepare for 2.0.0
2016-05-24 09:55:46 +08:00
Xinchen Hui
dd1af186f2
Add test config file
2016-05-19 21:36:15 +08:00
Xinchen Hui
78f21f8c9d
Cleanup!
2016-05-19 15:50:19 +08:00
Xinchen Hui
5c700a0bf7
Merge branch 'master' into seven
...
Conflicts:
php_stomp.c
2016-05-18 15:13:55 +08:00
Gennady Feldman
ac7f5cc449
1.0.9 => 1.0.10-dev
2016-01-04 16:56:39 -05:00
Gennady Feldman
35eafb94e9
Updating package.xml
2016-01-04 16:49:04 -05:00
Bob Weinand
f2cf97412b
Compatibility with PHP 7
2015-12-08 16:40:29 +01:00
Gennady Feldman
15a3b9a059
1.0.8 => 1.0.9-dev
2015-05-18 18:19:58 -04:00
Gennady Feldman
50bfb5d8da
Releasing v1.0.8
2015-05-18 18:17:11 -04:00
Gennady Feldman
4bd40f20a2
Fixing PHP_STOMP_VERSION constant, per Remi's request.
2015-05-18 18:08:25 -04:00
Gennady Feldman
2c4b2f8bf1
1.0.7 => 1.0.8-dev
2015-05-15 17:21:29 -04:00
Pierrick Charron
8aece537c1
1.0.6 => 1.0.7-dev
2014-12-07 21:57:57 -05:00
Pierrick Charron
ca0de7d66a
Release stomp v1.0.6
2014-12-07 21:53:45 -05:00
Pierrick Charron
189b8dcfc2
Fixed bug #64671 (Add stomp_nack and Stomp::nack functions).
2014-12-07 13:22:01 -05:00
Pierrick Charron
71caee45bc
Add two new ini config default_username and default_password
2012-11-18 19:33:12 -05:00
Pierrick Charron
ce374724b9
1.0.5 => 1.0.6-dev
2012-11-18 17:35:17 -05:00
Pierrick Charron
04fd7131b1
Prepare version number for release
2012-11-18 17:32:21 -05:00
Pierrick Charron
b68730beb9
New maintenance version
2012-09-17 14:13:40 +00:00
Pierrick Charron
957f9528dc
Tag 1.0.3 and bump trunk version
2010-10-13 03:28:20 +00:00
Pierrick Charron
8655cf0971
Update package.xml
2010-08-13 14:06:56 +00:00
Pierrick Charron
77271afef3
Modify package.xml and version number for release 1.0.2
2010-08-13 13:51:33 +00:00
Pierrick Charron
cc688cd647
tag 1.0.1 release
2010-08-03 13:21:20 +00:00
Pierrick Charron
078bac3324
New details property in the StompException class
...
New method StompException::getDetails()
Add the body content in the Stomp::Error() method
2010-07-27 05:48:59 +00:00
Pierrick Charron
4fcd961e8b
Bump to stable
2010-02-12 04:55:47 +00:00
Pierrick Charron
7293ab3977
Fix compilation issue on 5.2.x
2010-01-18 13:53:47 +00:00
Pierrick Charron
ec0f049612
# Change version to 0.4.0-dev
...
# Modification of the package.xml for a future release
2010-01-17 14:02:02 +00:00
Pierrick Charron
f50e766836
New copyright for 2010
2010-01-04 20:22:09 +00:00
Pierrick Charron
db3abd3904
Code cleaning
2009-12-05 19:49:26 +00:00
Pierrick Charron
7c7d9aaaf6
Packaging v0.3.2
2009-11-22 20:39:07 +00:00
Pierrick Charron
543a6a18a3
* Add stomp_error_connect function
...
* Rename all properties param headers
* Rename Stomp::disconnect by Stomp::__destruct
2009-11-05 07:18:13 +00:00
Pierrick Charron
7e97fc910f
* Add arginfo to StompFrame::__construct
...
* Add a properties optional param to all php_stomp_transition
* Config separation of the connection and read timeout
* Modify timeout methods/functions to read_timeout
2009-11-04 01:36:17 +00:00
Kalle Sommer Nielsen
b814cd9bee
* Windows build fix (swap #include)
...
* Windows SSL check and support in config.w32
* Typo in test name
2009-10-31 21:50:11 +00:00
Pierrick Charron
3718df2b84
Stomp extension - Initial import
2009-10-30 01:28:16 +00:00