Hannes Magnusson
|
fb35a562ef
|
Fix arginfo for libxml_disable_entity_loader() and
libxml_use_internal_errors()
|
2009-06-23 12:27:36 +00:00 |
|
Rob Richards
|
b408366658
|
add libxml_disable_entity_loader function
|
2009-06-23 10:49:00 +00:00 |
|
Felipe Pena
|
b474e18f6c
|
- Removed unused variables
|
2009-03-26 22:16:48 +00:00 |
|
Felipe Pena
|
8ecf8ede1f
|
- Removed:
- UG(unicode) checks
- pcre_cache_entry.unicode_mode
- Changed:
- ZEND_STR_TYPE -> IS_UNICODE
- convert_to_text -> convert_to_unicode
- convert_to_text_ex -> convert_to_unicode_ex
(Felipe, Steph)
|
2009-03-26 20:02:53 +00:00 |
|
Rob Richards
|
6b475098f8
|
add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
add libxml2 version being used to info output
|
2009-03-13 19:35:14 +00:00 |
|
Marcus Boerger
|
d4f5b3f0a9
|
- This is PHP 6 - if this ... ever gets out
|
2009-03-10 23:40:06 +00:00 |
|
Sebastian Bergmann
|
7f4dc8702a
|
Bump copyright year, 3 of 3.
|
2008-12-31 11:12:40 +00:00 |
|
Rob Richards
|
0c1e5d044c
|
add missing exports
|
2008-12-27 12:14:56 +00:00 |
|
Felipe Pena
|
43791516db
|
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
|
2008-11-17 11:26:25 +00:00 |
|
Felipe Pena
|
e006a89e71
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:10:13 +00:00 |
|
Felipe Pena
|
7eb2715464
|
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:34:17 +00:00 |
|
Rob Richards
|
76f6fcb56e
|
fix warning
|
2008-08-25 21:04:00 +00:00 |
|
Rob Richards
|
7e8013c9cc
|
- Visibility (bug #45557)
|
2008-07-22 10:29:14 +00:00 |
|
Hannes Magnusson
|
a1420c3e90
|
Fix proto
|
2008-07-21 09:36:41 +00:00 |
|
Pierre Joye
|
0ccf442868
|
- MFB: do not enable libxml or dom when a dep/header/lib is missing
|
2008-07-15 16:47:40 +00:00 |
|
Steph Fox
|
4be7f4aecd
|
- killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
|
2008-05-27 18:16:04 +00:00 |
|
Elizabeth Marie Smith
|
132ecdfa7d
|
MFB and steph's pecl fixes into confutils
|
2008-05-14 03:32:27 +00:00 |
|
Rob Richards
|
ec042f7d55
|
fix bug #41562 (SimpleXML memory issue)
|
2008-01-30 15:28:09 +00:00 |
|
Dmitry Stogov
|
42a683d688
|
Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)
|
2008-01-30 09:56:22 +00:00 |
|
Rob Richards
|
0466c8c54b
|
add missing export
|
2008-01-27 16:32:37 +00:00 |
|
Sebastian Bergmann
|
9b620d50b4
|
Bump copyright year, 2 of 2.
|
2007-12-31 07:12:20 +00:00 |
|
Rob Richards
|
003142f21e
|
starting with 2.6.30, standard libxml2 build can be used
|
2007-12-04 17:14:02 +00:00 |
|
Yiduo (David) Wang
|
95da0dc570
|
Added macros for managing zval refcounts and is_ref statuses
|
2007-10-07 05:15:07 +00:00 |
|
Dmitry Stogov
|
8146078f7b
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:28:44 +00:00 |
|
Antony Dovgal
|
467b4569df
|
an attempt to fix win32 build
|
2007-08-01 11:43:27 +00:00 |
|
Rob Richards
|
7fac5158d7
|
MFB: Fixed Bug #42112 (deleting a node produces memory corruption)
add test
|
2007-07-28 08:34:09 +00:00 |
|
Jani Taskinen
|
7e9e8c950f
|
- ws + compile warning fixes
|
2007-07-21 00:49:53 +00:00 |
|
foobar
|
f0f44a3652
|
- Fix some configure --help texts
|
2007-07-03 17:24:39 +00:00 |
|
Dmitry Stogov
|
85279a4dce
|
Allowed loading XML from unicode strings
|
2007-06-29 13:58:34 +00:00 |
|
Ilia Alshanetsky
|
32c28b2fcc
|
MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request
scope).
|
2007-06-18 16:46:40 +00:00 |
|
Antony Dovgal
|
5b6e3d3cbf
|
fix test
|
2007-04-20 21:01:03 +00:00 |
|
Rob Richards
|
7550b6d14e
|
fix bug #40598 (libxml segfault)
mark more functions unicode safe
|
2007-02-23 11:13:42 +00:00 |
|
Sara Golemon
|
26e15947ba
|
Allow libxml DomNodes to remain persistent when requested by other extensions
|
2007-01-08 20:01:23 +00:00 |
|
Sebastian Bergmann
|
3717df72ae
|
Bump year.
|
2007-01-01 09:29:37 +00:00 |
|
Dmitry Stogov
|
57d22421db
|
Unicode support.
Now the real UG(unicode) value is available during MINIT calls.
|
2006-11-17 10:48:53 +00:00 |
|
Nuno Lopes
|
80507d62ea
|
MFB
|
2006-11-10 18:05:58 +00:00 |
|
Antony Dovgal
|
19ac74fd23
|
fix tests
|
2006-09-19 12:06:49 +00:00 |
|
Rob Richards
|
f79418bbd1
|
fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)
|
2006-09-07 11:24:22 +00:00 |
|
Rob Richards
|
cd347ea2e5
|
update def file
|
2006-09-06 23:48:02 +00:00 |
|
Edin Kadribasic
|
cf933ed410
|
MFB: Fixed bug #38190 (threading issues on windows 2003)
|
2006-09-06 21:48:57 +00:00 |
|
Nuno Lopes
|
573f153e06
|
MFB: int->zend_bool where possible
|
2006-09-05 12:42:25 +00:00 |
|
Rob Richards
|
28f56af1ae
|
additional unicode/xml macros
|
2006-08-08 20:42:38 +00:00 |
|
Antony Dovgal
|
61312ae102
|
fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
|
2006-08-06 17:41:39 +00:00 |
|
Rob Richards
|
4e1b1c07fb
|
add unicode compatible macros for returning strings from xml based extensions
|
2006-07-19 18:28:30 +00:00 |
|
Dmitry Stogov
|
e3fb2af28e
|
Fixed memory leak
|
2006-07-04 07:34:32 +00:00 |
|
Nuno Lopes
|
a6c5fb5354
|
MFB: new tests
|
2006-06-27 22:54:29 +00:00 |
|
Hannes Magnusson
|
7589f995c9
|
Removed obsolete arg_info include
|
2006-06-26 14:10:57 +00:00 |
|
Hannes Magnusson
|
fc53160464
|
Revert accidental libxml class property declaration..
|
2006-06-17 13:15:37 +00:00 |
|
Hannes Magnusson
|
587311d07e
|
Added argument info
Fixed protos
Fixed vim folding
|
2006-06-17 13:00:21 +00:00 |
|
Dmitry Stogov
|
943960c324
|
Added automatic module globals management
|
2006-06-13 13:12:20 +00:00 |
|