Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | Also re bug #71575. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 |
| | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | | more range checks in ext/tidy | Anatol Belski | 2015-08-26 | 1 | -3/+13 |
| | | |||||
* | | add range checks to ext/tidy | Anatol Belski | 2015-08-26 | 1 | -6/+31 |
| | | |||||
* | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -1/+0 |
| | | |||||
* | | More warning fixes | Nikita Popov | 2015-07-17 | 1 | -2/+1 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -18/+18 |
| | | | | | | | | semantick changes). | ||||
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods | ||||
* | | Avoid reallocation | Dmitry Stogov | 2015-04-07 | 1 | -7/+4 |
| | | |||||
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -4/+2 |
| | | |||||
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -2/+2 |
| | | | | | | | | which also comply with the current semantics for such macros | ||||
* | | fix int to pointer cast | Anatol Belski | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | fix data type | Anatol Belski | 2015-02-04 | 1 | -1/+1 |
| | | |||||
* | | Move zend_object->guards into additional slot of ↵ | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -27/+27 |
| | | |||||
* | | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -106/+105 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | | Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some ↵ | Guilherme Blanco | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | currently defined classes as final which were just not being considered as such before. | ||||
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-24 | 1 | -1/+3 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (214 commits) fix datatype mismatch warnings fix datatype mismatches fix datatype mismatches fix datatype mismatches fix datatype mismatch warnings fix datatype mismatch warnings fix datatype mismatch warnings fix datatype mismatch warning fix datatype mismatches fix datatype mismatch warnings Re-add phpdbg to travis Added some NEWS Make xml valid (missing space between attrs) Fix info classes file name in xml Add note about <eval> tag for errors in xml.md Name the tag <eval> if the error id during ev cmd Do not print out xml as PHP print... Fix output to wrong function Fixed parameter order on %.*s Too much copypaste... ... | ||||
| * | | Fixed zval copying | Xinchen Hui | 2014-10-22 | 1 | -1/+3 |
| | | | |||||
* | | | moved tidy to use static tsrmls pointer | Anatol Belski | 2014-10-16 | 1 | -0/+7 |
| | | | |||||
* | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | | | | | | | | | for better comparability with the mainstream | ||||
* | | | cleanup TSRMLS_FETCH | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
| | | | |||||
* | | | cleanup after the removed PHP_OUTPUT_TSRMLS | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
|/ / | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -5/+5 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -8/+8 |
| | | |||||
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -3/+3 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -23/+23 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -21/+21 |
| | | |||||
* | | Use defined macro | Xinchen Hui | 2014-05-14 | 1 | -14/+1 |
| | | |||||
* | | Refactored tidy (all tests passes) | Xinchen Hui | 2014-05-14 | 1 | -186/+166 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+4 |
| | | |||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | fix bug #54682 (tidy null pointer dereference) | Antony Dovgal | 2012-02-07 | 1 | -2/+6 |
| | |||||
* | revert r319254 (fix bug #54682) since it is not correct | Nuno Lopes | 2012-01-21 | 1 | -1/+1 |
| | | | | | add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | Don't expect a path for tidy_repair_string() and fix the tests | Rasmus Lerdorf | 2011-06-12 | 1 | -4/+6 |
| |