Pierre Joye [Sat, 17 May 2014 03:42:00 +0000 (05:42 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (5) and Xinchen Hui (3)
# Via Xinchen Hui (3) and Dmitry Stogov (2)
* 'phpng' of git.php.net:php-src:
Fixed signed
Refactoring socket (only compilable now)
it make no sense to create a reference to object
Initialize zvals
Fixed <any> with XML references
Refactored shmop
Fixed pointer mess (use * instead of **)
Fixed support for XML references
Pierre Joye [Fri, 16 May 2014 12:32:46 +0000 (14:32 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (3) and Xinchen Hui (1)
# Via Xinchen Hui
* 'phpng' of git.php.net:php-src:
Fixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql)
Fixed persistent WSDL cache
Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior is wrong.
Restored __destructor() behavior
Pierre Joye [Fri, 16 May 2014 07:15:55 +0000 (09:15 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Xinchen Hui (3) and Dmitry Stogov (2)
# Via Xinchen Hui (3) and Dmitry Stogov (2)
* 'phpng' of git.php.net:php-src:
Fixed iterator destruction
Fixed uninitialized value used
Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)
Fixed memory leaks
Fixed several test failed
Pierre Joye [Fri, 16 May 2014 05:25:12 +0000 (07:25 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov
# Via Dmitry Stogov
* 'phpng' of git.php.net:php-src:
Fixed WSDL attibute parsing
fixed reference counting and memory leak
Partial fix for XML references handling
Fixed handling of compressed SOAP requests
Fixed support for SOAP_PERSISTENCE_SESSION
Fixed support for empty strings
Buffer has to be reallocated on each loop iteration
Support for IS_INDIRECT
Buffer has to be reallocated on each loop iteration
Pierre Joye [Thu, 15 May 2014 15:53:44 +0000 (17:53 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (4) and others
# Via Xinchen Hui
* 'phpng' of git.php.net:php-src:
Made a little clean up
check for EG(excepton)
key->len doesn't include trailing space anymore
Fixed WSDL parsing
add support for pdo-pgsql in phpng refactoring
Fixed memory leaks
Pierre Joye [Thu, 15 May 2014 10:03:58 +0000 (12:03 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (1) and Xinchen Hui (1)
# Via Dmitry Stogov
* 'phpng' of git.php.net:php-src:
Fixed hack. now we may store numbers not as pointers.
Fixed two tests, 1 left
Pierre Joye [Thu, 15 May 2014 09:50:09 +0000 (11:50 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov (2) and Xinchen Hui (1)
# Via Dmitry Stogov (2) and Xinchen Hui (1)
* 'phpng' of git.php.net:php-src:
Fixed zend_string/char* mess
Refactored ext/xsl, need some help in 3 tests failed
Fixed SoapFault handling
Dmitry Stogov [Thu, 15 May 2014 08:14:08 +0000 (12:14 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng
* 'phpng' of git.php.net:php-src:
fix invalid use of STR_FREE > efree
RETURN_STRING takes the char* only now (always copied)
RETURN_STRING takes the char* only now
fix build
Pierre Joye [Thu, 15 May 2014 08:05:04 +0000 (10:05 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov
# Via Dmitry Stogov
* 'phpng' of git.php.net:php-src:
Fixed reference counting and memory leak
Fixed SOAP error handling
Array with var_args must not be deallocated any more
Allow just set or get context passing NULL pointers
Removed support for old-style resource destructors (only ext/soap used it)