]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 15 Apr 2003 01:00:00 +0000 (01:00 +0000)]
MFH
Marcus Boerger [Mon, 14 Apr 2003 21:53:42 +0000 (21:53 +0000)]
MFH: Fixed Bug #23188 CDB databases created with 'c' mode do not work.
Ilia Alshanetsky [Mon, 14 Apr 2003 13:56:30 +0000 (13:56 +0000)]
bug fixing news.
Ilia Alshanetsky [Mon, 14 Apr 2003 13:55:53 +0000 (13:55 +0000)]
MFH
Jesus M. Castagnetto [Mon, 14 Apr 2003 12:37:59 +0000 (12:37 +0000)]
Updating the PHP_4_3 branch with the fix for bug #2306.
Masaki Fujimoto [Mon, 14 Apr 2003 05:29:22 +0000 (05:29 +0000)]
- fixed bug-id
foobar [Mon, 14 Apr 2003 01:52:45 +0000 (01:52 +0000)]
style
Marcus Boerger [Sun, 13 Apr 2003 20:31:16 +0000 (20:31 +0000)]
MFH: make it static
Marcus Boerger [Sun, 13 Apr 2003 20:27:45 +0000 (20:27 +0000)]
Inform abot..
Marcus Boerger [Sun, 13 Apr 2003 20:16:14 +0000 (20:16 +0000)]
MFH: reenable dba_popen
Sascha Schumann [Sun, 13 Apr 2003 20:14:08 +0000 (20:14 +0000)]
MFH
Marcus Boerger [Sun, 13 Apr 2003 20:13:34 +0000 (20:13 +0000)]
MFH: persistent stream closing
Sascha Schumann [Sun, 13 Apr 2003 20:10:32 +0000 (20:10 +0000)]
MFH bison 1.875b patch
SVN Migration [Sun, 13 Apr 2003 19:50:29 +0000 (19:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Sat, 12 Apr 2003 22:29:14 +0000 (22:29 +0000)]
MFH
Moriyoshi Koizumi [Sat, 12 Apr 2003 21:30:47 +0000 (21:30 +0000)]
MFH(r-1.141): strip_tags() is also binary-safe now.
# the change was already MFHed.
Stig Bakken [Fri, 11 Apr 2003 23:48:39 +0000 (23:48 +0000)]
MFH
Wez Furlong [Fri, 11 Apr 2003 11:12:14 +0000 (11:12 +0000)]
BFN.
Wez Furlong [Fri, 11 Apr 2003 11:10:39 +0000 (11:10 +0000)]
MFH: Fix for Bug #23069
Derick Rethans [Fri, 11 Apr 2003 09:54:39 +0000 (09:54 +0000)]
- MFH: proto fix
Ilia Alshanetsky [Fri, 11 Apr 2003 02:41:26 +0000 (02:41 +0000)]
segv fix.
Ilia Alshanetsky [Fri, 11 Apr 2003 02:40:28 +0000 (02:40 +0000)]
MFH
Christian Stocker [Thu, 10 Apr 2003 13:11:00 +0000 (13:11 +0000)]
comment xmlMemoryDump() out (only needed for debugging)
Christian Stocker [Thu, 10 Apr 2003 12:46:11 +0000 (12:46 +0000)]
MFH.
- 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:35:07 +0000 (11:35 +0000)]
MFH path_translated
Ilia Alshanetsky [Thu, 10 Apr 2003 04:35:51 +0000 (04:35 +0000)]
MFH
Ilia Alshanetsky [Thu, 10 Apr 2003 03:27:34 +0000 (03:27 +0000)]
More integer overflows.
Ilia Alshanetsky [Thu, 10 Apr 2003 02:11:20 +0000 (02:11 +0000)]
MFH (fix of Win32 build by Sebastian Bergmann)
Marcus Boerger [Wed, 9 Apr 2003 20:36:44 +0000 (20:36 +0000)]
MFH
Marcus Boerger [Wed, 9 Apr 2003 20:27:55 +0000 (20:27 +0000)]
MFH: cli/ini/html_errors/info (they are related)
Rasmus Lerdorf [Wed, 9 Apr 2003 17:45:38 +0000 (17:45 +0000)]
Oops, there is no _FORM auto-global. We changed this to _REQUEST ages ago.
Derick Rethans [Wed, 9 Apr 2003 15:22:45 +0000 (15:22 +0000)]
- MFH: html output for Zend Extension version strings
Edin Kadribasic [Wed, 9 Apr 2003 12:00:54 +0000 (12:00 +0000)]
Fixed bug #22521.
HAVE_OCI8_SHARED_MODE causes segfaults on startup on many configurations.
Christian Stocker [Wed, 9 Apr 2003 07:33:19 +0000 (07:33 +0000)]
fixed some memleaks when using attribute nodes (Rob Richards)
Ilia Alshanetsky [Wed, 9 Apr 2003 01:55:56 +0000 (01:55 +0000)]
MFH
Marcus Boerger [Tue, 8 Apr 2003 23:04:36 +0000 (23:04 +0000)]
MFH: erroneous newline at start
Christian Stocker [Tue, 8 Apr 2003 19:30:46 +0000 (19:30 +0000)]
MFH (fixes memleaks in element->get_elements_by_tagname & document->get_elements_by_tagname)
Christian Stocker [Tue, 8 Apr 2003 18:41:38 +0000 (18:41 +0000)]
Fixes/Additions done for domxml
Christian Stocker [Tue, 8 Apr 2003 18:26:50 +0000 (18:26 +0000)]
Big Patch with a lot of mem-leak fixes
- Attribute nodes are freed/generated correctly
- xsltstylesheets are freed correctly
- xpathregister doesn't leak anymore
- parser/xsltglobals cleanup at MSHUTDOWN
- Added DomDocument->free() for removing documents during script-time
Ilia Alshanetsky [Tue, 8 Apr 2003 00:22:37 +0000 (00:22 +0000)]
exif reminder
Ilia Alshanetsky [Tue, 8 Apr 2003 00:20:08 +0000 (00:20 +0000)]
Bug fixing news.
Ilia Alshanetsky [Tue, 8 Apr 2003 00:19:29 +0000 (00:19 +0000)]
MFH
foobar [Mon, 7 Apr 2003 22:52:46 +0000 (22:52 +0000)]
BFN
foobar [Sun, 6 Apr 2003 22:42:38 +0000 (22:42 +0000)]
BFN
foobar [Sun, 6 Apr 2003 22:37:58 +0000 (22:37 +0000)]
MFH: Fixed bug #23071 (when DST in effect, date("T") crashed PHP)
Moriyoshi Koizumi [Sun, 6 Apr 2003 18:40:46 +0000 (18:40 +0000)]
MFH(r-1.5): improved zmemcheck macro so it displays the size of each memory
block too.
Moriyoshi Koizumi [Sun, 6 Apr 2003 18:12:36 +0000 (18:12 +0000)]
MFH(r-1.4): improved readability of zmemcheck output
Moriyoshi Koizumi [Sun, 6 Apr 2003 17:54:31 +0000 (17:54 +0000)]
MFH(r-1.2)
SVN Migration [Sun, 6 Apr 2003 17:53:18 +0000 (17:53 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Sat, 5 Apr 2003 20:49:09 +0000 (20:49 +0000)]
MFH: version collating
foobar [Sat, 5 Apr 2003 17:47:17 +0000 (17:47 +0000)]
MFH
foobar [Sat, 5 Apr 2003 17:34:04 +0000 (17:34 +0000)]
MFH
Ilia Alshanetsky [Sat, 5 Apr 2003 17:24:48 +0000 (17:24 +0000)]
GD news.
Ilia Alshanetsky [Sat, 5 Apr 2003 17:24:16 +0000 (17:24 +0000)]
MFH (gd upgrade).
Marcus Boerger [Sat, 5 Apr 2003 12:19:56 +0000 (12:19 +0000)]
MFH: Include ldd output
Sascha Schumann [Sat, 5 Apr 2003 11:40:40 +0000 (11:40 +0000)]
MFH
Sascha Schumann [Sat, 5 Apr 2003 11:22:44 +0000 (11:22 +0000)]
MFH
Moriyoshi Koizumi [Fri, 4 Apr 2003 18:40:38 +0000 (18:40 +0000)]
MFH: added check for struct cmsghdr. now sockets extension can be built
under cygwin
foobar [Fri, 4 Apr 2003 17:43:13 +0000 (17:43 +0000)]
MFH: Fixed bug #22944 (--with-java "make install" fails)
foobar [Fri, 4 Apr 2003 16:18:15 +0000 (16:18 +0000)]
Fix bug #23048, CURLOPT_ENCODING is not always available
Moriyoshi Koizumi [Fri, 4 Apr 2003 14:18:31 +0000 (14:18 +0000)]
MFH(r-1.135): fixed memleak in socket_select()
Moriyoshi Koizumi [Fri, 4 Apr 2003 09:15:18 +0000 (09:15 +0000)]
Sorry, forgot these ones
Moriyoshi Koizumi [Fri, 4 Apr 2003 09:13:28 +0000 (09:13 +0000)]
renumbering
Moriyoshi Koizumi [Fri, 4 Apr 2003 09:11:28 +0000 (09:11 +0000)]
segfault busting news
replacing one tab to 4 spaces
Moriyoshi Koizumi [Fri, 4 Apr 2003 09:07:02 +0000 (09:07 +0000)]
MFH(r-1.55): added missing sanity check, which was causing segfault.
Ilia Alshanetsky [Fri, 4 Apr 2003 01:34:08 +0000 (01:34 +0000)]
MFH
Ilia Alshanetsky [Fri, 4 Apr 2003 01:17:35 +0000 (01:17 +0000)]
Notes about various possible integer overflows in bundled gd library.
Ilia Alshanetsky [Fri, 4 Apr 2003 00:44:34 +0000 (00:44 +0000)]
More gd stuff.
Ilia Alshanetsky [Fri, 4 Apr 2003 00:29:37 +0000 (00:29 +0000)]
Fixed segv as well as info about new segvs in gd.
Ilia Alshanetsky [Fri, 4 Apr 2003 00:16:54 +0000 (00:16 +0000)]
MFH
foobar [Thu, 3 Apr 2003 23:10:17 +0000 (23:10 +0000)]
MFH
Sascha Schumann [Thu, 3 Apr 2003 20:07:40 +0000 (20:07 +0000)]
one in socket_select
Sascha Schumann [Thu, 3 Apr 2003 19:46:26 +0000 (19:46 +0000)]
augment summary with fixes which predate the list
Sascha Schumann [Thu, 3 Apr 2003 19:33:55 +0000 (19:33 +0000)]
add chunk_split
Sascha Schumann [Thu, 3 Apr 2003 19:21:50 +0000 (19:21 +0000)]
another one fixed, a new one found
Sascha Schumann [Thu, 3 Apr 2003 19:19:25 +0000 (19:19 +0000)]
MFH
Sascha Schumann [Thu, 3 Apr 2003 18:55:54 +0000 (18:55 +0000)]
fix
Sascha Schumann [Thu, 3 Apr 2003 18:52:35 +0000 (18:52 +0000)]
update regarding dbase extension
Sascha Schumann [Thu, 3 Apr 2003 18:22:14 +0000 (18:22 +0000)]
Update - we purged the full list\!
Sascha Schumann [Thu, 3 Apr 2003 18:19:52 +0000 (18:19 +0000)]
MFH
Sascha Schumann [Thu, 3 Apr 2003 18:10:41 +0000 (18:10 +0000)]
MFH
Rasmus Lerdorf [Thu, 3 Apr 2003 15:57:30 +0000 (15:57 +0000)]
Clean up the parameter handling here
Derick Rethans [Thu, 3 Apr 2003 06:21:21 +0000 (06:21 +0000)]
- CS
Moriyoshi Koizumi [Thu, 3 Apr 2003 01:04:13 +0000 (01:04 +0000)]
Unable to reproduce..
Moriyoshi Koizumi [Thu, 3 Apr 2003 01:01:35 +0000 (01:01 +0000)]
segfault busting news
Moriyoshi Koizumi [Thu, 3 Apr 2003 01:01:09 +0000 (01:01 +0000)]
MFH(r-1.117): fixed segfault in xml_parser_create()
Ilia Alshanetsky [Thu, 3 Apr 2003 00:56:45 +0000 (00:56 +0000)]
Bug fixing news.
Ilia Alshanetsky [Thu, 3 Apr 2003 00:55:45 +0000 (00:55 +0000)]
Fixed bug #23004 (When ftp_close() is called, sent QUIT to the ftp server)
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:51:14 +0000 (00:51 +0000)]
MFH(r-1.152): fixed memleak in output buffering facility
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:20:15 +0000 (00:20 +0000)]
Removed i18n_convert() from the entries because that is an alias for
mb_convert_encoding()
Rasmus Lerdorf [Thu, 3 Apr 2003 00:16:51 +0000 (00:16 +0000)]
Update
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:15:58 +0000 (00:15 +0000)]
MFH(r-1.38): fixed segfault in mb_ereg_match()
Moriyoshi Koizumi [Thu, 3 Apr 2003 00:05:01 +0000 (00:05 +0000)]
MFH(r-1.37): fixed lots of crashes in mbregex
Rasmus Lerdorf [Wed, 2 Apr 2003 23:50:41 +0000 (23:50 +0000)]
Negative precision makes no sense, so check for that, but let the memory
manager error out on huge non-negative precision args
Rasmus Lerdorf [Wed, 2 Apr 2003 23:09:39 +0000 (23:09 +0000)]
Fix unregister_tick_function crash
Rasmus Lerdorf [Wed, 2 Apr 2003 22:06:46 +0000 (22:06 +0000)]
Get rid of bogus dtors
Rasmus Lerdorf [Wed, 2 Apr 2003 21:31:52 +0000 (21:31 +0000)]
Fix the setlocale() segfault
foobar [Wed, 2 Apr 2003 17:35:23 +0000 (17:35 +0000)]
BFN
Edin Kadribasic [Wed, 2 Apr 2003 12:38:43 +0000 (12:38 +0000)]
BFN
Edin Kadribasic [Wed, 2 Apr 2003 12:36:36 +0000 (12:36 +0000)]
MFH