summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Collapse)AuthorAgeFilesLines
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2123-131/+131
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+36
|
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-133-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (37 commits) NEWS NEWS Fix bug #68601 buffer read overflow in gd_gif_in.c Fixed compilation warnings Removed unnecessary checks pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary Merged PR #911. Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before. Updated NEWS Updated NEWS Updated NEWS Fix bug #68532: convert.base64-encode omits padding bytes Updated NEWS Updated NEWS Updated NEWS Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor) Updated NEWS Updated NEWS Fix MySQLi tests Fixed gd test ...
| * Skip buncha tests on 32-bitAndrea Faulds2014-11-293-2/+3
| |
* | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
| |
* | ext/libxml, ext/xml and ext/soap use static tsrmls pointerAnatol Belski2014-10-174-3/+12
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+3
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/xmlAnatol Belski2014-09-261-3/+0
|/
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-204-23/+14
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
| |
| * make xml_utf8_ encode/decode work with size_tAnatol Belski2014-09-142-6/+6
| |
| * Fix ext/xml warningsNikita Popov2014-09-061-13/+4
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/
* 's' works with size_t round 3Anatol Belski2014-08-271-4/+6
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
|
* fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
|
* master renames phase 1Anatol Belski2014-08-251-73/+73
|
* Merge branch 'PHP-5.6'Ferenc Kovacs2014-08-241-23/+0
|\ | | | | | | | | | | | | | | * PHP-5.6: this test depends on the simplexml ext, not just on xml Conflicts: ext/simplexml/tests/bug62328.phpt
| * 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
| | |
* | | fix zppAnatol Belski2014-08-211-8/+8
| | |
* | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-211-0/+2
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Zend/zend_exceptions.c
| * | | only run this test if SimpleXML is loadedkrakjoe2014-08-211-0/+2
| | | |
* | | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c
| * | | Fixed encoding supportDmitry Stogov2014-08-191-1/+1
| | | |
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-54/+54
|/ / /
* | | cleanupDmitry Stogov2014-08-131-16/+18
| | |
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-4/+2
| | |
* | | cleanupDmitry Stogov2014-06-031-1/+1
| | |
* | | Fixed bug introduced during conversion to "phpng"Dmitry Stogov2014-05-071-1/+2
| | |
* | | Initialize "retval"Dmitry Stogov2014-05-071-27/+10
| | |
* | | Fix memory error in ext/xmlNikita Popov2014-05-051-1/+3
| | |
* | | Fixed segfault in _xml_xmlchar_zvalXinchen Hui2014-05-051-1/+2
| | |
* | | Fixed Reference handling in xml_parse_into_structXinchen Hui2014-05-051-2/+3
| | |
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-37/+37
| | |
* | | Refactor XML (incompleted)Xinchen Hui2014-05-032-405/+337
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-11/+19
| | |
* | | 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