Anatol Belski
073c79b8b5
moved tidy to use static tsrmls pointer
2014-10-16 16:30:26 +02:00
Anatol Belski
c00424e427
bring back all the TSRMLS_FETCH() stuff
...
for better comparability with the mainstream
2014-10-15 09:37:55 +02:00
Anatol Belski
d624b0d5eb
Merge remote-tracking branch 'origin/master' into native-tls
...
* 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
...
2014-10-01 01:33:46 +02:00
Anatol Belski
4b3e198023
removed *.dsw and *.dsp files
2014-09-28 19:02:09 +02:00
Anatol Belski
9b025fbe91
cleanup TSRMLS_FETCH
2014-09-26 20:59:58 +02:00
Anatol Belski
14eefc82b5
cleanup after the removed PHP_OUTPUT_TSRMLS
2014-09-26 12:11:07 +02:00
Florian MARGAINE
8eb7e7bf7f
Merge branch 'master' into issue-67910
...
Conflicts:
README.PARAMETER_PARSING_API
ext/gmp/tests/001.phpt
2014-09-20 10:09:21 +02:00
Florian MARGAINE
58ed832fc9
Deletes patch leftovers
2014-09-20 10:03:54 +02:00
Florian MARGAINE
cf0303e782
Replaces php5 with php7, without whitespace changes.
2014-09-20 10:01:44 +02:00
Johannes Schlüter
d0cb715373
s/PHP 5/PHP 7/
2014-09-19 18:33:14 +02:00
Dmitry Stogov
88d7ca44f6
Refactored INI subsystem to use zend_string* instead of char*
2014-09-01 20:57:33 +04:00
Anatol Belski
3234480827
first show to make 's' work with size_t
2014-08-27 20:49:31 +02:00
Anatol Belski
202e8db1dc
fixed several long vs zend_long casts
2014-08-26 11:26:53 +02:00
Anatol Belski
af59e92b24
master renames phase 7
2014-08-25 21:51:49 +02:00
Anatol Belski
c3e3c98ec6
master renames phase 1
2014-08-25 19:24:55 +02:00
Anatol Belski
63d3f0b844
basic macro replacements, all at once
2014-08-19 08:07:31 +02:00
Xinchen Hui
b57b1ff495
Use defined macro
2014-05-14 16:54:14 +08:00
Xinchen Hui
0f6c93d620
Refactored tidy (all tests passes)
2014-05-14 16:44:07 +08:00
Dmitry Stogov
050d7e38ad
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
Dmitry Stogov
f4cfaf36e2
Use better data structures (incomplete)
2014-02-10 10:04:30 +04:00
Xinchen Hui
c081ce628f
Bump year
2014-01-03 11:08:10 +08:00
Christopher Jones
c6d977dd39
Fix long-standing visual pain point: the misalignment of './configure help' text.
...
Whitespace changes and a couple of grammar fixes.
2013-08-06 11:06:09 -07:00
Veres Lajos
8d86597d73
non living code related typo fixes
2013-08-04 16:05:36 -07:00
Xinchen Hui
0a7395e009
Happy New Year
2013-01-01 16:28:54 +08:00
Marc Easen
896ac689c9
Fixed the common misspelling of the word occurred (occured -> occurred)
2012-06-30 16:54:03 -07:00
Anatoliy Belsky
fbb86bd7b3
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt
2012-05-21 12:52:10 +02:00
Matt Ficken
c973fef48d
Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt
2012-05-21 12:51:24 +02:00
Anatoliy Belsky
ede519d1d6
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fix bug 61676 ext\tidy\tests\bug54682.phpt fails
Conflicts:
ext/tidy/tests/bug54682.phpt
2012-04-16 13:42:52 +02:00
Anatoliy Belsky
c981016e41
Fix bug 61676 ext\tidy\tests\bug54682.phpt fails
2012-04-16 13:38:13 +02:00
Antony Dovgal
ce1a1f5f49
fix bug #54682 (tidy null pointer dereference)
2012-02-07 20:49:10 +00:00
Antony Dovgal
206f123bd3
fix bug #54682 (tidy null pointer dereference)
2012-02-07 20:49:10 +00:00
Nuno Lopes
773f4c5242
minor tweak to warning to fix the bug54682.phpt test
2012-01-23 09:22:38 +00:00
Nuno Lopes
e718c53223
revert r319254 (fix bug #54682 ) since it is not correct
...
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
2012-01-21 11:32:56 +00:00
Nuno Lopes
4dd01451dd
revert r319254 (fix bug #54682 ) since it is not correct
...
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
2012-01-21 11:32:56 +00:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
bb6835f727
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
2011-11-15 15:16:20 +00:00
Felipe Pena
236120d80e
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
2011-11-15 15:16:20 +00:00
Pierre Joye
4426bfee51
- force LF (svn prop and config)
2011-09-07 10:14:18 +00:00
Pierre Joye
828cf36a7f
- force LF (svn prop and config)
2011-09-07 10:12:04 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
4b30846b50
- Make usage of new PHP_FE_END macro
2011-07-25 11:35:02 +00:00
Rasmus Lerdorf
fb2ce0bb00
Don't expect a path for tidy_repair_string() and fix the tests
2011-06-12 14:49:10 +00:00
Felipe Pena
32b5f8a1a3
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
...
# The tests will be fixed in the next commits
2011-06-06 21:28:16 +00:00
Pierre Joye
2d0ab7c98b
- keep node creation check
2011-04-25 09:31:00 +00:00
Pierre Joye
b948b7d8ea
- keep node creation check
2011-04-25 09:31:00 +00:00
Pierre Joye
cd4928c99a
- keep inode creation check
2011-04-25 09:28:08 +00:00
Pierre Joye
c8542ceac6
- keep inode creation check
2011-04-25 09:28:08 +00:00
Pierre Joye
be24877c84
- fix use of unitiliazed var
2011-04-24 22:08:11 +00:00
Pierre Joye
6336b28019
- fix use of unitiliazed var
2011-04-24 22:08:11 +00:00