Dmitry Stogov
d868733cc3
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)
2010-06-15 08:22:51 +00:00
Ilia Alshanetsky
400769fd2a
Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty)
...
# Patch by dennis at transip dot nl
2010-06-09 15:48:22 +00:00
Michael Wallner
11d24c1593
* implement new output API, fixing some bugs and implementing some feature
...
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)
Thanks to Jani and Felipe for pioneering.
2010-05-31 10:29:43 +00:00
Dmitry Stogov
1fe3984cc4
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
Dmitry Stogov
5f678b58e6
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)
2010-05-28 10:52:16 +00:00
Dmitry Stogov
fa0a07ba97
Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endpoints). (Justin Dearing)
2010-05-05 07:43:45 +00:00
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +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
Felipe Pena
f95818634c
- Fixed memory leak
2010-04-24 16:59:09 +00:00
Kalle Sommer Nielsen
518a17e7bf
Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions
2010-04-21 23:36:49 +00:00
Kalle Sommer Nielsen
febee11285
Removed register_globals
2010-04-21 01:27:22 +00:00
Dmitry Stogov
94dd83722b
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
2010-04-20 10:57:45 +00:00
Felipe Pena
a90c801c2f
- Fixed tests
2010-04-03 15:42:42 +00:00
Michael Maclean
ca9190648d
Remove some more calls to TSRMLS_FETCH()
2010-03-25 20:06:05 +00:00
Michael Maclean
c261f45e4b
Remove some calls to TSRMLS_FETCH in ext/soap
2010-03-25 14:43:15 +00:00
Jani Taskinen
af49e58f51
- Reverted r296062 and r296065
2010-03-12 10:28:59 +00:00
Jani Taskinen
06f072cb5e
MFH: Improved / fixed output buffering (Michael Wallner)
2010-03-11 10:24:29 +00:00
Felipe Pena
67329a897a
- Fix test (Bug #51036 )
2010-02-15 21:46:45 +00:00
Felipe Pena
72d9e654e0
- Added missing SKIPIF
2010-02-15 21:32:25 +00:00
Ilia Alshanetsky
c0e90d0b8e
Added missing INI settings
2010-01-20 13:06:27 +00:00
Hannes Magnusson
6cd6c32d0f
Kill very old export of the docs.
...
Fixes bug#50784
2010-01-17 16:25:20 +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
Felipe Pena
a94558c855
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro
2009-12-08 01:57:37 +00:00
Felipe Pena
9b8f2525aa
- Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
...
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
[DOC]
2009-12-01 02:05:28 +00:00
Felipe Pena
f1d5433959
- Fixed bug #50258 (typos in error strings)
2009-11-21 19:43:00 +00:00
Pierrick Charron
84ab9cd30e
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
2009-11-21 01:22:32 +00:00
Dmitry Stogov
60ef4a1ef6
Fixed bug #47273 (Encoding bug in SoapServer->fault)
2009-08-26 14:05:48 +00:00
Dmitry Stogov
b06436f171
Fixed bug #49144 (import of schema from different host transmits original authentication details)
2009-08-17 18:23:48 +00:00
Felipe Pena
da9b80e309
- Drop unused code
2009-06-15 17:56:08 +00:00
Felipe Pena
aa8811982e
- MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers) patch by David Zülke <david.zuelke at bitextender.com>
2009-06-15 17:31:02 +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
Arnaud Le Blanc
6540730732
MFH: Fix skipif
2009-05-20 10:08:32 +00:00
Pierre Joye
30505d1339
- make it loud when libxml is missing or the dep is not present
2009-04-22 19:06:47 +00:00
Dmitry Stogov
42bb8ed2b5
Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
2009-02-18 13:25:48 +00:00
Felipe Pena
6caf16d52b
- MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
2009-02-02 10:00:11 +00:00
Dmitry Stogov
f946918fc6
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)
2009-01-26 11:09:36 +00:00
Ilia Alshanetsky
2b456001da
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
2009-01-19 21:58:02 +00:00
Felipe Pena
aea77fd164
- New test
2009-01-05 22:17:28 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Dmitry Stogov
1a3f557b1a
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
2008-12-01 09:49:58 +00:00
Dmitry Stogov
9190796120
Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)
2008-11-28 14:20:58 +00:00
Dmitry Stogov
7d4fd3fd38
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
2008-11-27 19:01:23 +00:00
Dmitry Stogov
725640d82b
Fixed bug #44882 (SOAP extension object decoding bug)
2008-11-27 14:49:56 +00:00
Dmitry Stogov
f80d26e68a
Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
2008-11-27 11:25:40 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
5153c19714
- MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter at php.net)
2008-10-26 02:00:44 +00:00