]> granicus.if.org Git - php/log
php
11 years agoFixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql)
Xinchen Hui [Fri, 16 May 2014 11:11:38 +0000 (19:11 +0800)]
Fixed invalid read in ext/pdo/tests/pdo_025.phpt(pgsql)

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Fri, 16 May 2014 07:09:17 +0000 (15:09 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFixed uninitialized value used
Xinchen Hui [Fri, 16 May 2014 06:59:16 +0000 (14:59 +0800)]
Fixed uninitialized value used

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Fri, 16 May 2014 06:41:55 +0000 (10:41 +0400)]
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Fri, 16 May 2014 06:40:42 +0000 (14:40 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFinish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)
Xinchen Hui [Fri, 16 May 2014 06:38:24 +0000 (14:38 +0800)]
Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)

11 years agoFixed memory leaks
Dmitry Stogov [Fri, 16 May 2014 06:37:59 +0000 (10:37 +0400)]
Fixed memory leaks

11 years agotest the right length and remove unused var (remaining from 'old' version)
Pierre Joye [Fri, 16 May 2014 06:27:21 +0000 (08:27 +0200)]
test the right length and remove unused var (remaining from 'old' version)

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Fri, 16 May 2014 06:20:54 +0000 (14:20 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFixed several test failed
Xinchen Hui [Fri, 16 May 2014 06:18:11 +0000 (14:18 +0800)]
Fixed several test failed

11 years agofix TS build
Pierre Joye [Fri, 16 May 2014 05:34:47 +0000 (07:34 +0200)]
fix TS build

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agoFixed WSDL attibute parsing
Dmitry Stogov [Thu, 15 May 2014 22:36:52 +0000 (02:36 +0400)]
Fixed WSDL attibute parsing

11 years agofixed reference counting and memory leak
Dmitry Stogov [Thu, 15 May 2014 22:04:50 +0000 (02:04 +0400)]
fixed reference counting and memory leak

11 years agoPartial fix for XML references handling
Dmitry Stogov [Thu, 15 May 2014 21:49:04 +0000 (01:49 +0400)]
Partial fix for XML references handling

11 years agoFixed handling of compressed SOAP requests
Dmitry Stogov [Thu, 15 May 2014 21:29:40 +0000 (01:29 +0400)]
Fixed handling of compressed SOAP requests

11 years agoFixed support for SOAP_PERSISTENCE_SESSION
Dmitry Stogov [Thu, 15 May 2014 19:54:36 +0000 (23:54 +0400)]
Fixed support for SOAP_PERSISTENCE_SESSION

11 years agoFixed support for empty strings
Dmitry Stogov [Thu, 15 May 2014 19:16:21 +0000 (23:16 +0400)]
Fixed support for empty strings

11 years agoBuffer has to be reallocated on each loop iteration
Dmitry Stogov [Thu, 15 May 2014 18:58:58 +0000 (22:58 +0400)]
Buffer has to be reallocated on each loop iteration

11 years agoSupport for IS_INDIRECT
Dmitry Stogov [Thu, 15 May 2014 18:53:01 +0000 (22:53 +0400)]
Support for IS_INDIRECT

11 years agoBuffer has to be reallocated on each loop iteration
Dmitry Stogov [Thu, 15 May 2014 18:51:46 +0000 (22:51 +0400)]
Buffer has to be reallocated on each loop iteration

11 years agofix casting
Pierre Joye [Thu, 15 May 2014 18:30:30 +0000 (20:30 +0200)]
fix casting

11 years agoreturn ptr, not status
Pierre Joye [Thu, 15 May 2014 18:14:29 +0000 (20:14 +0200)]
return ptr, not status

11 years agoused only in the #ifdef 0
Pierre Joye [Thu, 15 May 2014 18:09:49 +0000 (20:09 +0200)]
used only in the #ifdef 0

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Thu, 15 May 2014 17:48:31 +0000 (19:48 +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 wrong comparisons

11 years agoFixed wrong comparisons
Dmitry Stogov [Thu, 15 May 2014 17:06:39 +0000 (21:06 +0400)]
Fixed wrong comparisons

11 years ago fix void* ptr arithmetic
Pierre Joye [Thu, 15 May 2014 16:09:50 +0000 (18:09 +0200)]
 fix void* ptr arithmetic

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 15 May 2014 14:35:06 +0000 (22:35 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoMade a little clean up
Xinchen Hui [Thu, 15 May 2014 14:33:13 +0000 (22:33 +0800)]
Made a little clean up

11 years agocheck for EG(excepton)
Dmitry Stogov [Thu, 15 May 2014 14:17:49 +0000 (18:17 +0400)]
check for EG(excepton)

11 years agokey->len doesn't include trailing space anymore
Dmitry Stogov [Thu, 15 May 2014 13:17:09 +0000 (17:17 +0400)]
key->len doesn't include trailing space anymore

11 years agoFixed WSDL parsing
Dmitry Stogov [Thu, 15 May 2014 12:21:13 +0000 (16:21 +0400)]
Fixed WSDL parsing

11 years agoadd support for pdo-pgsql in phpng refactoring
nikita2206 [Thu, 15 May 2014 12:15:06 +0000 (16:15 +0400)]
add support for pdo-pgsql in phpng refactoring

11 years agoFixed memory leaks
Dmitry Stogov [Thu, 15 May 2014 12:18:19 +0000 (16:18 +0400)]
Fixed memory leaks

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Thu, 15 May 2014 10:03:44 +0000 (14:03 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng

* 'phpng' of git.php.net:php-src:
  Fixed two tests, 1 left
  Refactored ext/xsl, need some help in 3 tests failed

11 years agoFixed hack. now we may store numbers not as pointers.
Dmitry Stogov [Thu, 15 May 2014 10:00:49 +0000 (14:00 +0400)]
Fixed hack. now we may store numbers not as pointers.

11 years agoFixed two tests, 1 left
Xinchen Hui [Thu, 15 May 2014 09:54:58 +0000 (17:54 +0800)]
Fixed two tests, 1 left

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Thu, 15 May 2014 09:45:35 +0000 (17:45 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoFixed zend_string/char* mess
Dmitry Stogov [Thu, 15 May 2014 09:44:13 +0000 (13:44 +0400)]
Fixed zend_string/char* mess

11 years agoRefactored ext/xsl, need some help in 3 tests failed
Xinchen Hui [Thu, 15 May 2014 09:43:44 +0000 (17:43 +0800)]
Refactored ext/xsl, need some help in 3 tests failed

11 years agounused var
Pierre Joye [Thu, 15 May 2014 09:36:40 +0000 (11:36 +0200)]
unused var

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Thu, 15 May 2014 09:35:03 +0000 (13:35 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng

* 'phpng' of git.php.net:php-src:
  forgot that hash uses ending 0
  fix ts build

11 years agoFixed SoapFault handling
Dmitry Stogov [Thu, 15 May 2014 09:34:31 +0000 (13:34 +0400)]
Fixed SoapFault handling

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Thu, 15 May 2014 08:56:48 +0000 (10:56 +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 refcounting
  Fixed destructive assignment

11 years agoforgot that hash uses ending 0
Pierre Joye [Thu, 15 May 2014 08:39:35 +0000 (10:39 +0200)]
forgot that hash uses ending 0

11 years agofix ts build
Pierre Joye [Thu, 15 May 2014 08:36:09 +0000 (10:36 +0200)]
fix ts build

11 years agofixed refcounting
Dmitry Stogov [Thu, 15 May 2014 08:34:04 +0000 (12:34 +0400)]
fixed refcounting

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Thu, 15 May 2014 08:32:15 +0000 (12:32 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng

* 'phpng' of git.php.net:php-src:
  fix leak
  zend_hash_del>zend_hash_str_del
  unused local var

11 years agoFixed destructive assignment
Dmitry Stogov [Thu, 15 May 2014 08:29:52 +0000 (12:29 +0400)]
Fixed destructive assignment

11 years agofix leak
Pierre Joye [Thu, 15 May 2014 08:23:50 +0000 (10:23 +0200)]
fix leak

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Thu, 15 May 2014 08:17:11 +0000 (10:17 +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 get_zval_property()

11 years agozend_hash_del>zend_hash_str_del
Pierre Joye [Thu, 15 May 2014 08:16:19 +0000 (10:16 +0200)]
zend_hash_del>zend_hash_str_del

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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

11 years agounused local var
Pierre Joye [Thu, 15 May 2014 08:12:02 +0000 (10:12 +0200)]
unused local var

11 years agoFixed get_zval_property()
Dmitry Stogov [Thu, 15 May 2014 08:11:24 +0000 (12:11 +0400)]
Fixed get_zval_property()

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
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)

11 years agofix invalid use of STR_FREE > efree
Pierre Joye [Thu, 15 May 2014 08:01:11 +0000 (10:01 +0200)]
fix invalid use of STR_FREE > efree

11 years agoFixed reference counting and memory leak
Dmitry Stogov [Thu, 15 May 2014 07:57:16 +0000 (11:57 +0400)]
Fixed reference counting and memory leak

11 years agoRETURN_STRING takes the char* only now (always copied)
Pierre Joye [Thu, 15 May 2014 07:56:20 +0000 (09:56 +0200)]
RETURN_STRING takes the char* only now (always copied)

11 years agoRETURN_STRING takes the char* only now
Pierre Joye [Thu, 15 May 2014 07:54:52 +0000 (09:54 +0200)]
RETURN_STRING takes the char* only now

11 years agoFixed SOAP error handling
Dmitry Stogov [Thu, 15 May 2014 07:47:10 +0000 (11:47 +0400)]
Fixed SOAP error handling

11 years agofix build
Pierre Joye [Thu, 15 May 2014 07:38:26 +0000 (09:38 +0200)]
fix build

11 years agoArray with var_args must not be deallocated any more
Dmitry Stogov [Thu, 15 May 2014 07:14:45 +0000 (11:14 +0400)]
Array with var_args must not be deallocated any more

11 years agoAllow just set or get context passing NULL pointers
Dmitry Stogov [Thu, 15 May 2014 07:14:12 +0000 (11:14 +0400)]
Allow just set or get context passing NULL pointers

11 years agoRemoved support for old-style resource destructors (only ext/soap used it)
Dmitry Stogov [Thu, 15 May 2014 06:57:03 +0000 (10:57 +0400)]
Removed support for old-style resource destructors (only ext/soap used it)

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Thu, 15 May 2014 06:24:07 +0000 (08:24 +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:
  ext/soap support for phpng (incomplete - just compilable)

11 years agoext/soap support for phpng (incomplete - just compilable)
Dmitry Stogov [Wed, 14 May 2014 22:44:47 +0000 (02:44 +0400)]
ext/soap support for phpng (incomplete - just compilable)

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Wed, 14 May 2014 18:06:58 +0000 (20:06 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng

# By Stanislav Malyshev (15) and others
# Via Stanislav Malyshev (15) and others
* 'phpng' of git.php.net:php-src: (53 commits)
  Use defined macro
  Refactored tidy (all tests passes)
  Reverted wrong commit Xinchen, stop commit changed configs :) You may use environment variables to ovverride default settings
  Fixed reference counting, IS_REFERENCE and IS_INDIRECT support
  Terminate string Useproper hash function
  C89 compat
  Fixed curl_close() behavior
  In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter.
  Fixed access to uninitialized data and attempt to double free
  Fixed safe resource close. It must not de deleted (just closed), because it still may be referenced from zval(s). This fixes few ext/ftp test memory failures detected with valgrind.
  Nested PCRE calls may clobber extra->mark and it has to be reinitailized This fixes invalid memory writes (detected with valgrind) in Zend/tests/closure_047.phpt and Zend/tests/closure_048.phpt.
  Added comment
  fix test - output can be chunked
  fix test
  fix test
  Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6
  Add bug fix to NEWS
  Update UPGRADING according to bug fix
  fix test
  improve CURL tests to allow testing without separate server
  ...

11 years agofix windows build
Pierre Joye [Wed, 14 May 2014 18:06:18 +0000 (20:06 +0200)]
fix windows build

11 years agoptr needed here
Pierre Joye [Wed, 14 May 2014 18:05:54 +0000 (20:05 +0200)]
ptr needed here

11 years agoUse defined macro
Xinchen Hui [Wed, 14 May 2014 08:54:14 +0000 (16:54 +0800)]
Use defined macro

11 years agoRefactored tidy (all tests passes)
Xinchen Hui [Wed, 14 May 2014 08:44:07 +0000 (16:44 +0800)]
Refactored tidy (all tests passes)

11 years agoReverted wrong commit
Dmitry Stogov [Tue, 13 May 2014 17:26:54 +0000 (21:26 +0400)]
Reverted wrong commit
Xinchen, stop commit changed configs :)
You may use environment variables to ovverride default settings

11 years agoFixed reference counting, IS_REFERENCE and IS_INDIRECT support
Dmitry Stogov [Tue, 13 May 2014 13:27:37 +0000 (17:27 +0400)]
Fixed reference counting, IS_REFERENCE and IS_INDIRECT support

11 years agoTerminate string
Dmitry Stogov [Tue, 13 May 2014 12:40:05 +0000 (16:40 +0400)]
Terminate string
Useproper hash function

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Dmitry Stogov [Tue, 13 May 2014 12:06:30 +0000 (16:06 +0400)]
Merge branch 'phpng' of git.php.net:php-src into phpng

* 'phpng' of git.php.net:php-src:
  C89 compat

11 years agoC89 compat
Anatol Belski [Tue, 13 May 2014 12:04:53 +0000 (14:04 +0200)]
C89 compat

11 years agoFixed curl_close() behavior
Dmitry Stogov [Tue, 13 May 2014 12:00:44 +0000 (16:00 +0400)]
Fixed curl_close() behavior

11 years agoMerge branch 'master' into phpng
Dmitry Stogov [Tue, 13 May 2014 11:24:40 +0000 (15:24 +0400)]
Merge branch 'master' into phpng

* master: (41 commits)
  fix test - output can be chunked
  fix test
  fix test
  Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6
  Add bug fix to NEWS
  Update UPGRADING according to bug fix
  fix test
  improve CURL tests to allow testing without separate server
  improve CURL tests to allow testing without separate server
  Fixed bug #67199 mb_regex_encoding mishmash
  Fix bug #67248 (imageaffinematrixget missing check of parameters)
  Fix bug #67247 spl_fixedarray_resize integer overflow
  fix news
  add tests stuff to README
  Updated NEWS
  Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)
  - Move checking
  - Fixed missing NULL check in SimpleXMLElement::xpath()
  - Fixed missing NULL check
  ...

Conflicts:
ext/bz2/bz2.c
ext/gd/gd.c
ext/mbstring/php_mbregex.c
ext/session/tests/031.phpt
ext/simplexml/simplexml.c
ext/spl/spl_fixedarray.c

11 years agoIn most user extensions functions like mysql_close() should use zend_list_close(...
Dmitry Stogov [Tue, 13 May 2014 09:18:00 +0000 (13:18 +0400)]
In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter.

11 years agoFixed access to uninitialized data and attempt to double free
Dmitry Stogov [Tue, 13 May 2014 08:57:42 +0000 (12:57 +0400)]
Fixed access to uninitialized data and attempt to double free

11 years agoFixed safe resource close.
Dmitry Stogov [Tue, 13 May 2014 08:47:34 +0000 (12:47 +0400)]
Fixed safe resource close.
It must not de deleted (just closed), because it still may be referenced from zval(s).
This fixes few ext/ftp test memory failures detected with valgrind.

11 years agoNested PCRE calls may clobber extra->mark and it has to be reinitailized
Dmitry Stogov [Tue, 13 May 2014 08:14:55 +0000 (12:14 +0400)]
Nested PCRE calls may clobber extra->mark and it has to be reinitailized
This fixes invalid memory writes (detected with valgrind) in Zend/tests/closure_047.phpt and Zend/tests/closure_048.phpt.

11 years agoAdded comment
Dmitry Stogov [Tue, 13 May 2014 06:22:21 +0000 (10:22 +0400)]
Added comment

11 years agohash keys now use actual string length without leading zero
Pierre Joye [Tue, 13 May 2014 06:11:44 +0000 (08:11 +0200)]
hash keys now use actual string length without leading zero

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Tue, 13 May 2014 06:08:25 +0000 (08:08 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng

# By Xinchen Hui
# Via Xinchen Hui
* 'phpng' of git.php.net:php-src:
  Save one type checking if the type is already string
  This should be removed too
  Remove zval **

11 years agoSave one type checking if the type is already string
Xinchen Hui [Tue, 13 May 2014 06:05:28 +0000 (14:05 +0800)]
Save one type checking if the type is already string

11 years agoThis should be removed too
Xinchen Hui [Tue, 13 May 2014 05:55:51 +0000 (13:55 +0800)]
This should be removed too

11 years agoRemove zval **
Xinchen Hui [Tue, 13 May 2014 05:45:24 +0000 (13:45 +0800)]
Remove zval **

11 years agoport dns_win32
Pierre Joye [Tue, 13 May 2014 05:06:27 +0000 (07:06 +0200)]
port dns_win32

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Tue, 13 May 2014 04:51:45 +0000 (06:51 +0200)]
Merge branch 'phpng' of git.php.net:php-src into phpng

# By Dmitry Stogov (5) and others
# Via Xinchen Hui (3) and Dmitry Stogov (1)
* 'phpng' of git.php.net:php-src:
  restore unexpected commit
  Convert to unpacked before deleting elements
  - Fixed ZTS build
  Fix memory error in spl_directory.c
  Fix spl_directory cast_object, reenable error
  Support for ext/phar (all tests passed)
  ext/phar support (incomplete)
  Fixed double free (xmlrpc is done, 1 test failed due to knew issue)
  Fixed typo
  Refactoring ext/xmlrpc (incompleted)
  Removed error message that breaks phar
  ext/phar support (incomplete)
  Refactor ext/gd (all tests passes)
  Fixed wrong buffer length (added place for terminating zero)

11 years agoport sendmail to windwos (untested yet)
Pierre Joye [Tue, 13 May 2014 04:51:11 +0000 (06:51 +0200)]
port sendmail to windwos (untested yet)

11 years agoport proc_open to windows (untested yet)
Pierre Joye [Tue, 13 May 2014 04:50:20 +0000 (06:50 +0200)]
port proc_open to windows (untested yet)

11 years agorestore unexpected commit
Xinchen Hui [Tue, 13 May 2014 04:25:03 +0000 (12:25 +0800)]
restore unexpected commit

11 years agoMerge branch 'phpng-hash-str-del-fix' of https://github.com/datibbaw/php-src into...
Xinchen Hui [Tue, 13 May 2014 04:23:58 +0000 (12:23 +0800)]
Merge branch 'phpng-hash-str-del-fix' of https://github.com/datibbaw/php-src into phpng

11 years agoConvert to unpacked before deleting elements
Tjerk Meesters [Tue, 13 May 2014 01:42:12 +0000 (09:42 +0800)]
Convert to unpacked before deleting elements

Return FAILURE immediately if a string index removal is attempted.

Moved condition higher up

11 years ago- Fixed ZTS build
Felipe Pena [Tue, 13 May 2014 03:34:10 +0000 (00:34 -0300)]
- Fixed ZTS build