Skip to content

Commit

Permalink
Add 1.1.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 22, 2015
1 parent 36dc63a commit 3c69aba
Showing 1 changed file with 279 additions and 0 deletions.
279 changes: 279 additions & 0 deletions RELEASE-1.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,282 @@
RELEASE 1.1.1
-------------
2015-12-22 Jeremy Mikola <[email protected]>
* Bump extension version to 1.1.1

2015-12-22 Jeremy Mikola <[email protected]>
* PHPC-285: Allow for PHP 7.x support in package.xml

2015-12-16 Jeremy Mikola <[email protected]>
* Fix protos for ReadPreference and WriteConcern

2015-12-22 Kanin Peanviriyakulkit <[email protected]>
* Remove "beta" in doc.

2015-12-21 Jeremy Mikola <[email protected]>
* PHPC-285: VC14 needs timezone defined for SSL function

2015-12-21 Jeremy Mikola <[email protected]>
* PHPC-285: Fix syntax for empty struct initializer

2015-12-18 Derick Rethans <[email protected]>
* Fixed test case, where PHP 5 and PHP 7 call the type differently

2015-12-18 Derick Rethans <[email protected]>
* Fixed 'dump on uninitialised value' with BSON deserialisation

2015-12-16 Derick Rethans <[email protected]>
* Fixed issues with PHP 7 and the new ReadConcern

2015-12-18 Derick Rethans <[email protected]>
* Fixed CS from Joe's patch

2015-12-14 Joe Watkins <[email protected]>
* fix leaks and logical errors for PHP 7

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-400: Compare WriteConcern journal arg with IS_TRUE

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-405: Additional zval* to zval changes

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-397: Additional RETURN_STRING updates

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-393: Don't BSON-encode non-public properties in PHP 7

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-390: Fix OnUpdateString calls within OnUpdateDebug

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-373: Additional MAKE_STD_ZVAL() cleanup

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-374: zend_string updates for OnUpdateDebug

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-404: Additional hash API changes

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-370: Additionally return_value_ptr and return_value_used suppressions

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-369: Additional Z_<CLASSNAME>_OBJ_P() macros

2015-11-07 Jeremy Mikola <[email protected]>
* PHPC-399: Additional zval_used_for_init cleanup

2015-09-24 Hannes Magnusson <[email protected]>
* PHPC-431: Add the testcase from the report

2015-09-24 Hannes Magnusson <[email protected]>
* PHPC-431: Segfault when using Manager through singleton class

2015-09-02 Hannes Magnusson <[email protected]>
* Use ZVAL_COPY_VALUE()

2015-09-01 Hannes Magnusson <[email protected]>
* Enable PHP7 on Travis

2015-09-01 Hannes Magnusson <[email protected]>
* PHPC-391 & PHPC-389: Stream and SSL API changes

2015-09-01 Hannes Magnusson <[email protected]>
* PHPC-387: Properly init the iterator, and don't free it on dtor

2015-09-01 Hannes Magnusson <[email protected]>
* _id doesn't have to be object

2015-09-01 Hannes Magnusson <[email protected]>
* Fix incorrect version checks

2015-09-01 Hannes Magnusson <[email protected]>
* PHPC-405: zval drop a level; zval*->zval, zval**->zval*

2015-09-01 Hannes Magnusson <[email protected]>
* PHPC-404: off-by-one hash api changes

2015-09-01 Hannes Magnusson <[email protected]>
* PHPC-390: php.ini updates

2015-08-31 Hannes Magnusson <[email protected]>
* littlebit to eager on the zend_string, this is PHP5

2015-08-31 Hannes Magnusson <[email protected]>
* Get the zend_string value

2015-08-31 Hannes Magnusson <[email protected]>
* hash API changes, off-by-ones

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-380: Use the compatability macros to get the object

2015-08-31 Hannes Magnusson <[email protected]>
* Properly initialize the zval* we are working with

2015-08-31 Hannes Magnusson <[email protected]>
* +1 in PHP5, not PHP7

2015-08-31 Hannes Magnusson <[email protected]>
* Include numeric keys as well

2015-09-01 Patrick Boyd <[email protected]>
* Object property names missing due to lack of key length

2015-08-31 Hannes Magnusson <[email protected]>
* Should all compile now!

2015-08-31 Hannes Magnusson <[email protected]>
* Simpilfy iterating over a zval

2015-08-31 Hannes Magnusson <[email protected]>
* Use Z_ISUNDEF() to check the zval

2015-08-31 Hannes Magnusson <[email protected]>
* WS

2015-08-31 Patrick Boyd <[email protected]>
* PHPC-400: Handle IS_TRUE and IS_FALSE

2015-08-31 Hannes Magnusson <[email protected]>
* Simplify IS_ARRAY/IS_OBJECT discovery for PHP7

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-373: MAKE_STD_ZVAL() and zval* -> zval upgrades

2015-08-31 Hannes Magnusson <[email protected]>
* We already know the length

2015-08-31 Patrick Boyd <[email protected]>
* str_efree() not defined in PHP7

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-397: RETURN_*() should RETURN ! :)

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-399: zval_used_for_init is no longer needed (or defined)

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-398: zend_parse_parameter 's' expects a char* and size_t now

2015-08-28 Patrick Boyd <[email protected]>
* PHP7 upgrades

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-373: MAKE_STD_ZVAL() is gone

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-397: RETURN_STRING() duplicate argument removed

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-387: get_current_data() API changes

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-397: dup argument in most string macros removed

2015-08-31 Patrick Boyd <[email protected]>
* PHPC-380: Use our bc type for free_object argument

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-397: dup argument in most string macros removed

2015-08-31 Patrick Boyd <[email protected]>
* PHPC-396: HashTable no longer contains nApplyCount

2015-08-27 Patrick Boyd <[email protected]>
* PHPC-394: Fix issue with WriteException and zend_read_property

2015-08-31 Hannes Magnusson <[email protected]>
* PHPC-380: PHP7 create/free object changes

2015-08-27 Patrick Boyd <[email protected]>
* PHPC-380: create/free object handlers for PHP7

2015-08-27 Hannes Magnusson <[email protected]>
* Define the TODOs for PHP5, these are PHP7 TODOs

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-385: Remove leftover braces

2015-08-27 Hannes Magnusson <[email protected]>
* Sprinkle TODOs -- it compiles now!

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-374: php_stream_xport_create() now wants zend_string

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-388 - dtor on bson_to_zval() failure

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-387: Iterator API changes

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-386: Forward port Z_PHPDATE_P() to get php_date_obj

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-385: add_assoc_string_ex() doesn't have a duplicate param in PHP7

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-384: php_stream's no longer have resource ids

2015-08-27 Hannes Magnusson <[email protected]>
* PHPC-383: Simplify getting the current exception zval*

2015-08-26 Hannes Magnusson <[email protected]>
* PHPC-376: Cursor var_dump() is weird

2015-08-25 Hannes Magnusson <[email protected]>
* PHPC-373: Remove MAKE_STD_ZVAL() usage

2015-08-25 Hannes Magnusson <[email protected]>
* PHPC-374: zend_string* vs char* PHP API changes (1/many)

2015-08-25 Hannes Magnusson <[email protected]>
* PHPC-375: TSRMLS_FETCH_FROM_CTX() not applicable in PHP7

2015-08-25 Hannes Magnusson <[email protected]>
* PHPC-372: zend_throw_exception() return value changes

2015-08-25 Hannes Magnusson <[email protected]>
* PHP7: Start a phongo_compat.c with things that shouldn't be done in headers

2015-08-25 Hannes Magnusson <[email protected]>
* PHP7: Lets start with just php_phongo.c for now

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-371: Prep for PHP7 resource changes

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-370: Hardcode return_value_used to 1 in PHP7

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-370: return_value_ptr and return_value_used removed in PHP7

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-369: Use the new Z_<CLASSNAME>_OBJ_P() macros

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-369: Split PHP5 and PHP7 style custom object struct declrations

2015-08-24 Hannes Magnusson <[email protected]>
* PHPC-368: Refactor MongoDB\Driver\Manager ctor

2015-08-24 Hannes Magnusson <[email protected]>
* Fix const casting warning in php_array_api

2015-08-24 Hannes Magnusson <[email protected]>
* Resync with GitHub: https://github.com/sgolemon/php-array-api

2015-12-15 Jeremy Mikola <[email protected]>
* Back to -dev

2015-12-15 Jeremy Mikola <[email protected]>
* Include libbson and libmongoc version files in PECL package

2015-12-15 Jeremy Mikola <[email protected]>
* Add 1.1.0 release notes


RELEASE 1.1.0
-------------
2015-12-15 Jeremy Mikola <[email protected]>
Expand Down

0 comments on commit 3c69aba

Please sign in to comment.