summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1914-14/+14
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-192-5/+4
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-192-4/+3
* Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-1/+1
* zend_get_property_info takes a zend_string* nowNikita Popov2014-09-141-1/+1
* Fix SOAP warningsNikita Popov2014-09-053-11/+7
* Fix invalid zend_string free in soapNikita Popov2014-09-041-44/+37
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+5
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+3
* first show to make 's' work with size_tAnatol Belski2014-08-271-9/+9
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-258-379/+379
* fixes to %pd format usageAnatol Belski2014-08-243-3/+3
* ported ext/soapAnatol Belski2014-08-197-25/+25
* basic macro replacements, all at onceAnatol Belski2014-08-195-316/+316
* Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\
| | | * typofixesVeres Lajos2014-08-171-1/+1
* | | | cleanupDmitry Stogov2014-08-132-8/+4
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-1/+3
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-281-1/+3
| |\ \ \ \ | | |/ / /
| | * | | fix SOAP for uninitialzed objectStanislav Malyshev2014-07-281-1/+3
* | | | | Fixed ZTS buildDmitry Stogov2014-07-142-2/+2
* | | | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-2/+2
* | | | | Wrong expectation in tests (for some reason backtraces contained invlalid ext...Dmitry Stogov2014-07-071-5/+4
* | | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-6/+1
* | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+1
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-122-0/+39
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-06-082-0/+37
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-082-0/+37
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-082-0/+37
| | | |\ \ | | | | |/
| | | | * Bug 49898Boro Sitnikovski2014-06-082-0/+37
| | | | * Bump yearXinchen Hui2014-01-0314-14/+14
| | | * | Bump yearXinchen Hui2014-01-0314-14/+14
* | | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-052-2/+1
* | | | | Avoid in-place modificationDmitry Stogov2014-05-281-3/+9
* | | | | Use new zend_hash APIDmitry Stogov2014-05-281-87/+72
* | | | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-4/+2
* | | | | it make no sense to create a reference to objectDmitry Stogov2014-05-161-1/+1
* | | | | Initialize zvalsDmitry Stogov2014-05-161-0/+8
* | | | | Fixed <any> with XML referencesDmitry Stogov2014-05-161-12/+7
* | | | | Fixed support for XML referencesDmitry Stogov2014-05-161-26/+19
* | | | | Fixed persistent WSDL cacheDmitry Stogov2014-05-161-14/+28
* | | | | Fixed wrong backtrace (__doRequest is not a static method). The "master" beha...Dmitry Stogov2014-05-161-1/+1
* | | | | Restored __destructor() behaviorDmitry Stogov2014-05-161-4/+4
* | | | | Fixed support for <any>Dmitry Stogov2014-05-161-10/+11
* | | | | Fixed iterator destructionDmitry Stogov2014-05-161-1/+1
* | | | | Fixed memory leaksDmitry Stogov2014-05-161-12/+14