Pierre Joye
fca1e0c574
more port to phpng, zend_string and hash, work in progress
2014-05-18 11:19:02 +02:00
Pierre Joye
6223702cf4
fix smart string usage (work in progress), ps: a lot of len tests are done twice or more, rooms for cleanup here
2014-05-17 15:34:03 +02:00
Pierre Joye
bd1aae54eb
fix init, new smart_str struct (use zend_string now)
2014-05-17 15:29:25 +02:00
Pierre Joye
77ba802726
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 new hash API usage
2014-05-17 15:05:48 +02:00
Dmitry Stogov
feeebc2e05
Fixed new hash API usage
2014-05-17 11:48:29 +04:00
Pierre Joye
e9eb642a36
fix hash API calls
2014-05-17 08:12:18 +02:00
Pierre Joye
81f45d50a1
fix signature according to apply_func_arg_t
2014-05-17 05:54:06 +02:00
Pierre Joye
0ba3aec5f7
only used if HAVE_NOFOLLOW
2014-05-17 05:50:01 +02:00
Pierre Joye
c0bd24b502
Z_TYPE_PP > Z_TYPE_P
2014-05-17 05:44:26 +02:00
Pierre Joye
5939345fd5
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
2014-05-17 05:42:00 +02:00
Pierre Joye
9b44d687df
fix zend_hash_get_current_data_ptr_ex call
2014-05-17 05:41:21 +02:00
Xinchen Hui
84eeae80d8
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-17 10:39:05 +08:00
Xinchen Hui
a4a1fc5552
Fixed signed
2014-05-17 10:28:54 +08:00
Xinchen Hui
489da59b08
Refactoring socket (only compilable now)
2014-05-17 10:23:46 +08:00
Dmitry Stogov
fa4b281c56
Merge branch 'phpng' of git.php.net:php-src into phpng
...
* 'phpng' of git.php.net:php-src:
Refactored shmop
2014-05-16 20:21:08 +04:00
Dmitry Stogov
fe7d22ddd4
it make no sense to create a reference to object
2014-05-16 20:20:17 +04:00
Dmitry Stogov
e743089d55
Initialize zvals
2014-05-16 19:43:49 +04:00
Dmitry Stogov
e159955d15
Fixed <any> with XML references
2014-05-16 18:11:28 +04:00
Xinchen Hui
bcb4fcd305
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-16 22:02:19 +08:00
Xinchen Hui
8b7a3b2d05
Refactored shmop
2014-05-16 22:00:04 +08:00
Dmitry Stogov
89dbe07449
Fixed pointer mess (use * instead of **)
2014-05-16 16:56:36 +04:00
Dmitry Stogov
5eb273cfec
Merge branch 'phpng' of git.php.net:php-src into phpng
...
* 'phpng' of git.php.net:php-src:
hash find returns zval* now
2014-05-16 16:35:37 +04:00
Dmitry Stogov
9d6b5e1f8e
Fixed support for XML references
2014-05-16 16:35:00 +04:00
Pierre Joye
06fe7e1e15
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
2014-05-16 14:32:46 +02:00
Pierre Joye
c0ae699ca2
hash find returns zval* now
2014-05-16 14:31:20 +02:00
Xinchen Hui
c7face7702
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-16 19:13:01 +08:00
Xinchen Hui
d85e39cf4a
Fixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql)
2014-05-16 19:11:38 +08:00
Dmitry Stogov
9df1dcd329
Fixed persistent WSDL cache
2014-05-16 14:36:54 +04:00
Dmitry Stogov
1da1b989cf
Fixed wrong backtrace (__doRequest is not a static method). The "master" behavior is wrong.
2014-05-16 13:41:27 +04:00
Dmitry Stogov
87591db5f5
Restored __destructor() behavior
2014-05-16 13:15:24 +04:00
Pierre Joye
e28662dd95
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 support for <any>
2014-05-16 11:00:49 +02:00
Dmitry Stogov
9389ce8034
Fixed support for <any>
2014-05-16 12:41:45 +04:00
Pierre Joye
c062b889f8
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
2014-05-16 09:15:55 +02:00
Pierre Joye
3ebd7ec9cf
wrong macro usage, we expect a DOM object here
2014-05-16 09:15:30 +02:00
Dmitry Stogov
b258b112a4
Fixed iterator destruction
2014-05-16 11:12:32 +04:00
Xinchen Hui
6859890091
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-16 15:09:17 +08:00
Xinchen Hui
4aaab964d7
Fixed uninitialized value used
2014-05-16 14:59:16 +08:00
Dmitry Stogov
3e40a77c9f
Merge branch 'phpng' of git.php.net:php-src into phpng
...
* 'phpng' of git.php.net:php-src:
Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)
Fixed several test failed
2014-05-16 10:41:55 +04:00
Xinchen Hui
97da4ba079
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-16 14:40:42 +08:00
Xinchen Hui
e8c2b54b9e
Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)
2014-05-16 14:38:24 +08:00
Dmitry Stogov
98878d4e7d
Fixed memory leaks
2014-05-16 10:37:59 +04:00
Pierre Joye
797c1660cb
test the right length and remove unused var (remaining from 'old' version)
2014-05-16 08:27:21 +02:00
Xinchen Hui
417860f95d
Merge branch 'phpng' of git.php.net:php-src into phpng
2014-05-16 14:20:54 +08:00
Xinchen Hui
34bb45e92d
Fixed several test failed
2014-05-16 14:18:11 +08:00
Pierre Joye
f28e0b0db7
fix TS build
2014-05-16 07:34:47 +02:00
Pierre Joye
afeead0499
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
2014-05-16 07:25:12 +02:00
Dmitry Stogov
b1f88c9a13
Fixed WSDL attibute parsing
2014-05-16 02:36:52 +04:00
Dmitry Stogov
51c55a1ed3
fixed reference counting and memory leak
2014-05-16 02:04:50 +04:00
Dmitry Stogov
5a9de70ba7
Partial fix for XML references handling
2014-05-16 01:49:04 +04:00
Dmitry Stogov
9b8b55bc16
Fixed handling of compressed SOAP requests
2014-05-16 01:29:40 +04:00