History log of /PHP-8.0/ext/libxml/libxml.c (Results 101 – 125 of 205)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# bf6fea6b 29-Nov-2012 Dmitry Stogov

Fixed bug #61557 (Crasher in tt-rss backend.php)


# 1a09bf80 29-Nov-2012 Dmitry Stogov

Fixed bug #61557 (Crasher in tt-rss backend.php)


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1
# 2f1c4064 30-Oct-2012 Xinchen Hui

Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)

Simply change the expect parameter type, the valid of the resource will
be checked in using time.


Revision tags: 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
# 503358c1 09-Jun-2012 Gustavo André dos Santos Lopes

Fix bug #62266

Custom extension segfaults during xmlParseFile with FPM SAPI
because the regular list is not prepared during the MINIT phase
and our custom external entity loader trie

Fix bug #62266

Custom extension segfaults during xmlParseFile with FPM SAPI
because the regular list is not prepared during the MINIT phase
and our custom external entity loader tries to open PHP streams.

show more ...


Revision tags: 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, php-5.3.11RC2, php-5.4.1RC2
# 94f1c05f 04-Apr-2012 Xinchen Hui

Fixed bug #61617 (Libxml tests failed(ht is already destroyed))


Revision tags: php-5.3.11RC1, php-5.4.1RC1
# 167e2fd7 25-Mar-2012 Stanislav Malyshev

fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN


Revision tags: PHP-5.4.1-RC1, 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, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# dc32339c 02-Sep-2011 Gustavo André dos Santos Lopes

- Use our external entity loader only in the context of a PHP request.


# 29b76e6d 02-Sep-2011 Gustavo André dos Santos Lopes

- Use our external entity loader only in the context of a PHP request.


Revision tags: yaf-2.1.0
# 63fa1fb1 30-Aug-2011 Pierre Joye

- ws


# 4bd71a6c 30-Aug-2011 Pierre Joye

- ws


# 361903fb 30-Aug-2011 Pierre Joye

- ws


# 7bd50502 30-Aug-2011 Gustavo André dos Santos Lopes

- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
also use libxml2 may be affected ne

- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
also use libxml2 may be affected negatively.

show more ...


# 6affeb6b 30-Aug-2011 Gustavo André dos Santos Lopes

- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
also use libxml2 may be affected ne

- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and
also use libxml2 may be affected negatively.

show more ...


# 934aba9f 29-Aug-2011 Pierre Joye

- fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either


# 72467592 29-Aug-2011 Pierre Joye

- fix build, TSRMLS_FETCH must be the last declaration statement and init using TSRM cannot be done before either


# 1d5e5086 29-Aug-2011 Gustavo André dos Santos Lopes

- Added libxml_set_external_entity_loader().


# 0d7e6a73 29-Aug-2011 Gustavo André dos Santos Lopes

- Added libxml_set_external_entity_loader().


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 8806c371 11-Jul-2011 Christian Stocker

Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
(MFT - Merged from Trunk)


123456789