David Soria Parra
c918ca57a7
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Replace $Revision$ with $Id$ in keyword expansion enable files
Enable $Id$ expansion for files with the $Revision$ keyword
Conflicts:
ext/mysqlnd/mysqlnd.h
2012-03-20 17:58:58 +01:00
David Soria Parra
f7b10abae9
Replace $Revision$ with $Id$ in keyword expansion enable files
2012-03-20 17:53:47 +01: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
Christian Stocker
e1813b69c5
Merge from Trunk
...
simplexml->query returns empty array if no nodes were found
and false if libxml thinks the xpath-expression was invalid.
Behaves now the same like DomXPath and fixes Bug #48601
Adjusted a test to reflect that change
2011-09-01 13:42:45 +00:00
Christian Stocker
13fa5542f7
simplexml->query returns empty array if no nodes were found
...
and false if libxml thinks the xpath-expression was invalid.
Behaves now the same like DomXPath and fixes Bug #48601
Adjusted a test to reflect that change
2011-08-31 11:44:22 +00:00
Felipe Pena
997f323e3a
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
2011-08-06 14:47:44 +00:00
Felipe Pena
707a8f70b8
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
2011-08-06 14:47:44 +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
Ilia Alshanetsky
14ed144318
Fixed test 008
2011-06-07 01:40:54 +00:00
Ilia Alshanetsky
de2291689c
Fixed test 008
2011-06-07 01:40:54 +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
Andrew Curioso
1e3b32c777
Commiting r311138 into the 5.3 branch - fix to SimpleXML get properties hash
2011-05-18 04:43:21 +00:00
Felipe Pena
f912a2d087
- Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ReflectionMethod)
2011-02-11 21:10:48 +00:00
Felipe Pena
ed2cdf31d3
- Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ReflectionMethod)
2011-02-11 21:10:48 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Antony Dovgal
c4a5af24e0
fix segfault when node is NULL
2010-12-27 21:47:52 +00:00
Antony Dovgal
874954ed97
fix segfault when node is NULL
2010-12-27 21:47:52 +00:00
Rob Richards
6fab69a17d
typo
2010-12-27 19:00:13 +00:00
Rob Richards
8029a7563c
typo
2010-12-27 19:00:13 +00:00
Rob Richards
2479cd6ec9
fix crash with entity declarations
2010-12-27 18:57:49 +00:00
Rob Richards
8bd6c63f66
fix crash with entity declarations
2010-12-27 18:57:49 +00:00
Pierre Joye
d8d014be78
- revert fix for #52655 , rev. 302614
2010-08-23 17:01:44 +00:00
Pierre Joye
a6c5363f05
- revert fix for #52655 , rev. 302614
2010-08-23 17:01:44 +00:00
Kalle Sommer Nielsen
3947bfeadf
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)
2010-08-21 16:22:46 +00:00
Kalle Sommer Nielsen
77755af9b6
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)
2010-08-21 16:22:46 +00:00
Dmitry Stogov
04e72491bb
Fixed a possible crash because of recursive GC invocation
2010-05-17 07:50:33 +00:00
Dmitry Stogov
059e2be153
Fixed a possible crash because of recursive GC invocation
2010-05-17 07:50:33 +00:00
Rob Richards
1e96fbe4a8
fix bug #48601 (xpath() returns FALSE for legitimate query)
...
add test
2010-05-05 11:40:11 +00:00
Rob Richards
8a0450698d
fix bug #48601 (xpath() returns FALSE for legitimate query)
...
add test
2010-05-05 11:40:11 +00:00
Felipe Pena
df43d76e62
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)
2010-04-20 16:24:21 +00:00
Felipe Pena
3a0a2af52c
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)
2010-04-20 16:24:21 +00:00
Dmitry Stogov
94dd83722b
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
2010-04-20 10:57:45 +00:00
Kalle Sommer Nielsen
8c634336f3
Added parameter parsing check to SimpleXMLElement::count()
2010-02-25 17:06:32 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Ilia Alshanetsky
b6b56ba87a
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
...
# original patch by wmeler at wp-sa dot pl
2009-10-07 12:46:29 +00:00
Hannes Magnusson
4ed202e185
MFH: Mark spl as required and fix extension loading order
...
# Not needed in 5.2 as the simplexmliterator is part of spl there
2009-06-11 09:41:15 +00:00
David Coallier
0328eaea77
- Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)
...
- Added test for bug #46048
2009-02-03 21:42:35 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Rob Richards
5690e188da
MFH: properly export functions
2008-12-26 20:28:43 +00:00
Etienne Kneuss
3919b16f04
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
2008-11-19 02:00:53 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Etienne Kneuss
27e41ff48c
MFH: Fix #45976 (Move SXE from SPL to SimpleXML)
2008-11-06 00:37:13 +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
Arnaud Le Blanc
1d5ba8bb21
MFH: initialize optional vars
2008-10-21 23:39:15 +00:00
Rob Richards
2f3b8856ee
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
2008-10-20 19:29:04 +00:00
Alexey Zakhlestin
5058774e1f
propagated const, to avoid "discards qualifiers from pointer target type" errors
2008-10-16 11:38:25 +00:00