summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * bump yearXinchen Hui2015-01-152-2/+2
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | more range checks in ext/tidyAnatol Belski2015-08-261-3/+13
* | add range checks to ext/tidyAnatol Belski2015-08-261-6/+31
* | Removed dead codeJulien Pauli2015-08-171-1/+0
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | More warning fixesNikita Popov2015-07-171-2/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-18/+18
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
* | Avoid reallocationDmitry Stogov2015-04-071-7/+4
* | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-2/+2
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-4/+5
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | fix int to pointer castAnatol Belski2015-02-121-1/+1
* | fix data typeAnatol Belski2015-02-041-1/+1
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-101-27/+27
* | Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-106/+105
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-1/+1
|\ \
| * | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-1/+3
|\ \ \ | |/ /
| * | Fixed zval copyingXinchen Hui2014-10-221-1/+3
* | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-1/+1
* | | moved tidy to use static tsrmls pointerAnatol Belski2014-10-164-2/+13
* | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-011-108/+0
|\ \ \ | |/ /
| * | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-108/+0
* | | cleanup TSRMLS_FETCHAnatol Belski2014-09-261-1/+0
* | | cleanup after the removed PHP_OUTPUT_TSRMLSAnatol Belski2014-09-261-1/+0
|/ /
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-7/+7
|\ \
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| * | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+5
* | | Deletes patch leftoversFlorian MARGAINE2014-09-202-79/+0
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-205-10/+81
|/ /
* | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-3/+3
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-23/+23
* | basic macro replacements, all at onceAnatol Belski2014-08-191-21/+21
* | Use defined macroXinchen Hui2014-05-141-14/+1
* | Refactored tidy (all tests passes)Xinchen Hui2014-05-143-206/+186