summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-262-53/+70
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak Fix bug #72099: xml_parse_into_struct segmentation fault 5.5.36 now Fix bug #72094 - Out of bounds heap read access in exif header processing Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset Fix for bug #71912 (libgd: signedness vulnerability) Typo in NEWS Conflicts: configure.in main/php_version.h
| * Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-262-53/+70
| |
| * Bump yearXinchen Hui2015-01-154-4/+4
| |
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
| |
* | Skip test for old glibc iconvChristoph M. Becker2015-09-091-0/+2
| | | | | | | | | | | | | | bug32001.phpt has a high failure rate for the submitted reports. According to several samples it seems the iconv implementation of glibc 2.12 (released 2010-05) is the culprit. It seems appropriate to skip the test for such old versions.
* | bump yearXinchen Hui2015-01-154-4/+4
|/
* Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-08-241-21/+0
|\ | | | | | | | | * PHP-5.4: this test depends on the simplexml ext, not just on xml
| * this test depends on the simplexml ext, not just on xmlFerenc Kovacs2014-08-241-21/+0
| |
| * Bump yearXinchen Hui2014-01-034-4/+4
| |
* | Bump yearXinchen Hui2014-01-034-4/+4
| |
* | TabifyChristopher Jones2013-08-201-15/+15
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-202-107/+107
|\ \ | |/ | | | | | | | | * PHP-5.4: Eliminate compiler warnings: "warning: pointer targets in initialization differ in signedness" Eliminate compiler warnings "warning: pointer targets in initialization differ in signedness"
| * Eliminate compiler warnings: "warning: pointer targets in initialization ↵Christopher Jones2013-08-201-4/+4
| | | | | | | | differ in signedness"
| * Eliminate compiler warnings "warning: pointer targets in initialization ↵Christopher Jones2013-08-201-103/+103
| | | | | | | | differ in signedness"
* | code related typo fixesVeres Lajos2013-08-182-6/+9
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-2/+2
|/ | | | | | text. Whitespace changes and a couple of grammar fixes.
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-07-101-0/+15
|\
| * add test for bug #65236Johannes Schlüter2013-07-101-0/+15
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2013-07-061-40/+50
|\ \ | |/ | | | | | | | | # By Rob Richards (1) * PHP-5.3: truncate results at depth of 255 to prevent corruption
| * truncate results at depth of 255 to prevent corruptionRob Richards2013-07-061-40/+50
| |
| * Happy New Year~Xinchen Hui2013-01-014-4/+4
| |
* | Happy New YearXinchen Hui2013-01-014-4/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| |
| * - Year++Felipe Pena2012-01-014-4/+4
| |
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-014-4/+4
| |
| * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-131-0/+1
| | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
| * - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-272-30/+134
| | | | | | | | | | | | | | | | of reported malformed sequences). (Gustavo) #Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode. #In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's #get_next_char is different and is not prepared to recover appropriately from #errors.
* | Fixed bug #62328 (implementing __toString and a cast to string fails)Xinchen Hui2012-08-121-0/+21
| | | | | | | | __toString should has a high priority
* | - Year++Felipe Pena2012-01-014-4/+4
| |
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-2128-28/+28
| |
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-225-10/+0
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* | - Year++Felipe Pena2011-01-014-4/+4
| |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-1/+2
| | | | | | | | generate the install-headers cmd
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-272-30/+34
| | | | | | | | | | | | | | | | of reported malformed sequences). (Gustavo) #Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode. #In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's #get_next_char is different and is not prepared to recover appropriately from #errors.
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+172
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-172/+0
|/ | | | anymore and are barely updated nor available for all extensions
* Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).Pierrick Charron2010-01-052-2/+135
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* - Fix testJani Taskinen2009-12-141-3/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
|
* This needs to be larger to avoid an overflow on the bit-shifting in this ↵Rasmus Lerdorf2009-08-271-1/+1
| | | | function
* fix testAntony Dovgal2009-01-131-2/+2
|
* Fix build, missing commaScott MacVicar2009-01-121-1/+1
|