Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Committing my session cookie patch; it's a bug fix and good to have in theexperimental/first_unicode_implementation | Derick Rethans | 2010-03-16 | 1 | -3/+11 |
| | | | | | history. | ||||
* | Fixed a possible open_basedir/safe_mode bypass in session extension ↵ | Ilia Alshanetsky | 2010-01-31 | 1 | -1/+6 |
| | | | | identified by Grzegorz Stachowiak. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 8 | -8/+8 |
| | |||||
* | Along with the valid char set, also add a length check to the | Rasmus Lerdorf | 2009-12-26 | 1 | -2/+4 |
| | | | | | | | | | session id here to avoid a lower-level error on the open() later on in case we exceed MAX_PATH. The lower level open() error includes the session dir path in it, so this is a very low-priority security fix. People should not be running production systems with display_errors turned on. | ||||
* | protect http_session_vars from interrupt corruption | Stanislav Malyshev | 2009-12-04 | 1 | -2/+5 |
| | | | | | improve save_path check | ||||
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 2 | -11/+1 |
| | | | | | with Novell some longer time ago in their SDK header. | ||||
* | Kill compiler warnings | Kalle Sommer Nielsen | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | configure dependency has to be optional as well | Antony Dovgal | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | fix segfault in session/tests/031.phpt by adding optional extension | Antony Dovgal | 2009-07-28 | 2 | -1/+10 |
| | | | | | | dependency (php_hash_hashtable has to be initialized when setting session.hash_function) | ||||
* | fix crash when session hash function generated long hashes with ↵ | Gwynne Raskind | 2009-07-17 | 2 | -8/+27 |
| | | | | hash_bits_per_character larger than 4 | ||||
* | fix test | Jani Taskinen | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | - Dropped *_TEXT* macros in favor of unicode macros direct usage | Felipe Pena | 2009-05-25 | 1 | -7/+7 |
| | |||||
* | fix build | Antony Dovgal | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - WS + sync with PHP_5_3 (thanks Ilia & Co.) | Jani Taskinen | 2009-05-18 | 5 | -216/+194 |
| | |||||
* | Add a test for bug#42596 so people wont try bogusly fixing it again | Hannes Magnusson | 2009-04-06 | 1 | -0/+32 |
| | |||||
* | Fix segfault on invalid session.save_path | Hannes Magnusson | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 2 | -5/+2 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 8 | -8/+8 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-05 | 1 | -9/+0 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-05 | 7 | -245/+0 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 8 | -8/+8 |
| | |||||
* | Add mod_files.bat (equivalent to mod_files.sh). | Andrei Zmievski | 2008-12-30 | 1 | -0/+57 |
| | |||||
* | Fix bug #35975 - Session cookie expires date format isn't the most ↵ | Scott MacVicar | 2008-12-11 | 1 | -2/+2 |
| | | | | compatible. Sync to that of setcookie(). | ||||
* | Latest and greatest versions of these session tests - checked on 6.0 snap on ↵ | Ant Phillips | 2008-11-27 | 9 | -8/+260 |
| | | | | Windows, Linux and Linux 64 bit. | ||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -11/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+11 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -11/+0 |
| | |||||
* | Avoid updating upload progress information too frequently on high transfert | Arnaud Le Blanc | 2008-09-27 | 3 | -14/+31 |
| | | | | | | | | rate. [DOC] (HEAD only) Added session.upload_progress.min_freq http://wiki.php.net/rfc/session_upload_progress | ||||
* | Added ability to cancel upload in rfc1867 handler | Arnaud Le Blanc | 2008-09-17 | 2 | -0/+20 |
| | |||||
* | Added tests | Arnaud Le Blanc | 2008-09-11 | 13 | -0/+1168 |
| | |||||
* | Implemented ability to provide upload progress feedback through session | Arnaud Le Blanc | 2008-09-11 | 2 | -3/+311 |
| | | | | | data. | ||||
* | MFB | Jani Taskinen | 2008-09-07 | 2 | -2/+2 |
| | |||||
* | Fix test on Windows | Kalle Sommer Nielsen | 2008-09-07 | 1 | -1/+1 |
| | |||||
* | remove special treatment of /tmp path | Alexey Zakhlestin | 2008-08-31 | 2 | -12/+2 |
| | |||||
* | MFB: this test depends on session.hash_bits_per_character, but it was not ↵ | Alexey Zakhlestin | 2008-08-26 | 1 | -0/+1 |
| | | | | explicitly set | ||||
* | - Fixed some inconsistencies with the behaviour of sessions. Changed ↵ | Jani Taskinen | 2008-08-06 | 7 | -61/+73 |
| | | | | session_start() to return false when session start fails. | ||||
* | - MFB: sync parameter parsing API changes in session_set_save_handler() | Jani Taskinen | 2008-08-06 | 1 | -4/+9 |
| | |||||
* | - MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixes | Jani Taskinen | 2008-08-06 | 1 | -41/+37 |
| | |||||
* | ws + folding tags | Jani Taskinen | 2008-08-06 | 1 | -139/+173 |
| | |||||
* | - Nuke ending period | Jani Taskinen | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot com | Kalle Sommer Nielsen | 2008-08-04 | 1 | -4/+14 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | support for closures | Dmitry Stogov | 2008-07-17 | 2 | -0/+108 |
| | |||||
* | - Fix tests (do NOT assume things in php.ini always to be same...or sane) | Jani Taskinen | 2008-07-15 | 5 | -1/+18 |
| | |||||
* | - MFB: Added arginfo | Felipe Pena | 2008-06-27 | 1 | -18/+82 |
| | |||||
* | - killed off UEXPECT | Steph Fox | 2008-05-27 | 5 | -12/+9 |
| | | | | | | - com_dotnet gets a .cvsignore - Ulf will take care of mysql extensions, rest complete | ||||
* | - Removed UEXPECT(F) | Felipe Pena | 2008-05-27 | 67 | -2886/+0 |
| | |||||
* | use ZEND_U_CONVERTER() macro to prevent segfaults when the converter is not ↵ | Antony Dovgal | 2008-05-21 | 1 | -1/+1 |
| | | | | set (i.e. NULL) | ||||
* | Fix session test failures as reported by Antony Dovgal. | Ant Phillips | 2008-04-30 | 5 | -8/+20 |
| | | | | | | | These were caused by the tests assuming default values for some session configuration settings, in particular session.save_path and session.name. The tests now explicitly set these settings in the --INI-- section. | ||||
* | Fix session test failures as reported by Antony Dovgal. | Ant Phillips | 2008-04-30 | 9 | -0/+24 |
| | | | | | | | These were caused by the tests assuming default values for some session configuration settings, in particular session.save_path and session.name. The tests now explicitly set these settings in the --INI-- section. |