History log of /PHP-5.5/ext/standard/basic_functions.c (Results 26 – 50 of 1086)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5bc2854b 11-Jan-2013 Ben Ramsey

array_column: Implement ability to specify an index column


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# 9035a1ed 14-Apr-2012 Ben Ramsey

Implement new array function array_column()

array_column() returns the values of the specified column from a
multi-dimensional array.


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 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 ...


12345678910>>...44