| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 |
| * | Cleanup: avoid reallocations | Dmitry Stogov | 2015-09-24 | 1 | -23/+20 |
| * | Fixed memory leak and avoid reallocations | Dmitry Stogov | 2015-09-24 | 3 | -85/+96 |
| * | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 2 | -4/+28 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 2 | -44/+69 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 2 | -44/+69 |
| | | |\ | |||||
| | | | * | Fix bug #70388 - SOAP serialize_function_call() type confusion | Stanislav Malyshev | 2015-08-31 | 2 | -44/+69 |
| * | | | | add range check to ext/soap | Anatol Belski | 2015-08-26 | 1 | -0/+5 |
| * | | | | Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free) | Xinchen Hui | 2015-08-10 | 1 | -0/+24 |
| * | | | | fix datatype | Anatol Belski | 2015-08-07 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-08-04 | 1 | -3/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -10/+13 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -10/+13 |
| | | |\ \ | | | |/ | |||||
| | | | * | Fix bug #70081: check types for SOAP variables | Stanislav Malyshev | 2015-07-26 | 1 | -10/+13 |
| | | | * | fix type in fix for #69085 | Remi Collet | 2015-04-13 | 1 | -3/+3 |
| | | | * | Fixed bug #69293 | Dmitry Stogov | 2015-03-27 | 1 | -1/+1 |
| * | | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
| * | | | | online test | Xinchen Hui | 2015-07-28 | 1 | -0/+1 |
| * | | | | Fixed bug #70079 (Segmentation fault after more than 100 SoapClient calls) | Xinchen Hui | 2015-07-16 | 1 | -0/+2 |
| * | | | | Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,... | Xinchen Hui | 2015-07-09 | 1 | -1/+1 |
| * | | | | Remove E_EXCEPTION | Aaron Piotrowski | 2015-07-03 | 1 | -1/+1 |
| * | | | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -6/+6 |
| * | | | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
| * | | | | Cleanup exception ce API | Aaron Piotrowski | 2015-07-03 | 1 | -4/+4 |
| * | | | | Cleanup (removed dead code) | Dmitry Stogov | 2015-07-01 | 3 | -17/+0 |
| * | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 6 | -125/+125 |
| * | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-26 | 1 | -0/+27 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | slightly revised bug69462.phpt | Christoph M. Becker | 2015-06-26 | 1 | -1/+2 |
| | * | | | Test for bug #69462 | Tomasz Sawicki | 2015-06-26 | 1 | -0/+26 |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2015-04-13 | 1 | -3/+3 |
| | |\ \ \ | | |/ / | |||||
| | | * | | fix type in fix for #69085 | Remi Collet | 2015-04-13 | 1 | -3/+3 |
| | * | | | 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, reg... | Xinchen Hui | 2015-03-25 | 1 | -1/+1 |
| * | | | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -1/+1 |
| * | | | | Remove these old references to the DSP files we don't use anymore | Kalle Sommer Nielsen | 2015-06-22 | 1 | -1/+0 |
| * | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-06-14 | 1 | -12/+7 |
| |\ \ \ \ | |||||
| | * | | | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -12/+7 |
| * | | | | | Make zend_get_exception_base static. | Aaron Piotrowski | 2015-05-17 | 1 | -2/+2 |
| * | | | | | Remodel exceptions based on Throwable interface | Aaron Piotrowski | 2015-05-16 | 1 | -4/+4 |
| |/ / / / | |||||
| * | | | | improve searchability for libxml2 headers | Anatol Belski | 2015-05-10 | 1 | -1/+5 |
| * | | | | 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 |
| * | | | | Use fast method to check if first arguments should be passed by reference (no... | Dmitry Stogov | 2015-04-22 | 1 | -0/+1 |
| * | | | | Fixed use after free | Dmitry Stogov | 2015-04-14 | 1 | -0/+1 |
| * | | | | Use new macros | Xinchen Hui | 2015-04-08 | 1 | -1/+1 |
| * | | | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 5 | -7/+7 |
| * | | | | Deprecate PHP 4 constructors | Andrea Faulds | 2015-03-31 | 48 | -98/+98 |
| * | | | | Convert fatal errors on improper access to static properties into EngineExcep... | Dmitry Stogov | 2015-03-31 | 1 | -1/+12 |
| * | | | | Removed unused functions | Dmitry Stogov | 2015-03-24 | 1 | -1/+1 |
| * | | | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -4/+2 |
