]> granicus.if.org Git - php/log
php
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

11 years agoFix memory error in spl_directory.c
Nikita Popov [Mon, 12 May 2014 19:35:39 +0000 (21:35 +0200)]
Fix memory error in spl_directory.c

11 years agoFix spl_directory cast_object, reenable error
Nikita Popov [Mon, 12 May 2014 18:44:30 +0000 (20:44 +0200)]
Fix spl_directory cast_object, reenable error

11 years agoSupport for ext/phar (all tests passed)
Dmitry Stogov [Mon, 12 May 2014 18:28:31 +0000 (22:28 +0400)]
Support for ext/phar (all tests passed)

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 12 May 2014 17:58:18 +0000 (10:58 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix test - output can be chunked
  fix test

Conflicts:
ext/curl/tests/curl_basic_006.phpt

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 12 May 2014 17:56:03 +0000 (10:56 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test - output can be chunked

Conflicts:
ext/curl/tests/curl_basic_006.phpt

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 12 May 2014 17:54:34 +0000 (10:54 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix test - output can be chunked

11 years agofix test - output can be chunked
Stanislav Malyshev [Mon, 12 May 2014 17:53:45 +0000 (10:53 -0700)]
fix test - output can be chunked

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

* 'phpng' of git.php.net:php-src:
  Fixed double free (xmlrpc is done, 1 test failed due to knew issue)
  Fixed typo
  Refactoring ext/xmlrpc (incompleted)

11 years agoext/phar support (incomplete)
Dmitry Stogov [Mon, 12 May 2014 12:43:18 +0000 (16:43 +0400)]
ext/phar support (incomplete)

11 years agoFixed double free (xmlrpc is done, 1 test failed due to knew issue)
Xinchen Hui [Mon, 12 May 2014 12:39:52 +0000 (20:39 +0800)]
Fixed double free (xmlrpc is done, 1 test failed due to knew issue)

11 years agoFixed typo
Xinchen Hui [Mon, 12 May 2014 11:57:04 +0000 (19:57 +0800)]
Fixed typo

11 years agoRefactoring ext/xmlrpc (incompleted)
Xinchen Hui [Mon, 12 May 2014 11:28:06 +0000 (19:28 +0800)]
Refactoring ext/xmlrpc (incompleted)

11 years agoRemoved error message that breaks phar
Dmitry Stogov [Mon, 12 May 2014 10:03:10 +0000 (14:03 +0400)]
Removed error message that breaks phar

11 years agoext/phar support (incomplete)
Dmitry Stogov [Mon, 12 May 2014 09:31:38 +0000 (13:31 +0400)]
ext/phar support (incomplete)

11 years agofix test
Stanislav Malyshev [Mon, 12 May 2014 07:53:41 +0000 (00:53 -0700)]
fix test

11 years agofix test
Stanislav Malyshev [Mon, 12 May 2014 07:53:41 +0000 (00:53 -0700)]
fix test

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Xinchen Hui [Mon, 12 May 2014 07:55:48 +0000 (15:55 +0800)]
Merge branch 'phpng' of git.php.net:php-src into phpng

11 years agoRefactor ext/gd (all tests passes)
Xinchen Hui [Mon, 12 May 2014 07:53:35 +0000 (15:53 +0800)]
Refactor ext/gd (all tests passes)

11 years agoFixed wrong buffer length (added place for terminating zero)
Dmitry Stogov [Mon, 12 May 2014 07:17:12 +0000 (11:17 +0400)]
Fixed wrong buffer length (added place for terminating zero)

11 years agoMerge branch 'PHP-5.6'
Yasuo Ohgaki [Mon, 12 May 2014 06:38:40 +0000 (15:38 +0900)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6

11 years agoFixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6
Yasuo Ohgaki [Mon, 12 May 2014 06:31:48 +0000 (15:31 +0900)]
Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6

11 years agoAdd bug fix to NEWS
Yasuo Ohgaki [Mon, 12 May 2014 05:58:46 +0000 (14:58 +0900)]
Add bug fix to NEWS

11 years agoUpdate UPGRADING according to bug fix
Yasuo Ohgaki [Mon, 12 May 2014 05:56:11 +0000 (14:56 +0900)]
Update UPGRADING according to bug fix

11 years agofix test
Stanislav Malyshev [Mon, 12 May 2014 06:20:33 +0000 (23:20 -0700)]
fix test

11 years agoimprove CURL tests to allow testing without separate server
Stanislav Malyshev [Mon, 12 May 2014 05:21:57 +0000 (22:21 -0700)]
improve CURL tests to allow testing without separate server

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 12 May 2014 05:44:30 +0000 (22:44 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  improve CURL tests to allow testing without separate server

11 years agoimprove CURL tests to allow testing without separate server
Stanislav Malyshev [Mon, 12 May 2014 05:21:57 +0000 (22:21 -0700)]
improve CURL tests to allow testing without separate server

11 years agoMerge branch 'phpng' of git.php.net:php-src into phpng
Pierre Joye [Mon, 12 May 2014 04:46:59 +0000 (06:46 +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:
  Fixed reference handling
  Fixed IS_INDRICT handling
  Fixed fields handling
  Refactoring wddx (incompleted, is there any one use it? )
  Finish refactoring of MySQLi
  Various bug fixes (now 17 tests fails, it is 11 in trunk)
  Various bug fixed

11 years agoMerge branch 'PHP-5.6'
Yasuo Ohgaki [Mon, 12 May 2014 04:34:43 +0000 (13:34 +0900)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #67199 mb_regex_encoding mishmash

11 years agoFixed bug #67199 mb_regex_encoding mishmash
Yasuo Ohgaki [Mon, 12 May 2014 04:33:53 +0000 (13:33 +0900)]
Fixed bug #67199 mb_regex_encoding mishmash

11 years agoFixed reference handling
Xinchen Hui [Mon, 12 May 2014 03:39:55 +0000 (11:39 +0800)]
Fixed reference handling

11 years agoFixed IS_INDRICT handling
Xinchen Hui [Mon, 12 May 2014 02:52:37 +0000 (10:52 +0800)]
Fixed IS_INDRICT handling

11 years agoFixed fields handling
Xinchen Hui [Mon, 12 May 2014 02:46:19 +0000 (10:46 +0800)]
Fixed fields handling

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 12 May 2014 01:57:39 +0000 (18:57 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  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...

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 12 May 2014 01:55:02 +0000 (18:55 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  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...

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 12 May 2014 01:15:29 +0000 (18:15 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67247 spl_fixedarray_resize integer overflow
  fix news

11 years agoFix bug #67248 (imageaffinematrixget missing check of parameters)
Stanislav Malyshev [Mon, 12 May 2014 01:14:57 +0000 (18:14 -0700)]
Fix bug #67248 (imageaffinematrixget missing check of parameters)

11 years agoFix bug #67247 spl_fixedarray_resize integer overflow
Stanislav Malyshev [Mon, 12 May 2014 00:54:27 +0000 (17:54 -0700)]
Fix bug #67247 spl_fixedarray_resize integer overflow

11 years agofix news
Stanislav Malyshev [Mon, 12 May 2014 00:43:28 +0000 (17:43 -0700)]
fix news

11 years agoadd tests stuff to README
Stanislav Malyshev [Fri, 9 May 2014 20:28:39 +0000 (13:28 -0700)]
add tests stuff to README

11 years agoRefactoring wddx (incompleted, is there any one use it? )
Xinchen Hui [Sun, 11 May 2014 14:04:45 +0000 (22:04 +0800)]
Refactoring wddx (incompleted, is there any one use it? )

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Bob Weinand [Sun, 11 May 2014 13:15:27 +0000 (15:15 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoUpdated NEWS
Bob Weinand [Sun, 11 May 2014 13:13:40 +0000 (15:13 +0200)]
Updated NEWS

11 years agoFix Linux specific fail in error traces (cherry-picked and fix for bug #67245)
Bob Weinand [Sun, 11 May 2014 13:11:03 +0000 (15:11 +0200)]
Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)
Linux apparently does not like memcpy in overlapping regions...

11 years agoMerge branch 'PHP-5.6'
Felipe Pena [Sun, 11 May 2014 12:46:47 +0000 (09:46 -0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Sun, 11 May 2014 12:46:38 +0000 (09:46 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sun, 11 May 2014 12:46:25 +0000 (09:46 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)

11 years ago- Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)
Felipe Pena [Sun, 11 May 2014 12:45:17 +0000 (09:45 -0300)]
- Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)

11 years agoFinish refactoring of MySQLi
Xinchen Hui [Sun, 11 May 2014 11:37:48 +0000 (19:37 +0800)]
Finish refactoring of MySQLi

a few tests failed due to knew issue, I will disscuss with dmitry later

11 years agoVarious bug fixes (now 17 tests fails, it is 11 in trunk)
Xinchen Hui [Sun, 11 May 2014 09:02:08 +0000 (17:02 +0800)]
Various bug fixes (now 17 tests fails, it is 11 in trunk)

11 years agoVarious bug fixed
Xinchen Hui [Sun, 11 May 2014 08:05:14 +0000 (16:05 +0800)]
Various bug fixed

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

# By Xinchen Hui (27) and others
# Via Xinchen Hui (5) and others
* 'phpng' of git.php.net:php-src: (47 commits)
  Refactor MySQLi (incompleted, only compilable now)
  Add support for pspell
  update for phpng
  Test push (previous push didn't send mail?)
  Added smart_string to avoid string duplicated
  Use strpprintf
  Added vstrpprintf strpprintf to avoid duplicate string
  Refactor sysvsem, sysvshm, sysmsg
  Fix identical comparison of arrays with references
  Fix strtr() segfault
  Code cleanup in proc_open
  Finish ext/curl (7 tests fails as trunk)
  Fixed post data (long type cast matters here :<)
  Use zend_string for better performance
  Fixed clone refcount
  Fixed build with high version libcurl
  Refactoring ext/curl (only compilable now)
  Fix proc_open resource destruction
  Support for ext/phar (incomplete)
  Finish bz2 (all tests passed)
  ...

11 years agoRefactor MySQLi (incompleted, only compilable now)
Xinchen Hui [Sun, 11 May 2014 06:53:18 +0000 (14:53 +0800)]
Refactor MySQLi (incompleted, only compilable now)

11 years agoAdd support for pspell
Xinchen Hui [Sat, 10 May 2014 16:58:48 +0000 (00:58 +0800)]
Add support for pspell

11 years agoMerge branch 'PHP-5.6'
Felipe Pena [Sat, 10 May 2014 14:55:51 +0000 (11:55 -0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  - Move checking

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Sat, 10 May 2014 14:55:48 +0000 (11:55 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Move checking

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sat, 10 May 2014 14:55:45 +0000 (11:55 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Move checking

11 years ago- Move checking
Felipe Pena [Sat, 10 May 2014 14:55:42 +0000 (11:55 -0300)]
- Move checking

11 years agoMerge branch 'PHP-5.6'
Felipe Pena [Sat, 10 May 2014 14:53:59 +0000 (11:53 -0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  - Fixed missing NULL check in SimpleXMLElement::xpath()

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Sat, 10 May 2014 14:53:54 +0000 (11:53 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed missing NULL check in SimpleXMLElement::xpath()

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sat, 10 May 2014 14:53:45 +0000 (11:53 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed missing NULL check in SimpleXMLElement::xpath()

11 years ago- Fixed missing NULL check in SimpleXMLElement::xpath()
Felipe Pena [Sat, 10 May 2014 14:53:40 +0000 (11:53 -0300)]
- Fixed missing NULL check in SimpleXMLElement::xpath()

11 years agoMerge branch 'PHP-5.6'
Felipe Pena [Sat, 10 May 2014 14:40:04 +0000 (11:40 -0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  - Fixed missing NULL check

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Sat, 10 May 2014 14:39:47 +0000 (11:39 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed missing NULL check

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Sat, 10 May 2014 14:39:28 +0000 (11:39 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed missing NULL check

11 years ago- Fixed missing NULL check
Felipe Pena [Sat, 10 May 2014 14:39:08 +0000 (11:39 -0300)]
- Fixed missing NULL check

11 years agoupdate for phpng
krakjoe [Sat, 10 May 2014 09:02:33 +0000 (10:02 +0100)]
update for phpng

11 years agoTest push (previous push didn't send mail?)
Xinchen Hui [Sat, 10 May 2014 03:19:21 +0000 (11:19 +0800)]
Test push (previous push didn't send mail?)

11 years agoAdded smart_string to avoid string duplicated
Xinchen Hui [Sat, 10 May 2014 03:09:17 +0000 (11:09 +0800)]
Added smart_string to avoid string duplicated

for now, if we want result a char * use smart_string, if zend_string
 use smart_str

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 9 May 2014 20:18:07 +0000 (22:18 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream