Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -1/+1 | |
|/ / | | | | | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm. | |||||
* | | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu) | Dmitry Stogov | 2016-10-19 | 1 | -0/+4 | |
| | | ||||||
* | | Fixed bug #73237 | Keith Smiley | 2016-10-14 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | If the response includes both fields with simple types (which get concatenated into an XML string) and a complex type (which is parsed into an object), then the object will parsed into the same zval as the simple types and will overwrite the string. (cherry picked from commit 26287132c0c48e52dbaf1ac44c1d2f0d0d9b0cf7) | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-30 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix bug #71711 | Nikita Popov | 2016-08-30 | 1 | -2/+2 | |
| | | | | | | | | Also handle another case of bug #71996. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-30 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Fixed bug #71996 | Nikita Popov | 2016-08-30 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -87/+87 | |
| | | ||||||
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | |||||
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -13/+8 | |
|/ | | | | - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter. | |||||
* | Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables) | Xinchen Hui | 2016-04-08 | 1 | -0/+1 | |
| | ||||||
* | check for NULL and avoid crashes | Antony Dovgal | 2016-01-25 | 1 | -2/+10 | |
| | ||||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-25 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, ↵ | Xinchen Hui | 2015-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | regression) This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483 | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Reeze Xia | 2015-03-03 | 1 | -10/+20 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | * PHP-5.5: Improve fix for bug 67741 Added type checks Added type checks | |||||
* | | | Fixed typo | Xinchen Hui | 2015-12-21 | 1 | -2/+1 | |
| | | | ||||||
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | |||||
* | | | Cleanup (removed dead code) | Dmitry Stogov | 2015-07-01 | 1 | -1/+0 | |
| | | | ||||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -40/+40 | |
| | | | | | | | | | | | | semantick changes). | |||||
* | | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -12/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only involves switching zval_dtor to zval_ptr_dtor for arrays and making the convert_to_object for arrays a bit more generic. All the other changes outside zend_operators.c just make use of this new ability (use COPY instead of DUP). What's still missing: Proper references handling. I've seen many convert_to* calls that will break when a reference is used. Also fixes bug #69788. | |||||
* | | | fix timezone usage in soap for vc14 | Anatol Belski | 2015-05-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -9/+3 | |
| | | | | | | | | | | | | | | | While at it also fix some type checks in iconv and drop dead and unported code in standard/filters. | |||||
* | | | Removed unused functions | Dmitry Stogov | 2015-03-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-03-03 | 1 | -7/+14 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Added type checks Update NEWS Conflicts: NEWS ext/soap/php_encoding.c ext/soap/soap.c | |||||
| * \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-03-03 | 1 | -7/+14 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | * PHP-5.5: Added type checks | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2015-03-03 | 1 | -7/+14 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks | |||||
| | | * | | Added type checks | Dmitry Stogov | 2015-03-03 | 1 | -7/+14 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-03-03 | 1 | -3/+6 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv(). Conflicts: ext/soap/php_encoding.c ext/soap/php_http.c ext/soap/soap.c | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-03-03 | 1 | -3/+6 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | | | | | | | | | | | | | * PHP-5.5: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv(). | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2015-03-03 | 1 | -3/+6 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c | |||||
| | | * | Added type checks | Dmitry Stogov | 2015-03-03 | 1 | -3/+6 | |
| | | | | ||||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 | |
| | | |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). | |||||
| | | | * | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 | |
| | | | | | ||||||
| | | | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
| | | | * | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵ | Dmitry Stogov | 2011-08-10 | 1 | -1/+38 | |
| | | | | | | | | | | | | | | | | | | | | contains itself) | |||||
| | | | * | Fixed crash when passing invalid timestamp (negative integer on win32) | Dmitry Stogov | 2011-05-04 | 1 | -0/+3 | |
| | | | | | ||||||
| | | | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
| | | | * | This incorrect contraction started to get on my eyes after I saw it for the | Rasmus Lerdorf | 2010-09-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 87th time while struggling with an annoying SOAP service. | |||||
| | | | * | Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵ | Dmitry Stogov | 2010-06-15 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | returned from function) | |||||
| | | * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵ | Dmitry Stogov | 2011-08-10 | 1 | -1/+38 | |
| | | | | | | | | | | | | | | | | | | | | contains itself) | |||||
| | * | | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | |