]>
granicus.if.org Git - php/log
foobar [Wed, 16 Apr 2003 02:21:30 +0000 (02:21 +0000)]
SKIP -> SKIPIF
Ilia Alshanetsky [Wed, 16 Apr 2003 01:07:03 +0000 (01:07 +0000)]
Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon)
# Initial patch proposed by marcot@tabini.ca
Ilia Alshanetsky [Wed, 16 Apr 2003 00:58:30 +0000 (00:58 +0000)]
Fixed bug #22939 (crash in imap_header_info()).
Ilia Alshanetsky [Tue, 15 Apr 2003 01:48:02 +0000 (01:48 +0000)]
Cleaner error handling.
Ilia Alshanetsky [Tue, 15 Apr 2003 00:59:42 +0000 (00:59 +0000)]
Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect).
Intial patch by: fukusaka@xa2.so-net.ne.jp
Marcus Boerger [Mon, 14 Apr 2003 21:50:48 +0000 (21:50 +0000)]
Fixed Bug #23188 CDB databases created with 'c' mode do not work.
Ilia Alshanetsky [Mon, 14 Apr 2003 13:55:34 +0000 (13:55 +0000)]
Fixed bug #23152 ($http_response_header empty on invalid URLs)
Jesus M. Castagnetto [Mon, 14 Apr 2003 11:50:42 +0000 (11:50 +0000)]
Fixing bug #23060
foobar [Mon, 14 Apr 2003 01:48:53 +0000 (01:48 +0000)]
style
Sara Golemon [Sun, 13 Apr 2003 22:59:19 +0000 (22:59 +0000)]
Modify str_replace/str_ireplace to report how many needles were matched. (FR #8218)
Marcus Boerger [Sun, 13 Apr 2003 20:30:57 +0000 (20:30 +0000)]
Make it static
Sascha Schumann [Sun, 13 Apr 2003 20:13:06 +0000 (20:13 +0000)]
don't remove config.nice directly, so that we don't lose it on
inferior systems like windows.
Marcus Boerger [Sun, 13 Apr 2003 20:12:54 +0000 (20:12 +0000)]
Speling
Sascha Schumann [Sun, 13 Apr 2003 20:09:32 +0000 (20:09 +0000)]
cygwin ships with bison 1.875b, so we need to remove that b here
Marcus Boerger [Sun, 13 Apr 2003 19:50:28 +0000 (19:50 +0000)]
Reenable dba_popen()
Marcus Boerger [Sun, 13 Apr 2003 19:47:55 +0000 (19:47 +0000)]
Fix persistent stream closing (that one took me at least 3 days)
Sergey Kartashoff [Sun, 13 Apr 2003 17:52:25 +0000 (17:52 +0000)]
- Udm_Make_Excerpt has been fixed to be compatible with mnogosearch-3.2.10+
Moriyoshi Koizumi [Sat, 12 Apr 2003 22:29:00 +0000 (22:29 +0000)]
Moved a controversial entry to the proper place
# maybe it's time to replace output buffering facility with the streams?
Moriyoshi Koizumi [Sat, 12 Apr 2003 22:02:26 +0000 (22:02 +0000)]
NFN
Moriyoshi Koizumi [Sat, 12 Apr 2003 21:56:08 +0000 (21:56 +0000)]
Forgot about this one :)
Moriyoshi Koizumi [Sat, 12 Apr 2003 21:53:46 +0000 (21:53 +0000)]
Made dirname() binary-safe.
Moriyoshi Koizumi [Sat, 12 Apr 2003 21:29:49 +0000 (21:29 +0000)]
strip_tags() is also binary-safe now.
Sara Golemon [Sat, 12 Apr 2003 20:09:26 +0000 (20:09 +0000)]
Scratch off done TODOs
Sara Golemon [Sat, 12 Apr 2003 20:04:06 +0000 (20:04 +0000)]
Add tests for strrpos/stripos, and minor fix to maintain BC for condition with empty needles/haystacks
Sara Golemon [Sat, 12 Apr 2003 07:36:22 +0000 (07:36 +0000)]
Rewrite strrpos and strripos to be binary safe and behave the way their prototype suggests (also like their counterparts strpos and stripos) i.e.: Allow string needles rather than just characters
Sebastian Bergmann [Fri, 11 Apr 2003 17:30:42 +0000 (17:30 +0000)]
Fix warnings.
Wez Furlong [Fri, 11 Apr 2003 11:08:44 +0000 (11:08 +0000)]
Fix for #23069 (Windows sets readonly mode for temporary files in tempnam)
Derick Rethans [Fri, 11 Apr 2003 09:53:01 +0000 (09:53 +0000)]
- Fixed protos
Hartmut Holzgraefe [Fri, 11 Apr 2003 04:41:52 +0000 (04:41 +0000)]
accept possible leaks for now to make SELECTS with both bound parameters
and results again ...
Hartmut Holzgraefe [Fri, 11 Apr 2003 04:30:29 +0000 (04:30 +0000)]
proto fix
Hartmut Holzgraefe [Fri, 11 Apr 2003 04:29:28 +0000 (04:29 +0000)]
parameter count for bind stuff is different in OO interface
Sara Golemon [Fri, 11 Apr 2003 02:55:00 +0000 (02:55 +0000)]
Export constants to userland
Ilia Alshanetsky [Fri, 11 Apr 2003 02:40:21 +0000 (02:40 +0000)]
Fixed integer overflow inside mhash_keygen_s2k().
Sterling Hughes [Thu, 10 Apr 2003 20:08:02 +0000 (20:08 +0000)]
satisfy andi's switch fetish ;-)
Sebastian Bergmann [Thu, 10 Apr 2003 17:02:31 +0000 (17:02 +0000)]
Fix ZTS build. Fix warning.
Sebastian Bergmann [Thu, 10 Apr 2003 16:54:46 +0000 (16:54 +0000)]
Document 'const' keyword.
Sterling Hughes [Thu, 10 Apr 2003 15:43:47 +0000 (15:43 +0000)]
allow expressions within constants, so the following is possible
class foo {
const a = 1<<0;
const b = 1<<1;
const c = a | b;
}
this makes const a compile-time expression. all other operators are
unaffected.
Christian Stocker [Thu, 10 Apr 2003 12:45:38 +0000 (12:45 +0000)]
- More TSRMLS stuff.
- Fixed memleaks in domxml_doc_add_root, domxml_xslt_stylesheet
and domxml_xslt_stylesheet_doc
- Completed implementation of domxml_doc_imported_node.
Stanislav Malyshev [Thu, 10 Apr 2003 11:33:45 +0000 (11:33 +0000)]
Make Apache 2 define SG(request_info).path_translated like Apache 1 did.
Stanislav Malyshev [Thu, 10 Apr 2003 11:28:54 +0000 (11:28 +0000)]
make Apache define SG(request_info).path_translted, like Apache 1 did.
Zeev Suraski [Thu, 10 Apr 2003 04:43:42 +0000 (04:43 +0000)]
Revert Harald's commit
Ilia Alshanetsky [Thu, 10 Apr 2003 04:35:39 +0000 (04:35 +0000)]
Fixed a crash in the query tracer output due to buffer overflow.
Fixed a crash in notice message for unbuffered query.
George Schlossnagle [Thu, 10 Apr 2003 03:11:27 +0000 (03:11 +0000)]
One line fix so that it will compile
Harald Radi [Wed, 9 Apr 2003 20:23:06 +0000 (20:23 +0000)]
removing the *syntactical sugar* again
# commiting that on behalf of the community :)
# don't blame me, i'm just acting as a proxy
Marcus Boerger [Wed, 9 Apr 2003 19:14:44 +0000 (19:14 +0000)]
Fix ZTS build and warnings
Rasmus Lerdorf [Wed, 9 Apr 2003 17:46:42 +0000 (17:46 +0000)]
MFB: Forgotten _FORM -> _REQUEST change
Derick Rethans [Wed, 9 Apr 2003 15:19:07 +0000 (15:19 +0000)]
- Fixed printing the version string if it includes zend extensions in
text-mode
Edin Kadribasic [Wed, 9 Apr 2003 12:03:58 +0000 (12:03 +0000)]
*** empty log message ***
Christian Stocker [Wed, 9 Apr 2003 07:29:39 +0000 (07:29 +0000)]
- Fixed some memleaks when using attributes
- Added attrnode->set_value()
(by Rob Richards)
Ilia Alshanetsky [Wed, 9 Apr 2003 01:55:48 +0000 (01:55 +0000)]
Added missing bit from gd2.0.12 sync.
Marcus Boerger [Wed, 9 Apr 2003 00:38:19 +0000 (00:38 +0000)]
Hopefully last fix on error reporting
Sara Golemon [Tue, 8 Apr 2003 23:24:53 +0000 (23:24 +0000)]
Switch file_put_contents 'bool use_include_path' to 'int flags' to allow other options such as appending
Sara Golemon [Tue, 8 Apr 2003 22:10:15 +0000 (22:10 +0000)]
Add context support to file_put_contents() and readfile(), convert readfile() to zend_parse_parameters usage, fix proto for file_put_contents()
Sara Golemon [Tue, 8 Apr 2003 21:00:07 +0000 (21:00 +0000)]
Added context support to file()
Christian Stocker [Tue, 8 Apr 2003 19:43:56 +0000 (19:43 +0000)]
domdocument->free() was MFHd to PHP_4_3 branch.
Christian Stocker [Tue, 8 Apr 2003 19:30:27 +0000 (19:30 +0000)]
fixes memleaks in element->get_elements_by_tagname & document->get_elements_by_tagname
Christian Stocker [Tue, 8 Apr 2003 18:44:31 +0000 (18:44 +0000)]
NEWS entry fixes for domxml (more readable hopefully...)
Andrei Zmievski [Tue, 8 Apr 2003 18:22:32 +0000 (18:22 +0000)]
Switch some functions to use new zend_lookup_ns_class() methods. This
means that they will accept both simple and fully qualified class names.
Andrei Zmievski [Tue, 8 Apr 2003 17:40:56 +0000 (17:40 +0000)]
Rename zend_register_internal_class_in_ns() to a better, less filling,
but with the same great taste zend_register_internal_ns_class().
Christian Stocker [Tue, 8 Apr 2003 17:22:19 +0000 (17:22 +0000)]
make it possible to free DomHtmlDocuments as well
Andrei Zmievski [Tue, 8 Apr 2003 17:15:43 +0000 (17:15 +0000)]
Remove php_memnstr (it's in ZE now).
Andrei Zmievski [Tue, 8 Apr 2003 17:10:01 +0000 (17:10 +0000)]
Add zend_lookup_ns_class() function.
Andrei Zmievski [Tue, 8 Apr 2003 15:04:26 +0000 (15:04 +0000)]
Move memnstr into Zend and make an alias for BC in PHP.
Christian Stocker [Tue, 8 Apr 2003 14:29:15 +0000 (14:29 +0000)]
make it compile ....
foobar [Tue, 8 Apr 2003 14:12:52 +0000 (14:12 +0000)]
file_set_contents -> file_put_contents
Christian Stocker [Tue, 8 Apr 2003 13:19:49 +0000 (13:19 +0000)]
- Fixes a bunch of memleaks, especially with attributes (by Rob Richards and me)
- Added domdocument->free() for freeing documents during script-time
#will later merge to PHP_4_3
Tal Peer [Tue, 8 Apr 2003 11:35:23 +0000 (11:35 +0000)]
FriBidi was moved to PECL long time ago
Sebastian Bergmann [Tue, 8 Apr 2003 07:36:58 +0000 (07:36 +0000)]
Fix Win32 build.
<changelog@php.net> [Tue, 8 Apr 2003 00:31:01 +0000 (00:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 8 Apr 2003 00:18:57 +0000 (00:18 +0000)]
Fixed bug #23102 (integer overflow in exif_iif_add_value()).
Sara Golemon [Tue, 8 Apr 2003 00:02:47 +0000 (00:02 +0000)]
Add context support to file_get_contents
foobar [Mon, 7 Apr 2003 23:20:29 +0000 (23:20 +0000)]
Removed entry that is in the PHP_4_3 branch..
foobar [Mon, 7 Apr 2003 23:19:22 +0000 (23:19 +0000)]
reorder
foobar [Mon, 7 Apr 2003 22:51:28 +0000 (22:51 +0000)]
Fixed bug #23093 (highlight_string() crashed with __FUNCTION__)
Sterling Hughes [Mon, 7 Apr 2003 21:48:17 +0000 (21:48 +0000)]
add markers that make this file easy to parse for external sources
Sara Golemon [Mon, 7 Apr 2003 21:02:04 +0000 (21:02 +0000)]
Introduce support for context options 'method', 'header', 'content'
<changelog@php.net> [Mon, 7 Apr 2003 00:30:52 +0000 (00:30 +0000)]
ChangeLog update
foobar [Sun, 6 Apr 2003 22:37:45 +0000 (22:37 +0000)]
Fixed bug #23071 (when DST in effect, date("T") crashed PHP)
Marcus Boerger [Sun, 6 Apr 2003 20:19:52 +0000 (20:19 +0000)]
Support for ZTS
Moriyoshi Koizumi [Sun, 6 Apr 2003 18:40:19 +0000 (18:40 +0000)]
Improved zmemcheck macro so it displays the size of each memory block too.
Moriyoshi Koizumi [Sun, 6 Apr 2003 18:12:16 +0000 (18:12 +0000)]
Improved readability of zmemcheck output
Moriyoshi Koizumi [Sun, 6 Apr 2003 17:53:17 +0000 (17:53 +0000)]
Added zmemcheck macro, which may help you examine the memory blocks being
handled by the memory manager.
foobar [Sun, 6 Apr 2003 12:04:21 +0000 (12:04 +0000)]
reorder
<changelog@php.net> [Sun, 6 Apr 2003 01:30:53 +0000 (01:30 +0000)]
NEWS update
<changelog@php.net> [Sun, 6 Apr 2003 01:30:46 +0000 (01:30 +0000)]
ChangeLog update
Marcus Boerger [Sat, 5 Apr 2003 20:43:53 +0000 (20:43 +0000)]
Collate version handling and bump up version (noticed by Peter Neuman)
Christian Stocker [Sat, 5 Apr 2003 19:56:41 +0000 (19:56 +0000)]
@- Added domxml_doc_create_document_fragment() and
@ domxml_document_fragment_open_mem(string) method (Christian)
Useful for adding and parsing (well-balanced) document fragments.
- Bumped up API version number
foobar [Sat, 5 Apr 2003 17:47:03 +0000 (17:47 +0000)]
--enable-all is not useful at all, removed from help
foobar [Sat, 5 Apr 2003 17:33:55 +0000 (17:33 +0000)]
Better ifdef it out here too
Sara Golemon [Sat, 5 Apr 2003 17:31:34 +0000 (17:31 +0000)]
Debug watches probably don't belong in CVS.
Ilia Alshanetsky [Sat, 5 Apr 2003 17:23:55 +0000 (17:23 +0000)]
Syncronized bunbled GD library with gd 2.0.12
# One very useful feature that I still need to add support for in our
# interface to the lib is the support for png compression for imagepng().
Marcus Boerger [Sat, 5 Apr 2003 12:16:29 +0000 (12:16 +0000)]
Include ldd output
Sascha Schumann [Sat, 5 Apr 2003 11:38:13 +0000 (11:38 +0000)]
dividend -> divisor
Sascha Schumann [Sat, 5 Apr 2003 11:22:15 +0000 (11:22 +0000)]
dividend -> divisor
Submitted by: Jesus M. Castagnetto <jmcastagnetto@yahoo.com>
Brian France [Sat, 5 Apr 2003 08:14:56 +0000 (08:14 +0000)]
Added HAVE_CONFIG_H check so the phpize build method works
Sara Golemon [Sat, 5 Apr 2003 02:42:12 +0000 (02:42 +0000)]
Add IPv6 support to stream_socket_client/server()
Pierre Joye [Sat, 5 Apr 2003 01:42:55 +0000 (01:42 +0000)]
what? maintainer is not a valid role :)
<changelog@php.net> [Sat, 5 Apr 2003 01:30:51 +0000 (01:30 +0000)]
ChangeLog update
Wez Furlong [Fri, 4 Apr 2003 21:09:25 +0000 (21:09 +0000)]
Warning fix
Sara Golemon [Fri, 4 Apr 2003 20:43:36 +0000 (20:43 +0000)]
User shouldn't have to initialize this pass-by-ref parameter