1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

21250 Commits

Author SHA1 Message Date
119e150189 ChangeLog update 2003-05-27 00:30:59 +00:00
Marcus Boerger e525904c8e For now that works.
# However some of the register stuff must be moved to the engine.
# And inside the engine some fixes are needed, too.
2003-05-27 00:14:04 +00:00
foobar 61e09677b2 MFB: nuked php_header() call from the sapi_cgi_log_message() 2003-05-26 23:22:05 +00:00
Moriyoshi Koizumi 3cd1ea3154 Changed the test so it would not fail on some old platforms. 2003-05-26 22:16:14 +00:00
Marcus Boerger 6d913a3bfc - Fix handling of abstract methods. They must be inherited when inheriting
a method.
- Fix entry more (should be amed has_more).
- Add a check against that bug.
2003-05-26 22:06:49 +00:00
Marcus Boerger 955460a319 Add pseudo constant __METHOD__ to easily report namespace::class::method.
# This is especially good for tests. Since it does not draw away from the
# real issues and nicely reports what is needed to identify a method.
2003-05-26 20:45:22 +00:00
Derick Rethans 87a85db670 - MFB 2003-05-26 18:37:48 +00:00
Derick Rethans 7bd188fcf0 - Fix typo 2003-05-26 09:45:46 +00:00
Sterling Hughes afc2196715 add support for querying nodes with xpath expressions. 2003-05-26 03:57:41 +00:00
foobar 380bf699ae Added regression test for bug #23788 2003-05-26 03:55:08 +00:00
Sterling Hughes 3c511d9f24 add namespace support 2003-05-26 02:42:41 +00:00
Shane Caraveo e3e22511b1 one more define to make it load into php 2003-05-26 02:28:20 +00:00
Shane Caraveo ea1437d711 get rid of crudy stuff 2003-05-26 02:19:14 +00:00
Shane Caraveo 8e58169364 now builds on windows 2003-05-26 02:18:38 +00:00
Sterling Hughes fb14866796 add a new function simplexml_load_string() 2003-05-26 01:41:25 +00:00
Sterling Hughes 1410e81847 several changes improvements, including the new
simplexml_save_document_string() function which saves a XML document to a
string variable
2003-05-26 01:37:02 +00:00
Sterling Hughes 97b5a5df4f sascha points out this is more purdy-like 2003-05-26 01:03:51 +00:00
Shane Caraveo ce91e18377 http://bugs.php.net/bug.php?id=14409
move from PHP_4_3
2003-05-26 00:46:24 +00:00
01e5787e0a ChangeLog update 2003-05-26 00:30:57 +00:00
Sterling Hughes 3192da2d2b this is right
but it shouldn't be
2003-05-26 00:27:30 +00:00
Sterling Hughes ad509c690a add a note, and implement this properly later 2003-05-25 22:03:47 +00:00
Sterling Hughes bb2a324b65 use proper types 2003-05-25 21:58:09 +00:00
Sterling Hughes 3d62c3ebb7 remove compiler warnings 2003-05-25 21:50:30 +00:00
Ilia Alshanetsky 2e361db1fe Fixed bug #23788 (str|preg_replace clober the array elements).
# Should this be MFBed to 4.3 branch?
2003-05-25 21:48:57 +00:00
Sterling Hughes cf8a7bd235 add/fix assignments for both nodes and attributes
add a working get_property_ptr construct
2003-05-25 21:44:54 +00:00
Marcus Boerger 0b4cbe26a7 Add a testcase to foreach/break 2003-05-25 19:24:29 +00:00
Marcus Boerger 13f50103ae Make foreach on spl'ed objects work with break, too 2003-05-25 19:10:44 +00:00
Marcus Boerger 2f0ea97617 Speling 2003-05-25 12:10:48 +00:00
Sebastian Bergmann 70fa1ff7f5 Hopefully get correct display of version information. 2003-05-25 07:23:41 +00:00
Sebastian Bergmann f53360616e Leftover. 2003-05-25 06:22:35 +00:00
Marcus Boerger 21bbfb503e Optimizations 2003-05-25 01:36:50 +00:00
e8dba2cba1 ChangeLog update 2003-05-25 00:30:58 +00:00
Sterling Hughes 981f5051a9 exploit the not yet committed, not yet shown cast_object() object callback.
this makes simplexml the mostest bestest xml extension in the whole wide
world.
2003-05-25 00:05:30 +00:00
Marcus Boerger 96034f390b Optimizing by caching class entries, too.
# The comment block inside ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FE_FETCH)
# is a tricky way to create result = array(key => value) very fast.
# But it is close to overoptimizing.
2003-05-24 21:02:33 +00:00
Marcus Boerger 0b0e0e9511 Update after fix 2003-05-24 17:12:58 +00:00
Marcus Boerger e035046ac2 Add new test 2003-05-24 17:10:34 +00:00
Marcus Boerger 3b2fa8bb96 Fix namespace related problems 2003-05-24 17:10:03 +00:00
Marcus Boerger 135415ca8f fix error resulting from strlen() -> sizeof() change in engine macros 2003-05-24 15:51:24 +00:00
Marcus Boerger 29a5535394 Fixes and optimizations 2003-05-24 13:47:49 +00:00
Marcus Boerger de0d3366c1 Fix speling found by Allowee <php@allowee.no-ip.com> 2003-05-24 12:00:03 +00:00
Sebastian Bergmann d1cb228bf1 Get rid of references to expat in MSVC project files. For now this expects libxml2 (library and includes) in one of the MSVC default include/library directories. Right now it doesn't link, dunno why -- working on it. 2003-05-24 08:03:38 +00:00
07adb2e19f ChangeLog update 2003-05-24 00:30:49 +00:00
Moriyoshi Koizumi 2e5013efec Added test case for bug #17115 2003-05-23 23:27:24 +00:00
Sara Golemon a8b38817ac Jani will learn me about NEWS entries yet. 2003-05-23 22:58:25 +00:00
foobar 2709f628e3 this fix will be in 4.3.2.. 2003-05-23 22:41:38 +00:00
Marcus Boerger 4980461081 Executing tests once is enough 2003-05-23 22:35:15 +00:00
Marcus Boerger 2537e01c77 Allow writing a list of failed tests.
# use php run-tests.php -h for more.
2003-05-23 22:01:38 +00:00
Sara Golemon 4942030f1d BFN 23765 2003-05-23 21:42:03 +00:00
Sara Golemon dccf33b4e8 MFB(r-1.122.2.10)
Bug#23765 File upload handler should not care about case sensitivity of header values.
2003-05-23 21:40:45 +00:00
Marcus Boerger 7ff718f455 Make this a warning 2003-05-23 20:51:49 +00:00