Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move "replace value" logic to Zend | Stanislav Malyshev | 2000-11-20 | 1 | -13/+3 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Fix #3261 - variables declared as "global" in function do not get the right | Stanislav Malyshev | 2000-11-19 | 1 | -5/+26 |
| | | | | | value after session_start. | ||||
* | Add some additional checks | Sascha Schumann | 2000-11-03 | 1 | -4/+17 |
| | | | | | Submitted by: mookid@sigent.ru (Mikhail Zabaluev) | ||||
* | Fix implementation of hash algorithm | Sascha Schumann | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Const'ify part of sapi_request_info. | Sascha Schumann | 2000-11-02 | 1 | -1/+1 |
| | | | | | | query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const. | ||||
* | Add support for serializing references. | Stanislav Malyshev | 2000-10-30 | 1 | -4/+20 |
| | | | | | | @- Add support for serializing references (Stas) # WDDX and shared memory functions not covered yet | ||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -7/+7 |
| | |||||
* | Allow to send secure cookies | Stanislav Malyshev | 2000-10-28 | 2 | -4/+20 |
| | |||||
* | Add session_adapt_url(). | Sascha Schumann | 2000-10-26 | 2 | -7/+14 |
| | |||||
* | session_unset() now cleans up $HTTP_SESSION_VARS as well. | Andrei Zmievski | 2000-10-26 | 1 | -0/+3 |
| | |||||
* | Fixed a bug in session.c. If the user calls session_module_name with a | Alexander Feldman | 2000-10-23 | 1 | -7/+11 |
| | | | | | | | parameter, then the mod_data pointer is initialized to NULL and then php_session_save_current_state did not check this value before referencing the pointer. Added a check in php_session_save_current_state. | ||||
* | Fixed crash (bus error) in readdir() and session cleanup when compiled | foobar | 2000-10-18 | 1 | -1/+1 |
| | | | | | with Sun CC. | ||||
* | fix indentation | Sascha Schumann | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | fixes bug 7055 & 7235 | Daniel Beulshausen | 2000-10-16 | 1 | -6/+14 |
| | |||||
* | Add session_write_close(). This is primarily intended to enable | Sascha Schumann | 2000-10-11 | 4 | -30/+34 |
| | | | | | | | | | script writers to release the lock associated with the session lock before the request finishes. You can pass arrays now to session_set_save_handler(), so that the handlers can be located in an object for better abstraction. | ||||
* | Return SUCCESS from write handler, if vallen is 0. | Sascha Schumann | 2000-09-29 | 1 | -3/+5 |
| | | | | | | Submitted by: tcarroll@chc-chimes.com PR: #6958 | ||||
* | Clean up STR_CAT macro (it is still ugly) | Sascha Schumann | 2000-09-27 | 1 | -8/+3 |
| | |||||
* | Remove superflucious variable | Sascha Schumann | 2000-09-26 | 1 | -3/+1 |
| | |||||
* | Deactivate E_NOTICE message on gc | Sascha Schumann | 2000-09-20 | 1 | -0/+2 |
| | |||||
* | s/url_scanner.h/url_scanner_ex.h/ | Sascha Schumann | 2000-09-20 | 1 | -1/+1 |
| | |||||
* | Make the new url scanner the default. | Sascha Schumann | 2000-09-20 | 1 | -1/+1 |
| | | | | | If there are any problems (especially with characters > 127), let me know. | ||||
* | Kill warning | Sascha Schumann | 2000-09-19 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Sascha Schumann | 2000-09-19 | 1 | -3/+1 |
| | |||||
* | Libc5-readdir_r workaround | Sascha Schumann | 2000-09-11 | 1 | -1/+1 |
| | |||||
* | Convert some more "complex" expressions manually to Z_* macros. | Sascha Schumann | 2000-09-06 | 1 | -7/+7 |
| | |||||
* | Rename symbols whose first character was an underscore. | Sascha Schumann | 2000-09-06 | 3 | -49/+49 |
| | |||||
* | Convert to Z_* macros | Sascha Schumann | 2000-09-06 | 1 | -47/+47 |
| | |||||
* | Why make it more complex than necessary? | Sascha Schumann | 2000-09-06 | 1 | -58/+13 |
| | | | | | | | | | | | These changes should have been committed right after Zeev made the original change to use the PHP_INI system months ago. Instead of working around the system, we make proper use of it now. This includes using php_alter_ini_entry(), so that we change the values in the php_ps_globals struct indirectly. | ||||
* | Now it should not crash, though still leaks | Stanislav Malyshev | 2000-09-05 | 1 | -1/+8 |
| | | | | | # I'll continue with it tomorrow | ||||
* | This fix wasn't quite right and is no longer necessary after the recent ↵ | Zeev Suraski | 2000-09-05 | 1 | -1/+1 |
| | | | | php_ini optimizations | ||||
* | - Fix leak | Zeev Suraski | 2000-09-05 | 1 | -3/+3 |
| | | | | | - Remove redundant php_ini code | ||||
* | Fix crash | Stanislav Malyshev | 2000-09-05 | 2 | -2/+1 |
| | | | | | # This is getting worse... Seems that more work is needed | ||||
* | - Remove track_vars - it is now always on | Zeev Suraski | 2000-09-05 | 1 | -38/+7 |
| | | | | | | | - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings | ||||
* | Try to fix session INI variables handling | Stanislav Malyshev | 2000-09-05 | 1 | -21/+38 |
| | | | | | | | | This should also fix #6538. # This code gets really hairy, I do not like it, # but it's the only working thing I could come with. # If original creator reviews and cleans it up, it'd be great | ||||
* | Extend HTTP headers for private-caching and add a new PHP function | Sascha Schumann | 2000-09-01 | 2 | -5/+33 |
| | | | | | | | session_cache_limiter. Submitted by: Jon Parise <jon@csh.rit.edu> | ||||
* | s/PATH_MAX/MAXPATHLEN/ | Sascha Schumann | 2000-09-01 | 1 | -1/+1 |
| | |||||
* | Speed up standard php encoding function and add new php_binary serializer. | Sascha Schumann | 2000-09-01 | 1 | -11/+99 |
| | |||||
* | Solaris/x86 insists of having a large buffer for storing the result of | Sascha Schumann | 2000-09-01 | 1 | -2/+3 |
| | | | | | | | readdir_r(), otherwise it will segfault. PR: #6479 | ||||
* | Fix build | Zeev Suraski | 2000-08-20 | 1 | -3/+3 |
| | |||||
* | Provide PHP_SEPARATOR which expands to the default directory separator | Sascha Schumann | 2000-08-20 | 1 | -9/+3 |
| | | | | | on the target platform. | ||||
* | Remove bogus "by" | Sascha Schumann | 2000-08-10 | 1 | -1/+1 |
| | |||||
* | Open session files in binary mode (fix #5953) | Stanislav Malyshev | 2000-08-05 | 1 | -3/+7 |
| | | | | | @- Fixed \n in session variables bug on Win32 (Stas) | ||||
* | Reworded some of the php_error messages for grammar and clarity. | Jon Parise | 2000-07-27 | 1 | -6/+6 |
| | | | | | (For example, settled on "cannot" instead of "can't" in all case) | ||||
* | Always use the current DIR_DELIMITER to create the session file path | Sascha Schumann | 2000-07-11 | 1 | -1/+1 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 8 | -8/+8 |
| | |||||
* | Also output the name of the save_handler when reporting a failed write | Sascha Schumann | 2000-07-10 | 1 | -2/+5 |
| | | | | | attempt. | ||||
* | Fix stupid bug. | Stanislav Malyshev | 2000-07-09 | 1 | -9/+9 |
| | |||||
* | (PHP session_destroy) return the error condition from storage handler's | Sascha Schumann | 2000-07-05 | 2 | -7/+19 |
| | | | | | | | session_destroy method. Submitted by: juhl@eisenstein.dk | ||||
* | Fix couple of crashes on error conditions | Stanislav Malyshev | 2000-07-02 | 1 | -1/+12 |
| | | | | | Make session_module_name really work |