Commit:7d163e8a0880ae8af2dd869071393e5dc07ef271
Author:Rob Richards Sat, 6 Jul 2013 07:53:07
-0400
Parents: e964817b244d091dc38f59f5d7f1735110b698af
Branches: PHP-5.3 PHP-5.4 PHP-5.5 master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h
Commit:e4a28b7b7b972fecd01458364c0663195352891e
Author:Rob Richards Sat, 6 Jul 2013 07:59:20
-0400
Parents: c652cc93ec5ce8f1833d023159804ebd56e1a94e
7d163e8a0880ae8af2dd869071393e5dc07ef271
Branches: PHP-5.4 PHP-5.5 master
Link:
http://git.php.net/?p=php-src.git;a
Commit:ffa72707c86750816f665656c02a0a0451300296
Author:Rob Richards Thu, 20 Sep 2012 02:34:07
-0400
Parents: dd6b7ea7bd31ec3253004901285ae0d191974c6e
Branches: PHP-5.4 master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h
Commit:c5a611b25708d709ad5c539ed764e2a268fd04a7
Author:Rob Richards Thu, 9 Aug 2012 14:24:50
-0400
Parents: c98a51a169956f3cf5f1f2eade053a38549c7315
c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb
Branches: PHP-5.4 master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff
Commit:c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb
Author:Daniel Veillard Thu, 9 Aug 2012
14:02:33 -0400
Committer: Rob Richards Thu, 9 Aug 2012 14:02:33 -0400
Parents: ed793b2a3f857fd49c0c1b036062140da5b3e674
Branches: PHP-5.3 PHP-5.4 master
Link:
http
I finally got a chance to look at the code. Any reason you didn't just
manage everything in a per request state similar to the other global
function usage? You might even be able to get away with only
initializing it on the first call to setting the loader and you already
are performing actions
I don't have a computer right now to see what you wrote for this, but we
cannot use any of the global methods unless you have protection built in
to only execute if within the context of a PHP call. Easiest way to see
the conflict is by running both mod_php and mod_perl.
Rob
On 8/29/11 9:08 P
rrichardsFri, 15 Apr 2011 14:24:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310239
Log:
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)
Bug: http://bugs.php.net/48587 (Assigned) MySQL PDO driver doesn't support SSL
c
rrichardsMon, 27 Dec 2010 19:00:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306760
Log:
typo
Changed paths:
U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c
U php/php-src/trunk/ext/simplexml/simplexml.c
Modified: php/ph
rrichardsMon, 27 Dec 2010 18:57:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306759
Log:
fix crash with entity declarations
Changed paths:
U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c
U php/php-src/trunk/ext/simplexml
rrichardsWed, 05 May 2010 11:40:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299016
Log:
fix bug #48601 (xpath() returns FALSE for legitimate query)
add test
Bug: http://bugs.php.net/48601 (Open) xpath() returns FALSE for legitimate query
rrichardsTue, 04 May 2010 15:41:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298974
Log:
fix bug #49490 (XPath namespace prefix conflict)
add test
Bug: http://bugs.php.net/49490 (Assigned) XPath namespace prefix conflict
Changed paths
rrichardsTue, 04 May 2010 12:55:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298967
Log:
fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable)
Bug: http://bugs.php.net/51721 (Open) Patch: mark DOMNodeList and
DOMNamedNodeMap
rrichardsTue, 04 May 2010 12:12:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298966
Log:
fix non-windows builds
Changed paths:
U php/php-src/trunk/sapi/apache2handler/sapi_apache2.c
Modified: php/php-src/trunk/sapi/apache2handler/sapi
generation much more.
Thanks. Dmitry.
Rob Richards wrote:
Hi Dmitry,
The discussion was a while ago (Steph was working on a way to
autogenerate them at the time). Unfortunately it failed miserably
(buildconf error'd out) when I tried to use it (tried it after the
dsps had been removed). Until th
es.
I'm also not sure if next php version is going to support VC 6.0 at all.
Thanks. Dmitry.
Rob Richards wrote:
rrichardsWed, 28 Apr 2010 14:41:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298702
Log:
revert change #298288: Remo
rrichardsFri, 09 Apr 2010 11:34:34 +
Revision: http://svn.php.net/viewvc?view=revision&revision=297744
Log:
fix bug #50828 (DOMNotation is not subclass of DOMNode)
Bug: http://bugs.php.net/50828 (Open) DOMNotation is not subclass of DOMNode
Changed path
rrichardsFri, 02 Apr 2010 20:08:15 +
Revision: http://svn.php.net/viewvc?view=revision&revision=297374
Log:
fix bug #48983 (DomDocument : saveHTMLFile wrong charset)
Bug: http://bugs.php.net/48983 (Open) DomDocument : saveHTMLFile wrong charset
and crash
rrichardsFri, 02 Apr 2010 16:19:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=297344
Log:
fix WS
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS
===
rrichardsFri, 02 Apr 2010 16:15:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=297342
Log:
re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old
trunk
add test
BFN
Bug: http://bugs.php.net/35673 (Closed) formatOutput doe
rrichardsThu, 25 Mar 2010 15:10:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296788
Log:
fix build - there are now 34 algos
Changed paths:
U php/php-src/trunk/ext/hash/hash.c
Modified: php/php-src/trunk/ext/hash/hash.c
===
rrichardsMon, 15 Mar 2010 16:20:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=296250
Log:
- Fix win32 build.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mbstring/config.w32
Modified: php/php-src/branches/PHP_5_3/ext/mbstring/conf
rrichardsFri, 15 Jan 2010 21:29:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=293597
Log:
fix bug #49463 (setAttributeNS fails setting default namespace)
add test
Bug: http://bugs.php.net/49463 (Open)
setAttributeNS("http://www.w3.org/2000/x
rrichardsWed, 06 Jan 2010 13:13:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=293176
Log:
fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)
add test
Bug: http://bugs.php.net/50661 (Assigned) DOMDocument::loadXML does not allow
UTF-
rrichardsThu, 03 Dec 2009 20:19:38 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291669
Log:
fix bug #47848 (importNode doesn't preserve attribute namespaces)
add tests
Bug: http://bugs.php.net/47848 (Open) importNode doesn't preserve attribute
rrichardsThu, 24 Sep 2009 15:10:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288658
Log:
MFH: Fixed bug #49647 (DOMUserData does not exist)
Bug: http://bugs.php.net/49647 (Closed) DOMUserData does not exist
Changed paths:
U php/
rrichardsThu, 24 Sep 2009 13:18:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288654
Log:
Fixed bug #49647 (DOMUserData does not exist)
Bug: http://bugs.php.net/49647 (Open) DOMUserData does not exist
Changed paths:
U php/php-src
rrichardsThu, 24 Sep 2009 12:40:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=288652
Log:
fix memleak
Changed paths:
U php/php-src/branches/PHP_5_2/ext/dom/documenttype.c
U php/php-src/branches/PHP_5_3/ext/dom/documenttype.c
U
rrichards Fri Jun 26 20:27:44 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/libxml libxml.c
Log:
MFH: add libxml_disable_entity_loader function
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.32.2.7.2.19&r2=1.32.2.7.2.20&diff_format
rrichards Tue Jun 23 10:50:09 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/libxml libxml.c
Log:
MFH: add libxml_disable_entity_loader function
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.32.2.7.2.15.2.11&r2=1.32.2.7.2.15.2.12&d
rrichards Tue Jun 23 10:49:01 2009 UTC
Modified files:
/php-src/ext/libxml libxml.c
Log:
add libxml_disable_entity_loader function
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.77&r2=1.78&diff_format=u
Index: php-src/ext/libxml/libxml.c
di
Hannes Magnusson wrote:
On Thu, Apr 16, 2009 at 12:16, Dmitry Stogov wrote:
dmitry Thu Apr 16 10:16:27 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/filters chunked_001.phpt
Modified files:
/php-srcNEWS
/php-src/ext/standard
rrichards Tue Apr 7 15:34:38 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1462&r2=1.2027.2.547.2.1463&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Tue Apr 7 15:33:20 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests bug47849.phpt
Modified files:
/php-src/ext/domdocument.c
Log:
MFH: fix bug #47849 (Non-deep import loses the namespace)
add test
rrichards Tue Apr 7 15:32:13 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests bug47849.phpt
Modified files:
/php-src/ext/domdocument.c
Log:
MFH: fix bug #47849 (Non-deep import loses the namespace)
add test
rrichards Tue Apr 7 15:31:15 2009 UTC
Added files:
/php-src/ext/dom/tests bug47849.phpt
Modified files:
/php-src/ext/domdocument.c
Log:
fix bug #47849 (Non-deep import loses the namespace)
add test
http://cvs.php.net/vi
rrichards Sat Mar 14 17:36:19 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
NEWS
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.510&r2=1.2027.2.547.2.965.2.511&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2
rrichards Sat Mar 14 17:30:28 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/libxml libxml.c
Log:
MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded
libxml2 version
add libxml2 version being used to info output
http://cvs.php
rrichards Fri Mar 13 19:35:14 2009 UTC
Modified files:
/php-src/ext/libxml libxml.c
Log:
add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2
version
add libxml2 version being used to info output
http://cvs.php.net/viewvc.cgi/php-sr
rrichards Fri Mar 13 14:39:08 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/win32/buildconfig.w32
Log:
fix build for VC9
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.11&r2=1.40.2.8.2.12&diff_format=u
Index: php-sr
rrichards Fri Mar 13 13:45:08 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1435&r2=1.2027.2.547.2.1436&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Fri Mar 13 13:43:57 2009 UTC
Modified files:
/php-src/ext/domattr.c document.c node.c
/php-src/ext/dom/tests bug47430.phpt
Log:
MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent
previousSibling)
add test
rrichards Fri Mar 13 13:43:29 2009 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests bug47430.phpt
Modified files:
/php-src/ext/domattr.c document.c node.c
Log:
MFB: fix bug #47430 (Errors after writing to nodeValue pa
rrichards Fri Mar 13 13:41:43 2009 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests bug47430.phpt
Modified files:
/php-src/ext/domattr.c document.c node.c
Log:
fix bug #47430 (Errors after writing to nodeValue paramet
rrichards Mon Jan 26 19:12:12 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1402&r2=1.2027.2.547.2.1403&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Mon Jan 26 19:11:20 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/domdocument.c
Log:
MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.68.2.3.2.10&r2=
rrichards Mon Jan 26 19:10:54 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/domdocument.c
Log:
MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.68.2.3.2.5.2.13
rrichards Mon Jan 26 19:10:10 2009 UTC
Modified files:
/php-src/ext/domdocument.c
Log:
fix bug #47220 (segfault in dom_document_parser in recovery mode)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.99&r2=1.100&diff_format=u
Index: php-
rrichards Tue Jan 13 18:13:01 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
news
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.450&r2=1.2027.2.547.2.965.2.451&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2
rrichards Tue Jan 13 18:06:48 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/domdom_fe.h node.c
Log:
MFH: Add method DomNode::getLineNo to return line number for a parsed node
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.14.2.1.2
rrichards Tue Jan 13 18:05:41 2009 UTC
Modified files:
/php-src/ext/domdom_fe.h node.c
Log:
Add method DomNode::getLineNo to return line number for a parsed node
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.24&r2=1.25&diff_format=u
Index
rrichards Sun Jan 11 13:59:00 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pcre php_pcre.def
Log:
MFH: export php_pcre_free to make mbstring happy
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.def?r1=1.1.2.3.2.1&r2=1.1.2.3.2.1.2.1&dif
rrichards Sun Jan 11 13:58:33 2009 UTC
Modified files:
/php-src/ext/pcre php_pcre.def
Log:
export php_pcre_free to make mbstring happy
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.def?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/pcre/php_pcr
rrichards Sun Jan 11 12:03:44 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1388&r2=1.2027.2.547.2.1389&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Sun Jan 11 12:01:55 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/xmlcompat.c
Log:
MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in
xml_parse())
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.44.2
rrichards Sun Jan 11 12:01:16 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/xmlcompat.c
Log:
MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in
xml_parse())
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.44.2
rrichards Sun Jan 11 12:00:31 2009 UTC
Modified files:
/php-src/ext/xmlcompat.c
Log:
fix bug #45996 (libxml2 2.7 causes breakage with character data in
xml_parse())
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.52&r2=1.53&diff_format=u
I
rrichards Sat Dec 27 12:22:38 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/simplexml config.w32 php_simplexml.h
Log:
MFH: proper exports/imports for win32
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/config.w32?r1=1.4.8.6&r2=1.4.8.7&d
rrichards Sat Dec 27 12:21:36 2008 UTC
Modified files:
/php-src/ext/simplexml config.w32 php_simplexml.h
Log:
proper exports/imports for win32
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/config.w32?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ex
rrichards Sat Dec 27 12:16:12 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/libxml php_libxml2.def
Log:
MFH: add missing exports
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.4.2.1.2.2.2.1&r2=1.4.2.1.2.2.2.2&diff_format=u
I
rrichards Sat Dec 27 12:14:56 2008 UTC
Modified files:
/php-src/ext/libxml php_libxml2.def
Log:
add missing exports
http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/libxml/php_libxml2.def
diff
rrichards Sat Dec 27 01:07:49 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/simplexml php_simplexml.h
Log:
MFH: force export on win32 to workaround win32 conig issues
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_simplexml.h?r1=1.20
rrichards Sat Dec 27 01:07:18 2008 UTC
Modified files:
/php-src/ext/simplexml php_simplexml.h
Log:
force export on win32 to workaround win32 conig issues
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_simplexml.h?r1=1.31&r2=1.32&diff_format=u
rrichards Fri Dec 26 20:28:44 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/simplexml php_simplexml.h php_simplexml_exports.h
simplexml.c
Log:
MFH: properly export functions
http://cvs.php.net/viewvc.cgi/php-s
rrichards Fri Dec 26 20:27:14 2008 UTC
Modified files:
/php-src/ext/simplexml php_simplexml.h php_simplexml_exports.h
simplexml.c
Log:
properly export functions
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_s
rrichards Tue Dec 16 12:54:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.415&r2=1.2027.2.547.2.965.2.416&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.20
rrichards Tue Dec 16 12:53:29 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests bug46849.phpt
Modified files:
/php-src/ext/domphp_dom.c
Log:
MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
rrichards Tue Dec 16 12:51:58 2008 UTC
Added files:
/php-src/ext/dom/tests bug46849.phpt
Modified files:
/php-src/ext/domphp_dom.c
Log:
fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
a
rrichards Fri Dec 12 04:21:02 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
fix entry
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1358&r2=1.2027.2.547.2.1359&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2
rrichards Fri Dec 12 04:18:13 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1357&r2=1.2027.2.547.2.1358&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Fri Dec 12 04:17:26 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/xml/tests bug46699.phpt
Modified files:
/php-src/ext/xmlcompat.c
Log:
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
f
rrichards Fri Dec 12 04:16:21 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/xml/tests bug46699.phpt
Modified files:
/php-src/ext/xmlcompat.c
Log:
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
f
rrichards Fri Dec 12 04:15:14 2008 UTC
Added files:
/php-src/ext/xml/tests bug46699.phpt
Modified files:
/php-src/ext/xmlcompat.c
Log:
fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
Hannes Magnusson wrote:
On Fri, Dec 5, 2008 at 19:36, Rob Richards <[EMAIL PROTECTED]> wrote:
rrichards Fri Dec 5 18:36:16 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/xslxsltprocessor.c
Log:
MFH: fix arginfo - these also
rrichards Fri Dec 5 18:36:16 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/xslxsltprocessor.c
Log:
MFH: fix arginfo - these also accept SimpleXMLElement
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.14&r2=1.39.2.
rrichards Fri Dec 5 18:35:43 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/xslxsltprocessor.c
Log:
MFH: fix arginfo - these also accept SimpleXMLElement
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.9.2.13&r2=1.3
rrichards Fri Dec 5 18:34:54 2008 UTC
Modified files:
/php-src/ext/xslxsltprocessor.c
Log:
fix arginfo - these also accept SimpleXMLElement
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.70&r2=1.71&diff_format=u
Index: php-src/ext/
rrichards Wed Oct 29 21:22:34 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/domphp_dom.c
Log:
MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.13&r2=1.73.2.12.2
rrichards Wed Oct 29 21:21:47 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/domphp_dom.c
Log:
MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.12.2.9&r2=1.73.2.
rrichards Wed Oct 29 21:21:06 2008 UTC
Modified files:
/php-src/ext/domphp_dom.c
Log:
fix bug #46406 (Unregistering nodeclass throws E_FATAL)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.112&r2=1.113&diff_format=u
Index: php-src/ext/dom
rrichards Mon Oct 20 19:30:56 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1266&r2=1.2027.2.547.2.1267&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Mon Oct 20 19:29:40 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/simplexml simplexml.c
Log:
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.
rrichards Mon Oct 20 19:29:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/simplexml simplexml.c
Log:
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.
rrichards Mon Oct 20 19:28:36 2008 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #46323 (compilation of simplexml for NetWare breaks)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.262&r2=1.263&diff_format=u
rrichards Mon Oct 20 12:46:58 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1264&r2=1.2027.2.547.2.1265&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Mon Oct 20 12:46:23 2008 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/dom/tests bug46335.phpt
Modified files:
/php-src/ext/domtext.c
Log:
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters
rrichards Mon Oct 20 12:45:47 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests bug46335.phpt
Modified files:
/php-src/ext/domtext.c
Log:
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters
rrichards Mon Oct 20 12:44:28 2008 UTC
Added files:
/php-src/ext/dom/tests bug46335.phpt
Modified files:
/php-src/ext/domtext.c
Log:
fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
add test
http:/
rrichards Tue Sep 30 15:11:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/cli/tests 002-win32.phpt
Log:
MFH: use getenv
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/002-win32.phpt?r1=1.1.2.3&r2=1.1.2.3.2.1&diff_format=u
Index: php-s
rrichards Tue Sep 30 15:10:34 2008 UTC
Modified files:
/php-src/sapi/cli/tests 002-win32.phpt
Log:
use getenv
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/002-win32.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/sapi/cli/tests/002-win32.phpt
d
rrichards Tue Sep 30 14:41:49 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/opensslopenssl.c
Log:
MFH: initialize keyresource
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.41.2.17&r2=1.98.2.5.2.41.2.18&diff_form
rrichards Tue Sep 30 14:40:58 2008 UTC
Modified files:
/php-src/ext/opensslopenssl.c
Log:
initialize keyresource
http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.168&r2=1.169&diff_format=u
Index: php-src/ext/openssl/openssl.c
diff -
rrichards Tue Sep 30 13:21:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcrun-tests.php
Log:
MFH: Windows requires SystemRoot env var to run tests
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.47&r2=1.226.2.37.2.35.2.48
rrichards Tue Sep 30 13:21:17 2008 UTC
Modified files:
/php-srcrun-tests.php
Log:
Windows requires SystemRoot env var to run tests
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.378&r2=1.379&diff_format=u
Index: php-src/run-tests.php
diff -u
rrichards Mon Sep 29 16:53:09 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.332&r2=1.2027.2.547.2.965.2.333&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.20
rrichards Mon Sep 29 16:52:45 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/dom/tests bug46185.phpt
Modified files:
/php-src/ext/domnode.c
Log:
MFH: fix bug #46185 (importNode changes the namespace of an XML element)
rrichards Mon Sep 29 16:52:03 2008 UTC
Added files:
/php-src/ext/dom/tests bug46185.phpt
Modified files:
/php-src/ext/domnode.c
Log:
fix bug #46185 (importNode changes the namespace of an XML element)
add test
http://cvs
rrichards Sun Sep 28 12:03:00 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1232&r2=1.2027.2.547.2.1233&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2
rrichards Sun Sep 28 12:01:22 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/domdocument.c
Log:
MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.68.2.3.2.8&r
rrichards Sun Sep 28 12:00:37 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/domdocument.c
Log:
MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.68.2.3.2.5.2
1 - 100 of 840 matches
Mail list logo