Anatol Belski
c3e3c98ec6
master renames phase 1
2014-08-25 19:24:55 +02:00
Anatol Belski
70de6180d5
fixes to %pd format usage
2014-08-24 02:35:34 +02:00
Anatol Belski
094441f102
ported ext/soap
2014-08-19 13:49:48 +02:00
Anatol Belski
63d3f0b844
basic macro replacements, all at once
2014-08-19 08:07:31 +02:00
Dmitry Stogov
01c8aee7d2
cleanup
2014-08-13 22:18:05 +04:00
Dmitry Stogov
98878d4e7d
Fixed memory leaks
2014-05-16 10:37:59 +04:00
Dmitry Stogov
c446e57588
ext/soap support for phpng (incomplete - just compilable)
2014-05-15 02:44:47 +04:00
Dmitry Stogov
050d7e38ad
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
Xinchen Hui
c081ce628f
Bump year
2014-01-03 11:08:10 +08:00
Xinchen Hui
47c9027772
Bump year
2014-01-03 11:06:16 +08:00
Xinchen Hui
c0d060f5c0
Bump year
2014-01-03 11:04:26 +08:00
Dmitry Stogov
6c2a806820
Avoid interned hash key duplication and hash key length recaclulation
2013-11-29 00:57:49 +04:00
Veres Lajos
1b06e0be96
typo fixes
2013-07-15 00:19:49 -07:00
Veres Lajos
72085b0e5f
typo fixes
2013-07-15 00:18:57 -07:00
Stanislav Malyshev
02e4d7a290
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:30:59 -07:00
Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:20:18 -07:00
Dmitry Stogov
c782cf7fb3
Added SoapClient constructor option 'ssl_method' to specify ssl method
2013-04-30 10:24:49 +04:00
Xinchen Hui
a666285bc2
Happy New Year
2013-01-01 16:37:09 +08:00
Xinchen Hui
0a7395e009
Happy New Year
2013-01-01 16:28:54 +08:00
Ilia Alshanetsky
9c5ae9954f
Fixed bug #61423 (gzip compression fails).
2012-04-03 08:47:00 -04:00
Hannes Magnusson
7a1c765385
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
This is a git checkout
Revert incorrect fix
2012-03-24 17:20:14 +01:00
Ilia Alshanetsky
8d0760f38a
Revert incorrect fix
2012-03-24 12:27:55 -04:00
Ilia Alshanetsky
f9f631fb76
Fixed bug #61423 (gzip compression fails).
...
Conflicts:
NEWS
2012-03-22 09:46:33 -04:00
Ilia Alshanetsky
b4aea52682
Fixed bug #61423 (gzip compression fails).
2012-03-22 09:13:45 -04:00
Dmitry Stogov
a8cc0b05b4
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fixed bug #49853 (Soap Client stream context header option ignored)
Conflicts:
NEWS
ext/soap/php_sdl.c
2012-03-21 16:42:08 +04:00
Dmitry Stogov
657547f8c4
Fixed bug #49853 (Soap Client stream context header option ignored)
2012-03-21 16:32:49 +04:00
Ilia Alshanetsky
aee5a9864d
Fixed bug #60842 , #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
2012-03-08 20:14:26 +00:00
Ilia Alshanetsky
b61f335b9d
Fixed bug #60842 , #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
2012-03-08 20:14:26 +00:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Pierrick Charron
34bb8d8119
Added new SoapClient option "keep_alive". FR #60329
2011-11-18 13:24:35 +00:00
Dmitry Stogov
19a0522a42
Prevent possible integer overflow
2011-11-02 08:07:12 +00:00
Dmitry Stogov
fd28dfc569
Prevent possible integer overflow
2011-11-02 08:07:12 +00:00
Stanislav Malyshev
0a1cc5f01c
fix potential integer overflow
2011-10-15 23:57:33 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Dmitry Stogov
1b60eb8813
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
2010-10-05 11:43:59 +00:00
Dmitry Stogov
8dd1e05d6e
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
2010-10-05 11:43:59 +00:00
Pierre Joye
aa0ed267a2
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
2010-09-16 09:13:19 +00:00
Dmitry Stogov
54caf22325
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
Dmitry Stogov
1fe3984cc4
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Frank M. Kromann
1709009f1d
Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL
2010-01-13 05:32:02 +00:00
Sriram Natarajan
5d0419e05a
- Addressing minor leak noticed while addressing bug #48590
2010-01-05 19:25:23 +00:00
Sriram Natarajan
2c8bdf40d0
- Fixed bug #48590 (SoapClient does not honor max_redirects)
2010-01-05 03:07:43 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Pierrick Charron
84ab9cd30e
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
2009-11-21 01:22:32 +00:00
Ilia Alshanetsky
2c31cd513b
Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
...
SOAP services)
#original patch by lordelph at gmail dot com
2009-06-03 12:39:50 +00:00
Ilia Alshanetsky
2b456001da
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
2009-01-19 21:58:02 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00