#
92f61634 |
| 22-Dec-2000 |
Sascha Schumann |
(PHP session_unset) Return early, if no session was started. PR: #8354
|
#
aa6d2ac5 |
| 22-Dec-2000 |
Zeev Suraski |
Heads up people! Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
5347ef17 |
| 22-Nov-2000 |
Sascha Schumann |
Whitespace fix and initialize ret properly
|
#
119ee485 |
| 20-Nov-2000 |
Stanislav Malyshev |
Move "replace value" logic to Zend
|
#
92dd81ba |
| 19-Nov-2000 |
Stanislav Malyshev |
Fix #3261 - variables declared as "global" in function do not get the right value after session_start.
|
#
43ff395b |
| 02-Nov-2000 |
Sascha Schumann |
Const'ify part of sapi_request_info. query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const.
|
#
c31faf0b |
| 30-Oct-2000 |
Stanislav Malyshev |
Add support for serializing references. @- Add support for serializing references (Stas) # WDDX and shared memory functions not covered yet
|
#
1fd09132 |
| 29-Oct-2000 |
Zeev Suraski |
Initial steps to move the INI mechanism to the Zend engine
|
#
06de8e78 |
| 28-Oct-2000 |
Stanislav Malyshev |
Allow to send secure cookies
|
#
4f757a3a |
| 26-Oct-2000 |
Sascha Schumann |
Add session_adapt_url().
|
#
27a1c12a |
| 26-Oct-2000 |
Andrei Zmievski |
session_unset() now cleans up $HTTP_SESSION_VARS as well.
|
#
7c11cfaf |
| 23-Oct-2000 |
Alexander Feldman |
Fixed a bug in session.c. If the user calls session_module_name with a parameter, then the mod_data pointer is initialized to NULL and then php_session_save_current_state did not check this v
Fixed a bug in session.c. If the user calls session_module_name with a 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.
show more ...
|
#
d2d5320e |
| 11-Oct-2000 |
Sascha Schumann |
Add session_write_close(). This is primarily intended to enable script writers to release the lock associated with the session lock before the request finishes. You can pass arrays n
Add session_write_close(). This is primarily intended to enable 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.
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
5bf4e785 |
| 27-Sep-2000 |
Sascha Schumann |
Clean up STR_CAT macro (it is still ugly)
|
#
d959c647 |
| 26-Sep-2000 |
Sascha Schumann |
Remove superflucious variable
|
#
9c6414d6 |
| 20-Sep-2000 |
Sascha Schumann |
Deactivate E_NOTICE message on gc
|
#
07e71ce1 |
| 20-Sep-2000 |
Sascha Schumann |
s/url_scanner.h/url_scanner_ex.h/
|
#
61dc840c |
| 20-Sep-2000 |
Sascha Schumann |
Make the new url scanner the default. If there are any problems (especially with characters > 127), let me know.
|
#
51498e1d |
| 19-Sep-2000 |
Sascha Schumann |
Kill warning
|
#
2ec04360 |
| 19-Sep-2000 |
Sascha Schumann |
*** empty log message ***
|
#
cb410a2f |
| 06-Sep-2000 |
Sascha Schumann |
Convert some more "complex" expressions manually to Z_* macros.
|
#
5bbddee8 |
| 06-Sep-2000 |
Sascha Schumann |
Rename symbols whose first character was an underscore.
|
#
4fb5088f |
| 06-Sep-2000 |
Sascha Schumann |
Convert to Z_* macros
|
#
4eb24818 |
| 06-Sep-2000 |
Sascha Schumann |
Why make it more complex than necessary? These changes should have been committed right after Zeev made the original change to use the PHP_INI system months ago. Instead of work
Why make it more complex than necessary? 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.
show more ...
|
#
795083a1 |
| 05-Sep-2000 |
Stanislav Malyshev |
Now it should not crash, though still leaks # I'll continue with it tomorrow
|