History log of /PHP-7.0/ext/standard/basic_functions.c (Results 176 – 200 of 1233)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


# 01dee2c4 26-Oct-2012 Antony Dovgal

fix bug #63369

(un)serialize() leaves dangling pointers, causes crashes


# f2bffdc2 26-Oct-2012 Antony Dovgal

fix bug #63369

(un)serialize() leaves dangling pointers, causes crashes


# 6fd5ba5c 17-Sep-2012 Anthony Ferrara

Fix arg info for required params passed to needs_rehash


# 7ec80e1a 12-Sep-2012 Anthony Ferrara

Fix incorrect arg info required param count for password_hash


# e05413ca 28-Aug-2012 Anthony Ferrara

Remove password_make_salt() from the implementation


# 4970926e 12-Aug-2012 Xinchen Hui

Fixed bug #62763 (register_shutdown_function and extending class)


# b81b8bf7 18-Jul-2012 Xinchen Hui

this initialization is unnecessary anymore after commit 2d9d2cadadf0fdf12a01b4a689d0554e1450904f


# d12f8d67 14-Jul-2012 Andrew Faulds

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_g

Removed Logo GUIDs and replaced with Data URIs and div hidden with JS

- removed php_logo_guid()
- removed php_egg_logo_guid()
- removed php_real_logo_guid()
- removed zend_logo_guid()
- removed logo GUID handling
- removed logo GUIDs from source
- added logo data URIs instead for phpinfo()
- added credits to phpinfo() page, but hidden by default

show more ...


# ee7e7998 05-Jul-2012 Anthony Ferrara

Implement password_get_info() function


# 5160dc11 05-Jul-2012 Anthony Ferrara

Implement password_needs_rehash() function


# 6943f2ab 03-Jul-2012 Anthony Ferrara

Some more refactoring, make algo no longer optional


# 896ac689 11-Jun-2012 Marc Easen

Fixed the common misspelling of the word occurred (occured -> occurred)


# 232da903 27-Jun-2012 Anthony Ferrara

Implement php.ini setting password.bcrypt_cost


# 2d4b7cb6 26-Jun-2012 Anthony Ferrara

Refactor salt generation, rename password_create to password_hash


# c77f2c29 25-Jun-2012 Anthony Ferrara

Base structure for passsword_create and password_make_salt


# 74b4ef50 06-Jun-2012 Jille Timmermans

Implement boolval() with a test


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 9c886ea5 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).


# 7337a901 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).


# 4cccba09 12-Mar-2012 Ilia Alshanetsky

Fixed bug #60222 (time_nanosleep() does validate input params).


# 0169020e 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


# 7166298d 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


# f413b372 08-Mar-2012 Gustavo André dos Santos Lopes

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_coun

- Fixed bug #61253: Wrappers opened with errors concurrency problem
#NOTE: There is a very small possibility that this will further break
#extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the
#only one and it may leak memory after this. I say "further break" because
#extensions that do that are already broken (will segfault) under ZTS, which is
#why this patch is necessary.
#There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.

show more ...


Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


12345678910>>...50