]>
granicus.if.org Git - php/log
Adam Dickmeiss [Fri, 30 May 2003 09:48:50 +0000 (09:48 +0000)]
Prevent yaz from logging unless yaz.log_file is set
<changelog@php.net> [Fri, 30 May 2003 00:31:03 +0000 (00:31 +0000)]
NEWS update
<changelog@php.net> [Fri, 30 May 2003 00:30:57 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Fri, 30 May 2003 00:11:37 +0000 (00:11 +0000)]
MFB
Marcus Boerger [Thu, 29 May 2003 23:55:07 +0000 (23:55 +0000)]
Fix last commit
Marcus Boerger [Thu, 29 May 2003 23:44:22 +0000 (23:44 +0000)]
Optimize
Ilia Alshanetsky [Thu, 29 May 2003 23:39:41 +0000 (23:39 +0000)]
Fixed compiler warnings.
Marcus Boerger [Thu, 29 May 2003 23:34:23 +0000 (23:34 +0000)]
Make use of ze2 code
Marcus Boerger [Thu, 29 May 2003 21:08:08 +0000 (21:08 +0000)]
Optimize interface checks
Uwe Schindler [Thu, 29 May 2003 21:05:29 +0000 (21:05 +0000)]
fix of incomplete windows fix
Hartmut Holzgraefe [Thu, 29 May 2003 20:19:03 +0000 (20:19 +0000)]
fix for crashbug with user level wrapper implementations of stream_stat
Uwe Schindler [Thu, 29 May 2003 20:13:42 +0000 (20:13 +0000)]
Changes for compilation under windows
Marcus Boerger [Thu, 29 May 2003 19:27:11 +0000 (19:27 +0000)]
Fix ~ operator in class constants.
Marcus Boerger [Thu, 29 May 2003 19:11:51 +0000 (19:11 +0000)]
Execute --SKIPIF-- like --FILE--
Marcus Boerger [Thu, 29 May 2003 19:00:40 +0000 (19:00 +0000)]
Faster interface inheritance & faster inheritance checks
Marcus Boerger [Thu, 29 May 2003 15:47:08 +0000 (15:47 +0000)]
MFH-Update
Marcus Boerger [Thu, 29 May 2003 14:45:03 +0000 (14:45 +0000)]
Simply print errors
Marcus Boerger [Thu, 29 May 2003 14:26:57 +0000 (14:26 +0000)]
Update
Marcus Boerger [Thu, 29 May 2003 14:19:47 +0000 (14:19 +0000)]
MFH to 4.3.3
Marcus Boerger [Thu, 29 May 2003 14:01:21 +0000 (14:01 +0000)]
Fix builddir entry
Marcus Boerger [Thu, 29 May 2003 12:59:43 +0000 (12:59 +0000)]
CS
Marcus Boerger [Thu, 29 May 2003 12:54:01 +0000 (12:54 +0000)]
MFB
Marcus Boerger [Thu, 29 May 2003 12:33:19 +0000 (12:33 +0000)]
MFB (these parts were missing)
Uwe Schindler [Thu, 29 May 2003 12:24:28 +0000 (12:24 +0000)]
Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun)
Wez Furlong [Thu, 29 May 2003 09:01:55 +0000 (09:01 +0000)]
Fix Bug #23285 (Potential Stack Overflow in zendlex).
foobar [Thu, 29 May 2003 01:34:02 +0000 (01:34 +0000)]
Sync with PHP 4.3.2 NEWS
<changelog@php.net> [Thu, 29 May 2003 00:30:53 +0000 (00:30 +0000)]
NEWS update
<changelog@php.net> [Thu, 29 May 2003 00:30:48 +0000 (00:30 +0000)]
ChangeLog update
Sterling Hughes [Wed, 28 May 2003 22:56:56 +0000 (22:56 +0000)]
no reason to do this at runtime
Ilia Alshanetsky [Wed, 28 May 2003 22:21:13 +0000 (22:21 +0000)]
Fixed compiler warnings.
Sterling Hughes [Wed, 28 May 2003 20:42:40 +0000 (20:42 +0000)]
Cache function call lookups with loops (store in a temporary variable on the
result opline).
Assuming lazy concensus on message that GeorgeS sent to the list last week
Rasmus Lerdorf [Wed, 28 May 2003 16:19:08 +0000 (16:19 +0000)]
MFB
foobar [Wed, 28 May 2003 14:11:21 +0000 (14:11 +0000)]
- Fix the error message if apxs|2 is fubar.
Hartmut Holzgraefe [Wed, 28 May 2003 09:40:32 +0000 (09:40 +0000)]
@fdf crash with ZTS builds fixed (see Bug #14877)
Hartmut Holzgraefe [Wed, 28 May 2003 09:35:45 +0000 (09:35 +0000)]
FDF test cases
Vincent Blavet [Wed, 28 May 2003 06:01:04 +0000 (06:01 +0000)]
- Sync with pear/Archive_Tar/Archive/Tar.php CVS 1.11
- Support for bz2 compression
- Add new methods AddString() and extractInString()
Ilia Alshanetsky [Wed, 28 May 2003 01:04:06 +0000 (01:04 +0000)]
Fixed compiler warnings.
<changelog@php.net> [Wed, 28 May 2003 00:30:50 +0000 (00:30 +0000)]
ChangeLog update
Pierre Joye [Tue, 27 May 2003 23:31:56 +0000 (23:31 +0000)]
- Fix the "weird bug" with different serialized file under cli/cgi or apache sapi
Important Notice:
*always* use 'wb' to write file, sapi cli and cgi force the default to be binary, apache does not.
Sterling Hughes [Tue, 27 May 2003 22:15:17 +0000 (22:15 +0000)]
fix __clone()
add schema support
Sterling Hughes [Tue, 27 May 2003 18:52:25 +0000 (18:52 +0000)]
Assume lazy consensus regarding the cast_object() patch. *Only* implemented
from a internals perspective. This callback has been very useful for both
ext/mono and ext/simplexml
Sterling Hughes [Tue, 27 May 2003 18:41:02 +0000 (18:41 +0000)]
plane hacking
foobar [Tue, 27 May 2003 17:24:59 +0000 (17:24 +0000)]
MFB: php_error_docref -> zend_error (MINIT)
Adam Dickmeiss [Tue, 27 May 2003 09:47:27 +0000 (09:47 +0000)]
Fix close of log file. Ensure that YAZ log file is reset too
Ilia Alshanetsky [Tue, 27 May 2003 00:50:00 +0000 (00:50 +0000)]
Fix compiler warnings.
Melvyn Sopacua [Tue, 27 May 2003 00:42:39 +0000 (00:42 +0000)]
MFB: LC_MESSAGES support
<changelog@php.net> [Tue, 27 May 2003 00:30:59 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Tue, 27 May 2003 00:14:04 +0000 (00:14 +0000)]
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.
foobar [Mon, 26 May 2003 23:22:05 +0000 (23:22 +0000)]
MFB: nuked php_header() call from the sapi_cgi_log_message()
Moriyoshi Koizumi [Mon, 26 May 2003 22:16:14 +0000 (22:16 +0000)]
Changed the test so it would not fail on some old platforms.
Marcus Boerger [Mon, 26 May 2003 22:06:49 +0000 (22:06 +0000)]
- 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.
Marcus Boerger [Mon, 26 May 2003 20:45:22 +0000 (20:45 +0000)]
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.
Derick Rethans [Mon, 26 May 2003 18:37:48 +0000 (18:37 +0000)]
- MFB
Derick Rethans [Mon, 26 May 2003 09:45:46 +0000 (09:45 +0000)]
- Fix typo
Sterling Hughes [Mon, 26 May 2003 03:57:41 +0000 (03:57 +0000)]
add support for querying nodes with xpath expressions.
foobar [Mon, 26 May 2003 03:55:08 +0000 (03:55 +0000)]
Added regression test for bug #23788
Sterling Hughes [Mon, 26 May 2003 02:42:41 +0000 (02:42 +0000)]
add namespace support
Shane Caraveo [Mon, 26 May 2003 02:28:20 +0000 (02:28 +0000)]
one more define to make it load into php
Shane Caraveo [Mon, 26 May 2003 02:19:14 +0000 (02:19 +0000)]
get rid of crudy stuff
Shane Caraveo [Mon, 26 May 2003 02:18:38 +0000 (02:18 +0000)]
now builds on windows
Sterling Hughes [Mon, 26 May 2003 01:41:25 +0000 (01:41 +0000)]
add a new function simplexml_load_string()
Sterling Hughes [Mon, 26 May 2003 01:37:02 +0000 (01:37 +0000)]
several changes improvements, including the new
simplexml_save_document_string() function which saves a XML document to a
string variable
Sterling Hughes [Mon, 26 May 2003 01:03:51 +0000 (01:03 +0000)]
sascha points out this is more purdy-like
Shane Caraveo [Mon, 26 May 2003 00:46:24 +0000 (00:46 +0000)]
http://bugs.php.net/bug.php?id=14409
move from PHP_4_3
<changelog@php.net> [Mon, 26 May 2003 00:30:57 +0000 (00:30 +0000)]
ChangeLog update
Sterling Hughes [Mon, 26 May 2003 00:27:30 +0000 (00:27 +0000)]
this is right
but it shouldn't be
Sterling Hughes [Sun, 25 May 2003 22:03:47 +0000 (22:03 +0000)]
add a note, and implement this properly later
Sterling Hughes [Sun, 25 May 2003 21:58:09 +0000 (21:58 +0000)]
use proper types
Sterling Hughes [Sun, 25 May 2003 21:50:30 +0000 (21:50 +0000)]
remove compiler warnings
Ilia Alshanetsky [Sun, 25 May 2003 21:48:57 +0000 (21:48 +0000)]
Fixed bug #23788 (str|preg_replace clober the array elements).
# Should this be MFBed to 4.3 branch?
Sterling Hughes [Sun, 25 May 2003 21:44:54 +0000 (21:44 +0000)]
add/fix assignments for both nodes and attributes
add a working get_property_ptr construct
Marcus Boerger [Sun, 25 May 2003 19:24:29 +0000 (19:24 +0000)]
Add a testcase to foreach/break
Marcus Boerger [Sun, 25 May 2003 19:10:44 +0000 (19:10 +0000)]
Make foreach on spl'ed objects work with break, too
Marcus Boerger [Sun, 25 May 2003 12:10:48 +0000 (12:10 +0000)]
Speling
Sebastian Bergmann [Sun, 25 May 2003 07:23:41 +0000 (07:23 +0000)]
Hopefully get correct display of version information.
Sebastian Bergmann [Sun, 25 May 2003 06:22:35 +0000 (06:22 +0000)]
Leftover.
Marcus Boerger [Sun, 25 May 2003 01:36:50 +0000 (01:36 +0000)]
Optimizations
<changelog@php.net> [Sun, 25 May 2003 00:30:58 +0000 (00:30 +0000)]
ChangeLog update
Sterling Hughes [Sun, 25 May 2003 00:05:30 +0000 (00:05 +0000)]
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.
Marcus Boerger [Sat, 24 May 2003 21:02:33 +0000 (21:02 +0000)]
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.
Marcus Boerger [Sat, 24 May 2003 17:12:58 +0000 (17:12 +0000)]
Update after fix
Marcus Boerger [Sat, 24 May 2003 17:10:34 +0000 (17:10 +0000)]
Add new test
Marcus Boerger [Sat, 24 May 2003 17:10:03 +0000 (17:10 +0000)]
Fix namespace related problems
Marcus Boerger [Sat, 24 May 2003 15:51:24 +0000 (15:51 +0000)]
fix error resulting from strlen() -> sizeof() change in engine macros
Marcus Boerger [Sat, 24 May 2003 13:47:49 +0000 (13:47 +0000)]
Fixes and optimizations
Marcus Boerger [Sat, 24 May 2003 12:00:03 +0000 (12:00 +0000)]
Fix speling found by Allowee <php@allowee.no-ip.com>
Sebastian Bergmann [Sat, 24 May 2003 08:03:38 +0000 (08:03 +0000)]
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.
<changelog@php.net> [Sat, 24 May 2003 00:30:49 +0000 (00:30 +0000)]
ChangeLog update
Moriyoshi Koizumi [Fri, 23 May 2003 23:27:24 +0000 (23:27 +0000)]
Added test case for bug #17115
Sara Golemon [Fri, 23 May 2003 22:58:25 +0000 (22:58 +0000)]
Jani will learn me about NEWS entries yet.
foobar [Fri, 23 May 2003 22:41:38 +0000 (22:41 +0000)]
this fix will be in 4.3.2..
Marcus Boerger [Fri, 23 May 2003 22:35:15 +0000 (22:35 +0000)]
Executing tests once is enough
Marcus Boerger [Fri, 23 May 2003 22:01:38 +0000 (22:01 +0000)]
Allow writing a list of failed tests.
# use php run-tests.php -h for more.
Sara Golemon [Fri, 23 May 2003 21:42:03 +0000 (21:42 +0000)]
BFN 23765
Sara Golemon [Fri, 23 May 2003 21:40:45 +0000 (21:40 +0000)]
MFB(r-1.122.2.10)
Bug#23765 File upload handler should not care about case sensitivity of header values.
Marcus Boerger [Fri, 23 May 2003 20:51:49 +0000 (20:51 +0000)]
Make this a warning
Marcus Boerger [Fri, 23 May 2003 20:51:09 +0000 (20:51 +0000)]
Add warning level for tests.
# You set a test to warning by return "warn <description>" from
# the --SKIPIF-- section. But this only works when you supply
# a reason why it is only a warning.
# Warnings are not called for FAILed tests of corse and hence a
# test result with not FAIL but SKIP/PASS/WARN results is mailed
# as a PASS.
Marcus Boerger [Fri, 23 May 2003 18:37:36 +0000 (18:37 +0000)]
Revert to sizeof()
Sterling Hughes [Fri, 23 May 2003 15:11:15 +0000 (15:11 +0000)]
move HANDLE_NUMERIC() from the hash table implementation upstream to the
places that actually need to use it.
Derick Rethans [Fri, 23 May 2003 10:38:43 +0000 (10:38 +0000)]
- Update codinf standards with the posted RFC (results from PEAR Meeting)