735 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Antony Dovgal 421b6e0f2c configure dependency has to be optional as well 17 years ago
Antony Dovgal 75fc702162 fix segfault in session/tests/031.phpt by adding optional extension 17 years ago
Gwynne Raskind 2673b9be38 MFH: fix crash when session hash function generated long hashes with hash_bits_per_character larger than 4 17 years ago
Jani Taskinen 694566d6c4 fix test 17 years ago
Jani Taskinen 9ece649f7c MFH: ws + sync 17 years ago
Felipe Pena d64db73483 - Fixed tests 17 years ago
Kalle Sommer Nielsen 5a6d3cc42b Added E_DEPRECATED startup notice (5.3 only) 17 years ago
Hannes Magnusson e9c1d924b8 MFH: Add test for bug#42596 17 years ago
Hannes Magnusson b8bc0f24b3 MFH: Fix segfault on invalid session.save_path 17 years ago
Hannes Magnusson 33aa4ac568 MFH: fix folding 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Andrei Zmievski cae97c3b8e MFH 17 years ago
Scott MacVicar 2ea6780873 MFH Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 17 years ago
Hannes Magnusson 76a17847c1 Deprecate session_register(), session_unregister() and 17 years ago
Ant Phillips ec1ee12281 Fix broken tests (thanks to Johannes for spotting these). 17 years ago
Ant Phillips 45e14cea18 Latest and greatest versions of these session tests - checked on 5.3 snap on Windows, Linux and Linux 64 bit. 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Jani Taskinen 6495909d16 - Revert idiotic patch (hint: Windows IS NOT the most important OS!) 18 years ago
Kalle Sommer Nielsen 1a1df46be2 MFH: Fix test on Windows 18 years ago
Alexey Zakhlestin c9fab63584 remove special treatment of /tmp path 18 years ago
Alexey Zakhlestin 97e26d95b7 this test depends on session.hash_bits_per_character, but it was not explicitly set 18 years ago
Jani Taskinen 525f3c4793 MFH: General sync. WS / CS / etc. crap some people didn't bother to merge 18 years ago
Jani Taskinen 927a84bdfb - nuketh period from error message 18 years ago
Jani Taskinen 9ad7800f52 - Nuke ending periods from error messages 18 years ago
Kalle Sommer Nielsen 874b456078 MFH: Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot com 18 years ago
Felipe Pena e304515ddb - MFH: Added parameter TSRMLS_DC in zend_is_callable() 18 years ago
Dmitry Stogov 833a2295d1 Support for closures 18 years ago
Jani Taskinen cd913eb2d8 MFH:- Fix tests (do NOT assume things in php.ini always to be same...or sane) 18 years ago
Felipe Pena ca0c2340fe - Added arginfo 18 years ago
Dmitry Stogov 9c3ebd10bb Fixed memory leaks 18 years ago
Felipe Pena 44fe6a6005 - Fixed tests 18 years ago
Felipe Pena 015f82d219 - New parameter parsing API 18 years ago
Ant Phillips ad93b947a2 Fix session test failures as reported by Antony Dovgal. 18 years ago
Ant Phillips c55db17098 Fix session test failures as reported by Antony Dovgal. 18 years ago
Ant Phillips cdf5621b50 More session tests to improve code coverage for untested extension code 18 years ago
Ant Phillips 52af9124b5 More session tests to improve code coverage for untested extension code 18 years ago
Ant Phillips 57e0d2acec These tests were backported from the PHP 6.0 branch, which in turn were ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches. 18 years ago
Ant Phillips 79b73d1218 New set of session extension tests for PHP 5.3 branch. 18 years ago
Scott MacVicar 944061ba37 Fixed bug #44720 (Prevent infinite recursion within session_register) 18 years ago
Dmitry Stogov 1a08aadc9b Fixed memory corruption because of double free() 18 years ago
Felipe Pena 84a8bb038a MFH: New way for check void parameters 18 years ago
Felipe Pena 77af81b8c3 Fix test (thanks Scoates!) 18 years ago
Gwynne Raskind 8bbef4f940 Forgot one file in last commit 18 years ago
Gwynne Raskind 3e99d5cc5b MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Ilia Alshanetsky ea6de20d86 Fixed Bug #42596 (session.save_path MODE option does not work). 19 years ago