summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* add some range checks to ext/domAnatol Belski2015-08-261-2/+19
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* Remove unneded space(s)Dmitry Patsura2015-08-031-2/+2
* remove TSRMLS_*Anatol Belski2015-08-021-2/+2
* Merge branch 'PHP-5.6'Christoph M. Becker2015-07-311-1/+4
|\
| * test fails with old libxml2; skip in this caseChristoph M. Becker2015-07-311-1/+4
* | Various warning fixesNikita Popov2015-07-171-1/+1
* | DOMDocument::saveXML has a 2nd optional argRasmus Lerdorf2015-07-101-0/+1
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-309-18/+18
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-0/+12
|\ \ | |/
| * added regression test for bug #69679Christoph M. Becker2015-06-271-0/+12
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-237-39/+39
* | more precise way to destroy iterator objectAnatol Belski2015-06-191-1/+3
* | added test for bug #69846Anatol Belski2015-06-191-0/+162
* | better approach to fix bug #69846Anatol Belski2015-06-192-4/+7
* | partial fix to bug #69846Anatol Belski2015-06-181-1/+2
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-142-9/+21
|\ \
| * \ Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-092-9/+21
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-2/+2
| | |\
| | | * Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-2/+2
| | | |\
| | | | * fix testStanislav Malyshev2015-06-091-2/+2
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-091-5/+17
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-091-5/+17
| | | |\ \ | | | | |/
| | | | * Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-06-091-5/+17
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-174-4/+4
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-177-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Tweak uncaught exception message displayNikita Popov2015-05-177-7/+7
* | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1610-14/+14
|/ / / /
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-154-4/+16
* | | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+4
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-142-2/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-142-55/+64
| |\ \ \ | | |/ /
| | * | Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2015-04-141-54/+55
| | |\ \ | | | |/
| | | * fix non-standard CStanislav Malyshev2015-04-141-54/+55
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-112-1/+9
| | |\ \ | | | |/
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-112-1/+9
| | * | Bump yearXinchen Hui2015-01-1537-37/+37
| * | | bump yearXinchen Hui2015-01-1537-37/+37
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-0614-87/+41
* | | | Fixed typosXinchen Hui2015-03-302-2/+2
* | | | Fixed testsXinchen Hui2015-03-302-0/+2
* | | | fix exports and shared compilationAnatol Belski2015-03-233-61/+66
* | | | Implement engine exceptionsDmitry Stogov2015-03-092-6/+6
* | | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-3/+1
* | | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-102-17/+6
* | | | fix wars about importing of locally defined symbolsAnatol Belski2015-02-041-13/+11
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-2/+2
* | | | fix warningsMichael Wallner2015-01-302-2/+2