Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
f0c8366a |
| 08-Jul-2010 |
Dmitry Stogov |
- use interned strings for auto globals - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
9e5313fd |
| 08-Jun-2010 |
Pierre Joye |
- [DOC] MFH: add session.entropy* support to windows
|
#
38d334f8 |
| 08-Jun-2010 |
Pierre Joye |
- [DOC] MFH: add session.entropy* support to windows
|
#
bfe51d38 |
| 08-Jun-2010 |
Pierre Joye |
- [DOC] add session.entropy* support to windows
|
#
24ef6501 |
| 02-Jun-2010 |
Pierre Joye |
- silent warning
|
#
2fd5a6a1 |
| 02-Jun-2010 |
Pierre Joye |
- silent warning
|
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
show more ...
|
#
4f3b6196 |
| 11-May-2010 |
Arnaud Le Blanc |
- code cleanups - cleanup progress data from session vars as soon as all post data has been readden (upload_progress.cleanup ini setting allows to disable this)
|
#
da9448f3 |
| 10-May-2010 |
Arnaud Le Blanc |
Added upload progress feedback in session data as describied in RFC : http://wiki.php.net/rfc/session_upload_progress
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
64f372fa |
| 26-Apr-2010 |
Ilia Alshanetsky |
Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser
|
#
3c78ad76 |
| 26-Apr-2010 |
Ilia Alshanetsky |
Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser
|
#
e73a7941 |
| 22-Apr-2010 |
Kalle Sommer Nielsen |
Removed the session 4.2 bug compatibility mode
|
#
b8ada243 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Drop php_register_var(), Thanks Felipe
|
#
3f291443 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed session_is_registered(), session_register() and session_unregister(). -- They are no longer needed without register_globals
|
#
febee112 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_globals
|
#
a5304b13 |
| 15-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)
|
#
9692a361 |
| 31-Mar-2010 |
Rasmus Lerdorf |
Set session.entropy_file to /dev/urandom or /dev/arandom by default if present at compile-time. Addresses part of bug #51436
|
#
995d15eb |
| 22-Mar-2010 |
Ilia Alshanetsky |
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
|
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065
|
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner)
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
dff4e7fd |
| 31-Jan-2010 |
Ilia Alshanetsky |
Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak.
|
Revision tags: php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
5ab649e6 |
| 04-Dec-2009 |
Dmitry Stogov |
Fixed compilation
|
#
3e6ac4fb |
| 04-Dec-2009 |
Stanislav Malyshev |
protect http_session_vars from interrupt corruption improve save_path check
|