Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
* | | | fix arg order, CFLAGS is the fifth arg in m4 | Anatol Belski | 2014-10-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | moved tidy to use static tsrmls pointer | Anatol Belski | 2014-10-16 | 4 | -2/+13 | |
| | | | ||||||
* | | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | for better comparability with the mainstream | |||||
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-01 | 1 | -108/+0 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (26 commits) Micro optimization Drop unused INIT_STRING opcode Drop unused RAISE_ABSTRACT_ERROR opcode CT substitute unqualified true/false/null in namespaces Fix a couple compile warnings fix test filename one more test to illustrate transfer of an arbitrary data amount throug pipes fix tests on linux better test cleanup Use more readable inline functions increase the polling period to not to break existing behaviours updated NEWS Fixed bug #51800 proc_open on Windows hangs forever Fixed segfault Set an LDAP error code when failing ldap_bind due to null bytes Fix segmentation fault in debug_backtrace() Drop support for GMP 4.1 Make gmp_setbit and gmp_clrbit return values consistent removed *.dsw and *.dsp files Opcache compatibility for coalesce operator ... | |||||
| * | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -108/+0 | |
| | | | ||||||
* | | | 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 | |
|/ / | ||||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -7/+7 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -5/+5 | |
| | | | ||||||
* | | | Deletes patch leftovers | Florian MARGAINE | 2014-09-20 | 2 | -79/+0 | |
| | | | ||||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 5 | -10/+81 | |
|/ / | ||||||
* | | 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 | 3 | -206/+186 | |
| | | ||||||
* | | 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 | 2 | -2/+2 | |
| | ||||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 | |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | |||||
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 | |
| | ||||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
| | ||||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 3 | -3/+3 | |
| | ||||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-21 | 1 | -1/+1 | |
|\ | | | | | | | | | * PHP-5.3: Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt | |||||
| * | Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt | Matt Ficken | 2012-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fix bug 61676 ext\tidy\tests\bug54682.phpt fails Conflicts: ext/tidy/tests/bug54682.phpt | |||||
| * | Fix bug 61676 ext\tidy\tests\bug54682.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | fix bug #54682 (tidy null pointer dereference) | Antony Dovgal | 2012-02-07 | 2 | -3/+7 | |
| | | ||||||
| * | minor tweak to warning to fix the bug54682.phpt test | Nuno Lopes | 2012-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | revert r319254 (fix bug #54682) since it is not correct | Nuno Lopes | 2012-01-21 | 2 | -6/+20 | |
| | | | | | | | | | | 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 | 2 | -2/+2 | |
| | | ||||||
| * | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 2 | -1/+14 | |
| | | ||||||
| * | - force LF (svn prop and config) | Pierre Joye | 2011-09-07 | 4 | -11/+12 | |
| | | ||||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 | |
| | | ||||||
| * | - keep node creation check | Pierre Joye | 2011-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | - keep inode creation check | Pierre Joye | 2011-04-25 | 1 | -0/+4 | |
| | | ||||||
| * | - fix use of unitiliazed var | Pierre Joye | 2011-04-24 | 1 | -3/+3 | |
| | | ||||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 | |
| | | ||||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -2/+14 | |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | |||||
* | | 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 | 2 | -6/+20 | |
| | | | | | | | | | | 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 |