summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵Dmitry Stogov2015-09-241-1/+1
| | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
* 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 ↵Dmitry Stogov2015-06-301-18/+18
| | | | semantick changes).
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-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
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
|
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
| | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions.
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
| | | | | | | | | TypeException stays as-is for now because it uses messages that are incompatible with the way exception messages are displayed. closure_038.phpt and a few others now show that we're generating too many exceptions for compound operations on undefined properties -- this needs to be fixed in a followup.
* 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
| | | | which also comply with the current semantics for such macros
* 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 ↵Dmitry Stogov2015-02-041-1/+1
| | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Blanco2014-12-121-1/+1
| | | | | | | | currently defined classes as final which were just not being considered as such before.
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-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 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
| | | | | | | | for better comparability with the mainstream
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-011-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 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
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * 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
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
|
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|