1620 Commits

Author SHA1 Message Date
Pavlo Yatsukhnenko 92a3a52942 release 3.1.0 3.1.0 2016-12-14 23:06:31 +02:00
Pavlo Yatsukhnenko f192389368 Merge pull request #1051 from yatsukhnenko/develop
refactoring
2016-12-13 17:59:54 +02:00
Pavlo Yatsukhnenko 37d8bfde06 refactoring 2016-12-13 17:39:04 +02:00
Pavlo Yatsukhnenko 75ff50236e Merge pull request #1046 from yatsukhnenko/issue.1006
Issue #1006
2016-12-06 14:42:29 +02:00
Pavlo Yatsukhnenko 4377c97ee0 Issue #1006 2016-12-06 14:19:06 +02:00
Pavlo Yatsukhnenko 2c8ae9c0e6 Merge pull request #1044 from yatsukhnenko/develop
TravisCI: make clang happy with older php versions
2016-12-06 11:50:26 +02:00
Pavlo Yatsukhnenko 0a886fef22 TravisCI: make clang happy with older php versions 2016-12-06 11:18:09 +02:00
Pavlo Yatsukhnenko b5098b1524 Merge pull request #1043 from yatsukhnenko/develop
memory leak
2016-12-06 00:04:30 +02:00
Pavlo Yatsukhnenko 5a35e7edd4 memory leak 2016-12-05 23:54:00 +02:00
Pavlo Yatsukhnenko 153247015f Merge pull request #1042 from yatsukhnenko/develop
memory leak
2016-12-05 23:30:00 +02:00
Pavlo Yatsukhnenko cb4fd619c0 memory leak 2016-12-05 16:53:24 +02:00
Pavlo Yatsukhnenko 191ee8988f Merge pull request #1041 from yatsukhnenko/develop
zval_get_string + zAdd tests fix
2016-12-04 21:45:20 +02:00
Pavlo Yatsukhnenko c799d256ce zval_get_string + zAdd tests fix 2016-12-04 21:17:06 +02:00
Pavlo Yatsukhnenko 7ae7d35475 Merge pull request #1040 from yatsukhnenko/develop
zval_get_string
2016-12-02 16:22:05 +02:00
Pavlo Yatsukhnenko a23e36f208 zval_get_string
Added gc attribute to zend_string (for zend_string_release).
Added function zval_get_string and replace convert_to_string with it.
2016-12-02 16:04:59 +02:00
Pavlo Yatsukhnenko 64a1e59257 TravisCI: php5.6 + clang 2016-12-01 09:18:49 +02:00
Pavlo Yatsukhnenko 706027ec8b Merge pull request #1035 from yatsukhnenko/issue.760
Issue #760
2016-11-30 23:38:59 +02:00
Pavlo Yatsukhnenko 6dacd60c0c Issue #1036 2016-11-30 22:01:09 +02:00
Pavlo Yatsukhnenko acaf961d34 Merge pull request #1037 from yatsukhnenko/issue.1036
Issue #1036
2016-11-29 16:32:18 +02:00
Pavlo Yatsukhnenko 54f6842c92 Issue #1036 2016-11-29 15:41:49 +02:00
Pavlo Yatsukhnenko 71c9f7c84c Issue #760 2016-11-28 18:00:01 +02:00
Pavlo Yatsukhnenko b91ce69d15 Merge pull request #1034 from yatsukhnenko/develop
refactoring
2016-11-28 08:16:32 +02:00
Pavlo Yatsukhnenko 48c8f2a30a refactoring 2016-11-27 21:06:45 +02:00
Pavlo Yatsukhnenko f1a85b3872 Merge pull request #1032 from yatsukhnenko/issue.504
Issue #504
2016-11-24 11:46:30 +02:00
Pavlo Yatsukhnenko c7ab55a341 Issue #504 2016-11-23 22:54:03 +02:00
michael-grunder d22e7f5a5c Unbreak php7 fix for php <= 7.0 2016-11-22 18:05:13 -08:00
michael-grunder 34107966a2 Move zend_object handler to the end
In php7 the zend_object handler structure is inlined (is no longer a pointer,
but rather variable sized depending on various things, so it needs to be at the
end of the container class.

This is mentioned in the extensive /s upgrading documentation from Zend

See "custom objects":
https://wiki.php.net/phpng-upgrading

In addition I believe that the zend library now takes care of freeing the overall
structure, so that shouldn't be done anymore if running php >= 7.0.0.
2016-11-22 17:42:45 -08:00
Pavlo Yatsukhnenko 041478bd4b Merge pull request #1030 from yatsukhnenko/develop
refactoring
2016-11-21 17:55:49 +02:00
Pavlo Yatsukhnenko 433caf4788 refactoring 2016-11-21 17:46:58 +02:00
Pavlo Yatsukhnenko 0c351f5d1c Merge pull request #1028 from yatsukhnenko/develop
fix crash on FreeBSD and CentOS
2016-11-21 09:59:13 +02:00
Pavlo Yatsukhnenko ad9f4ea4f6 fix crash on FreeBSD and CentOS 2016-11-21 09:47:20 +02:00
Pavlo Yatsukhnenko f04811e24b Merge pull request #1027 from yatsukhnenko/develop
refactoring
2016-11-20 21:17:08 +02:00
Pavlo Yatsukhnenko 3d7da1fdb6 refactoring 2016-11-20 21:07:24 +02:00
Pavlo Yatsukhnenko 2559f72980 Merge pull request #1026 from yatsukhnenko/develop
TravisCI: clang + refactoring
2016-11-18 19:33:11 +02:00
Pavlo Yatsukhnenko 6d6deae573 TravisCI: clang + refactoring 2016-11-18 18:57:44 +02:00
Pavlo Yatsukhnenko 6d37af022b Merge pull request #1025 from yatsukhnenko/develop
refactoring
2016-11-17 17:53:26 +02:00
Pavlo Yatsukhnenko 6f6c5d9c52 refactoring 2016-11-17 14:55:48 +02:00
Pavlo Yatsukhnenko 462d147baf Merge pull request #1024 from yatsukhnenko/develop
memory leaks
2016-11-17 11:12:32 +02:00
Pavlo Yatsukhnenko 00b4864701 memory leaks 2016-11-17 11:00:03 +02:00
Pavlo Yatsukhnenko bd76af27d2 Merge pull request #1023 from yatsukhnenko/develop
redis_unserialize
2016-11-17 06:48:19 +02:00
Pavlo Yatsukhnenko 4857693868 redis_unserialize 2016-11-17 00:05:57 +02:00
Pavlo Yatsukhnenko eb507bcf46 Merge pull request #1022 from yatsukhnenko/develop
redis_unserialize_handler refactoring
2016-11-16 23:11:45 +02:00
Pavlo Yatsukhnenko 0dec2285bb redis_unserialize_handler refactoring 2016-11-16 22:56:59 +02:00
Pavlo Yatsukhnenko ba47334012 Merge pull request #1020 from yatsukhnenko/develop
refactoring
2016-11-16 18:26:05 +02:00
Pavlo Yatsukhnenko 14c19fa3a0 refactoring 2016-11-16 18:05:27 +02:00
Pavlo Yatsukhnenko 58e1d799ee Merge pull request #1019 from iyesin/make-hincrby-long-again
Fix integer overflow for long (>32bit) increments in hIncrBy
2016-11-16 13:09:17 +02:00
iyesin aaffa7c2de Update RedisTest.php 2016-11-16 10:42:55 +00:00
iyesin 8b312f8e68 Make test for correct long reply 2016-11-15 20:21:59 +00:00
iyesin b2d598c851 Update redis_commands.c 2016-11-15 20:16:24 +00:00
Pavlo Yatsukhnenko 6d104fc42a Merge pull request #1018 from yatsukhnenko/develop
refactoring
2016-11-15 20:00:31 +02:00