Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -21/+21 | |
| | | | | | | | | | | | | | | | | semantick changes). | |||||
* | | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-03-03 | 1 | -9/+15 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -8/+15 | |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | | | | | | * 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 | -8/+15 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c | |||||
| | | * | Added type checks | Dmitry Stogov | 2015-03-03 | 1 | -8/+15 | |
| | | | | ||||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix bug #67955 | Philip Hofstetter | 2014-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f. smart_str_appendl is expecting the length as the length of the string, but key_length is the byte length of the key, including the 0 terminator. As such, the cookie name appeneded to the header would now also include the 0 terminator of the key name which then would be sent to the server. | |||||
* | | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -38/+38 | |
| | | | | ||||||
* | | | | Rename smart_str_append to smart_str_append_smart_str | Nikita Popov | 2014-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | It's used only rarely and I'm running out of append names... | |||||
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix SOAP warnings | Nikita Popov | 2014-09-05 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Fix invalid zend_string free in soap | Nikita Popov | 2014-09-04 | 1 | -44/+37 | |
| | | | | | | | | | | | | | | | | By making get_http_headers() return the zend_string* directly. | |||||
* | | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -61/+61 | |
| | | | | ||||||
* | | | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | ported ext/soap | Anatol Belski | 2014-08-19 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -56/+56 | |
| | | | | ||||||
* | | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Fixed memory leaks | Dmitry Stogov | 2014-05-16 | 1 | -12/+14 | |
| | | | | ||||||
* | | | | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -247/+239 | |
| | | | | ||||||
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -8/+8 | |
|/ / / | ||||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -2/+3 | |
| | | | ||||||
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | Added SoapClient constructor option 'ssl_method' to specify ssl method | Dmitry Stogov | 2013-04-30 | 1 | -2/+64 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-04-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Hannes Magnusson | 2012-03-24 | 1 | -1/+1 | |
|\ | | | | | | | | | | | * PHP-5.3: This is a git checkout Revert incorrect fix | |||||
| * | Revert incorrect fix | Ilia Alshanetsky | 2012-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-03-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bug #61423 (gzip compression fails). | Ilia Alshanetsky | 2012-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: NEWS | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-03-21 | 1 | -63/+78 | |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #49853 (Soap Client stream context header option ignored) Conflicts: NEWS ext/soap/php_sdl.c | |||||
| * | Fixed bug #49853 (Soap Client stream context header option ignored) | Dmitry Stogov | 2012-03-21 | 1 | -63/+78 | |
| | | ||||||
| * | Fixed bug #60842, #51775 (Chunked response parsing error when chunksize ↵ | Ilia Alshanetsky | 2012-03-08 | 1 | -3/+3 | |
| | | | | | | | | length line is > 10 bytes). | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Prevent possible integer overflow | Dmitry Stogov | 2011-11-02 | 1 | -1/+1 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵ | Dmitry Stogov | 2010-10-05 | 1 | -0/+7 | |
| | | | | | | | | with SoapClient object). | |||||
| * | Fixed bug #50976 (Soap headers Authorization not allowed) | Dmitry Stogov | 2010-05-28 | 1 | -3/+12 | |
| | |