History log of /php-src/NEWS (Results 8001 – 8025 of 15457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2cdd5ba5 27-Aug-2014 Andrea Faulds

NEWS, UPGRADING

# 0686b444 25-Aug-2014 Julien Pauli

implement #67886

# ffab52ad 25-Aug-2014 Daniel Lowrey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Update NEWS


# f463523c 25-Aug-2014 Daniel Lowrey

Update NEWS

# 86674b58 23-Aug-2014 Tjerk Meesters

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed #67694: Regression in session_regenerate_id()

Conflicts:
ext/session/session.c


# ce9bdae3 23-Aug-2014 Tjerk Meesters

Fixed #67694: Regression in session_regenerate_id()

# 3b82c4e5 21-Aug-2014 Michael Wallner

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
fix bug #67865
updated NEWS to fit last release
NEWS
Fix bug #67878 program_prefix not honoured in man pages


# c4fb183b 21-Aug-2014 Michael Wallner

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
fix bug #67865


# 54fbbded 21-Aug-2014 Michael Wallner

fix bug #67865

# dbbf1c2a 21-Aug-2014 Julien Pauli

updated NEWS to fit last release

# 76c2a9f4 21-Aug-2014 Remi Collet

NEWS

# 43ed5612 21-Aug-2014 Remi Collet

NEWS

# 9185cfd5 20-Aug-2014 Remi Collet

NEWS

# 90ed6d0e 19-Aug-2014 Andrea Faulds

NEWS and UPGRADING

# 96f812e4 19-Aug-2014 Lior Kaplan

Add NEWS entry for bug #67730

# ac0c864c 19-Aug-2014 Lior Kaplan

Add CVE ID for bug #67539

# d382d6f3 19-Aug-2014 Lior Kaplan

Add NEWS entry for bug #67492

Included in 5.5.14 with commit d9c5a1d

# 9360b6ee 19-Aug-2014 Lior Kaplan

Add NEWS entry for bug #67730

# 276bead9 19-Aug-2014 Lior Kaplan

Add NEWS entry for bug #67730

Included in 5.4.32 with commit 706aefb

# 359bc0ee 19-Aug-2014 Lior Kaplan

Add CVE ID for bug #67539

# 1ec93f80 19-Aug-2014 Sara Golemon

Merge branch 'PHP-5.6'

* PHP-5.6:
Switch use of strtok() to gd_strtok_r()


# a309dda7 19-Aug-2014 Sara Golemon

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Switch use of strtok() to gd_strtok_r()


# ac456962 19-Aug-2014 Sara Golemon

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Switch use of strtok() to gd_strtok_r()

Conflicts:
NEWS


# cbe1597b 19-Aug-2014 Sara Golemon

Switch use of strtok() to gd_strtok_r()

strtok() is not thread safe, so this will potentially break in
very bad ways if used in ZTS mode.

I'm not sure why gd_strtok_r() exists s

Switch use of strtok() to gd_strtok_r()

strtok() is not thread safe, so this will potentially break in
very bad ways if used in ZTS mode.

I'm not sure why gd_strtok_r() exists since it seems to do the
same thing as strtok_r(), but I'll assume it's a portability
decision and do as the Romans do.

show more ...

# cdd987b1 19-Aug-2014 Remi Collet

NEWS

1...<<321322323324325326327328329330>>...619