summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* The previous error was masked by a missing entry, sync them back up.Scott MacVicar2009-01-121-0/+1
|
* This entry doesn't exist upstream any more, it also caused all error ↵Scott MacVicar2009-01-121-1/+0
| | | | messages to be one off.
* MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in ↵Rob Richards2009-01-111-0/+4
| | | | xml_parse())
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)Rob Richards2008-12-122-3/+107
| | | | | | fix a couple warnings add test
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-057-29/+0
|
* XML tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0357-0/+8001
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-24/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+24
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-24/+0
|
* - Removed unnecessary variableFelipe Pena2008-08-241-4/+2
|
* fix foldingAntony Dovgal2008-07-171-1/+2
|
* Support for closuresDmitry Stogov2008-07-172-1/+48
|
* - Removed unnecessary #include "zend_arg_defs.c"Felipe Pena2008-07-051-3/+0
|
* - Added arginfoFelipe Pena2008-07-011-30/+162
|
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-7/+12
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* - really check for the dependency, libs and header and don't enable the ext ↵Pierre Joye2008-06-221-2/+0
| | | | if something is missing
* fix parameter parsing changeRob Richards2008-06-221-9/+4
|
* - New parameter parsing APIFelipe Pena2008-06-221-120/+115
|
* fix test namesAntony Dovgal2008-05-141-1/+1
|