#
9c3ebd10 |
| 24-Jun-2008 |
Dmitry Stogov |
Fixed memory leaks
|
#
015f82d2 |
| 21-Jun-2008 |
Felipe Pena |
- New parameter parsing API
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2 |
|
#
944061ba |
| 15-Apr-2008 |
Scott MacVicar |
Fixed bug #44720 (Prevent infinite recursion within session_register)
|
Revision tags: php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
1a08aadc |
| 11-Mar-2008 |
Dmitry Stogov |
Fixed memory corruption because of double free()
|
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters
|
#
3e99d5cc |
| 07-Mar-2008 |
Gwynne Raskind |
MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
6b7f1648 |
| 03-Aug-2007 |
Stanislav Malyshev |
correct fix for access control for save_path and .htaccess
|
Revision tags: php-5.2.4RC1 |
|
#
30340921 |
| 29-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #42135 (Second call of session_start() causes creation of SID)
|
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
e2d606e1 |
| 17-Jun-2007 |
Ilia Alshanetsky |
Fixed compiler warning
|
#
df7bfe0a |
| 16-Jun-2007 |
Stefan Esser |
MFH
|
#
70a8f931 |
| 15-Jun-2007 |
Stanislav Malyshev |
Disallow characters that Cookie RFC does not allow in unquoted cookies
|
#
d042fd06 |
| 07-Jun-2007 |
Antony Dovgal |
MFH: php_gmtime_r() fixes
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0 |
|
#
69650d0e |
| 16-May-2007 |
Stanislav Malyshev |
do not send cookie when session is passed in URL, same as it happens with GET/POST
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1 |
|
#
39f9184f |
| 04-Apr-2007 |
Antony Dovgal |
MFH: fix #40998 (long session array keys are truncated)
|
Revision tags: RELEASE_1_0_1 |
|
#
7aab16c3 |
| 14-Mar-2007 |
Ilia Alshanetsky |
Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free Vulnerability # Discovered by Stefan Esser
|
#
a500d1ef |
| 03-Mar-2007 |
Ilia Alshanetsky |
Adjust checks to allow paths without a trailing /
|
#
4735df26 |
| 02-Mar-2007 |
Ilia Alshanetsky |
Improve safe_mode check
|
Revision tags: php-4.4.6 |
|
#
efad70c2 |
| 27-Feb-2007 |
Ilia Alshanetsky |
snprintf() -> slprintf()
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
#
3e262bd3 |
| 24-Feb-2007 |
Stanislav Malyshev |
disallow negative length
|
Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
ae792a06 |
| 10-Jan-2007 |
Dmitry Stogov |
Fixed SIGSEGV
|
#
81729c1e |
| 09-Jan-2007 |
Ilia Alshanetsky |
Prevent SESSION/GLOBALS overload via session decoding
|