History log of /PHP-5.5/ext/standard/basic_functions.c (Results 51 – 75 of 1086)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2
# 4fffb5f5 22-Nov-2011 Felipe Pena

- Fixed invalid free in call_user_method() function


# 97d7f9e1 22-Nov-2011 Felipe Pena

- Fixed invalid free in call_user_method() function


# 37594978 22-Nov-2011 Felipe Pena

- Fixed invalid free in call_user_method() function


# fd2e3d6d 15-Nov-2011 David Soria Parra

Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)

Patch by David Zuelke <david dot zuelke at bitextender dot com>


# 13ba2da5 15-Nov-2011 David Soria Parra

Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)

Patch by David Zuelke <david dot zuelke at bitextender dot com>


# 50b2e02c 11-Nov-2011 Rui Hirokawa

revert changes to fix bug #60116.


# 40a951cc 11-Nov-2011 Rui Hirokawa

revert changes to fix bug #60116.


# 8b6a2d25 11-Nov-2011 Arpad Ray

Fix hash key length in register/remove_user_shutdown_function


# d39dbdee 11-Nov-2011 Arpad Ray

Fix hash key length in register/remove_user_shutdown_function


# 2d97e08d 10-Nov-2011 Hannes Magnusson

register the new shell escape constants


Revision tags: php-5.4.0RC1
# 6fac17f9 09-Nov-2011 Felipe Pena

- Initialize BG(serialize_lock) to make valgrind happy


# cc8d4334 09-Nov-2011 Felipe Pena

- Initialize BG(serialize_lock) to make valgrind happy


Revision tags: php-5.3.9RC1
# f17a2154 23-Oct-2011 Rui Hirokawa

fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes.


Revision tags: php-5.4.0beta2
# 16f63472 26-Sep-2011 Pierre Joye

- be sure to check if the var ha not been removed between the two calls


# aeee365d 26-Sep-2011 Pierre Joye

- be sure to check if the var ha not been removed between the two calls


# 2b8fe11d 26-Sep-2011 Pierre Joye

- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc


# 60bf324e 26-Sep-2011 Pierre Joye

- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc


# 3e0e2820 26-Sep-2011 Pierre Joye

- Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc


Revision tags: php-5.4.0beta1
# 45a96e0d 13-Sep-2011 Arpad Ray

fix zts break in r316688


# f8a943cc 13-Sep-2011 Arpad Ray

fix zts break in r316688


12345678910>>...44