35097 Commits (984c8f87d2ca3840c3d3551713e1eff15aedd712)

Author SHA1 Message Date
Dmitry Stogov 45d7ab1a4c Avoid in-place modification 12 years ago
Dmitry Stogov b3b616cf7e Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM. 12 years ago
Nikita Popov bfff679d90 Fix length reset in JSON parser 12 years ago
Nikita Popov ccd9dab4c6 Fix $http_response_header creation 12 years ago
Dmitry Stogov 8334f38615 Fixed conversion to phpng mistakes 12 years ago
Nikita Popov 9e2bc83fdb Use zend_long_to_str in wddx 12 years ago
Nikita Popov 3831b39302 Use zval_get_string in implode 12 years ago
Nikita Popov bf5a59d281 Use smart_str_append_long in implode 12 years ago
Nikita Popov 3f27d707d2 Use zend_long_to_str in curl 12 years ago
Nikita Popov 0987d19712 Use zend_long_to_str in pcntl 12 years ago
Dmitry Stogov 3419dc8c60 Use new zend_hash API 12 years ago
Dmitry Stogov 2af311bea3 Use new zend_hash API 12 years ago
Dmitry Stogov 4affab237d Use new zend_hash API 12 years ago
Dmitry Stogov b675492054 Use new zend_hash API 12 years ago
Dmitry Stogov 20f6dec6b6 Use new zend_hash API 12 years ago
Dmitry Stogov aca34b127a Use new zend_hash API 12 years ago
Dmitry Stogov a1177760b4 Use extended iteration API to avoid in-place modification 12 years ago
Dmitry Stogov 2625f145c8 Use extended iteration API to avoid in-place modification 12 years ago
Dmitry Stogov c9062917eb Use new zend_hash API 12 years ago
Dmitry Stogov a004c4fa80 Avoid in-place modification 12 years ago
Dmitry Stogov e598aab273 Use new zend_hash API 12 years ago
Dmitry Stogov 066ea2204e Avoid in-place modification 12 years ago
Dmitry Stogov cf603fb960 Reference counter in phpng may have a bit different meaning and must not be the same 12 years ago
Dmitry Stogov 6c4b30eb07 Use new zend_hash API 12 years ago
Dmitry Stogov 2dce4cb06c Avoid in-place conversion 12 years ago
Dmitry Stogov 864aa7746f Fixed refcounting 12 years ago
Xinchen Hui 3a1f79d51d Fixed bug #47407 12 years ago
Dmitry Stogov 40256e0f9c Use specialized functions instead of macros 12 years ago
Xinchen Hui 70699d7f68 Update NEWs and add a test 12 years ago
Xinchen Hui 9fa9da4831 Finished persistent PDO implement 12 years ago
Dmitry Stogov 19be8b676c Fixed issue #183 (TMP_VAR is not only used once) 12 years ago
Xinchen Hui 922285ec55 Don't use cast (compiler friendly) 12 years ago
Nikita Popov 43cf92edf6 Fix in_array (strict) with references 12 years ago
Dmitry Stogov 9eb89dddb1 Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros. 12 years ago
Adam Harvey 2260fca3dd Further test fixes for the fdb2709 breakage. 12 years ago
Adam Harvey 319611ffbd Fix broken test caused by fdb2709. 12 years ago
Nikita Popov 8fbf4027e2 Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage 12 years ago
Nikita Popov 1d8c499b51 Optimize int to string conversion 12 years ago
Sammy Kaye Powers e2bbe95310 Added tests for ZipArchive::addGlob() and ZipArchive::addPattern() 12 years ago
Christopher Jones 94d092dea3 Make a start on phpng compat 12 years ago
Adam Harvey fdb2709dd2 Add microseconds to the serialised form of DateTime objects. 12 years ago
Matteo Beccati 00a22d4d06 Improved test for bug #62479 12 years ago
Xinchen Hui f9c3d09f1c Fixed tests but introduce segfaults (behavior same as trunk) 12 years ago
Xinchen Hui ad1ef9b629 Refactored ext/pdo_firebird (didn't do test) 12 years ago
Xinchen Hui 96617874bd Fixed persistent dba handling 12 years ago
Xinchen Hui 6d12d3bae1 Refactored ext/dba (tests passes, but segfaults need to be fixed) 12 years ago
Andrey Hristov 5d4f9dfff4 Second set of changes to mysqlnd for phpng. 12 years ago
Andrey Hristov 5d57e17a15 First set of phpng changes for mysqlnd 12 years ago
Andrey Hristov 2312af04a7 Defensive check 12 years ago
Andrey Hristov 90cad3de2f Add one more check to skip getting into code that will do nothing 12 years ago