Xinchen Hui
|
a2045ff332
|
Happy New Year~
|
2013-01-01 16:02:16 +08:00 |
|
Johannes Schlüter
|
b025b9d0cf
|
Fix #62432 ReflectionMethod random corrupt memory on high concurrent
This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()
|
2012-06-27 23:26:33 +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
|
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 |
|
Nuno Lopes
|
773f4c5242
|
minor tweak to warning to fix the bug54682.phpt test
|
2012-01-23 09:22:38 +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
|
bb6835f727
|
- 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 |
|
Felipe Pena
|
23e438594d
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:42:53 +00:00 |
|
Pierre Joye
|
2d0ab7c98b
|
- 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
|
be24877c84
|
- fix use of unitiliazed var
|
2011-04-24 22:08:11 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Pierre Joye
|
ce96fd6b07
|
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
|
2010-11-18 15:22:22 +00:00 |
|
Jani Taskinen
|
af49e58f51
|
- Reverted r296062 and r296065
|
2010-03-12 10:28:59 +00:00 |
|
Jani Taskinen
|
06f072cb5e
|
MFH: Improved / fixed output buffering (Michael Wallner)
|
2010-03-11 10:24:29 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Pierrick Charron
|
eac3e3e4a4
|
Add a test for tidyNode::__construct()
|
2009-12-29 16:06:27 +00:00 |
|
Pierrick Charron
|
3554a27429
|
Set the tidyNode constructor private
|
2009-12-28 17:01:24 +00:00 |
|
Pierrick Charron
|
832eb472c5
|
Changed tidyNode class to disallow manual node creation.
|
2009-12-25 21:24:36 +00:00 |
|
Pierrick Charron
|
3cc801b9b0
|
Fixed bug #50558 (Broken object model when extending tidy)
|
2009-12-25 01:35:57 +00:00 |
|
Patrick Allaert
|
74560ac75e
|
Merging last tests made in HEAD
|
2009-09-01 13:41:18 +00:00 |
|
Zoe Slattery
|
467dbf859a
|
test for /ext/tidy from stefan priebsch
|
2009-03-16 20:38:19 +00:00 |
|
Felipe Pena
|
857959838f
|
- Fixed tests
|
2009-01-09 02:11:54 +00:00 |
|
Ilia Alshanetsky
|
194fff3551
|
Param parsing cleanup
|
2009-01-06 23:45:16 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Antony Dovgal
|
16fef2c6b0
|
MFH
|
2008-12-27 20:23:12 +00:00 |
|
Antony Dovgal
|
16df93413f
|
MFH: fix compile warning
|
2008-12-27 20:22:10 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Pierre Joye
|
c1ddd7bea5
|
- MFH: first static lib then dyn or old one
|
2008-08-01 11:21:50 +00:00 |
|
Felipe Pena
|
bedd323878
|
- Added arginfo (functions)
|
2008-07-03 01:55:48 +00:00 |
|
Felipe Pena
|
84a8bb038a
|
MFH: New way for check void parameters
|
2008-03-10 22:15:36 +00:00 |
|
Marcus Boerger
|
6b778b0def
|
- MFH revert over constfying
|
2008-01-27 15:04:41 +00:00 |
|
Nuno Lopes
|
65e86e459a
|
more const kewywording
remove spl_functions_none var (wast used anywhere
|
2008-01-25 20:29:48 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Yiduo (David) Wang
|
4b4d634cb9
|
MFH: Added macros for managing zval refcounts and is_ref statuses
|
2007-10-07 05:22:07 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Nuno Lopes
|
fa0efe45e0
|
fix crash when fetching a node type that doesnt exist
# reported in a manual user note
|
2007-09-20 22:25:06 +00:00 |
|
Ilia Alshanetsky
|
a4e199018c
|
Docs were added
|
2007-08-14 23:53:34 +00:00 |
|
Nuno Lopes
|
e73b3b0dc4
|
update for latest library rlease
|
2007-07-17 10:29:32 +00:00 |
|
Nuno Lopes
|
b8fbcae5b3
|
get ride of warnings (different signdess)
|
2007-05-04 17:11:05 +00:00 |
|
Ilia Alshanetsky
|
44aefd1ea0
|
Fixed test to work with new version of libtidy that strips spaces
|
2007-02-24 15:35:04 +00:00 |
|
Nuno Lopes
|
8b9f475ac6
|
merge the tidyNode::getParent() patch from HEAD
|
2007-02-11 16:07:30 +00:00 |
|
Nuno Lopes
|
a2b7b84685
|
add test
|
2007-01-23 19:26:24 +00:00 |
|
Nuno Lopes
|
8e8b369bc2
|
fix a few crashes
|
2007-01-23 19:23:29 +00:00 |
|
Nuno Lopes
|
65975bfc15
|
new tests. bump code coverage to 81%
|
2007-01-20 12:50:19 +00:00 |
|