]>
granicus.if.org Git - php/log
foobar [Sun, 19 May 2002 00:06:26 +0000 (00:06 +0000)]
Typo fixes
foobar [Sun, 19 May 2002 00:02:07 +0000 (00:02 +0000)]
DO NOT use C++ comments!
Christian Stocker [Sat, 18 May 2002 20:19:43 +0000 (20:19 +0000)]
- delete attributes as well in php_free_xml_node
- more consistent naming in phpinfo()
Christian Stocker [Sat, 18 May 2002 17:07:59 +0000 (17:07 +0000)]
added "domxml API version" in phpinfo() output.
Christian Stocker [Sat, 18 May 2002 14:38:22 +0000 (14:38 +0000)]
mem leak fix for domxml_dump_node
Christian Stocker [Sat, 18 May 2002 14:23:31 +0000 (14:23 +0000)]
fixes memleak in html_dump_mem
Christian Stocker [Sat, 18 May 2002 14:21:46 +0000 (14:21 +0000)]
rename the object name for comment nodes to domcoment
Markus Fischer [Sat, 18 May 2002 13:31:31 +0000 (13:31 +0000)]
- Fix portability issues with empty results on Linux and FreeBSD, add safe_mode
check and simplify code.
# Hartmut, what was the VCWD check for ?!
Christian Stocker [Sat, 18 May 2002 10:05:21 +0000 (10:05 +0000)]
WS fixes
Christian Stocker [Sat, 18 May 2002 09:35:28 +0000 (09:35 +0000)]
This should fix a big bad memory leak in freeing the nodes at script end.
<changelog@php.net> [Sat, 18 May 2002 00:23:28 +0000 (00:23 +0000)]
ChangeLog update
Sascha Schumann [Fri, 17 May 2002 21:22:30 +0000 (21:22 +0000)]
Improve readability of the header send function
Markus Fischer [Fri, 17 May 2002 16:21:52 +0000 (16:21 +0000)]
- Stuff all Win32 mail() changes together.
Jon Parise [Fri, 17 May 2002 16:17:07 +0000 (16:17 +0000)]
Credit where credit is due.
Markus Fischer [Fri, 17 May 2002 16:16:27 +0000 (16:16 +0000)]
- Win32 mail() is no longer case-sensitive when it comes to match for any headers
(e.g. from:, cc:, etc).
# Fixed also a crash I introduced earlier, which tells me no one tested it :)
Preston L. Bannister [Fri, 17 May 2002 15:22:02 +0000 (15:22 +0000)]
Re-add "tests" project - this is the only change to file. For some reason MSVC chose to put "" around all the project file names. (Why? Ask Microsoft :). Perhaps different patch levels on MSVC6?). These files are not hand-edited.
Wez Furlong [Fri, 17 May 2002 12:42:40 +0000 (12:42 +0000)]
proto tweak
Wez Furlong [Fri, 17 May 2002 12:33:49 +0000 (12:33 +0000)]
Add an optional flag to sem_get that specifies if the semaphore should be
automatically released on request shutdown. (#16986)
Fix a segfault in sem_remove (#17274)
Joseph Tate [Fri, 17 May 2002 09:13:45 +0000 (09:13 +0000)]
Reverted the last commit which moved all the projects around.
#Preston, please re-add your make-test project, but this time don't move around
#the other projects in the process.
Cliff Woolley [Fri, 17 May 2002 08:07:14 +0000 (08:07 +0000)]
Allow the version checks for --with-apxs= and --with-apxs2= to work
with development version of Apache, whose version strings end in "-dev",
eg "Apache/2.0.37-dev".
PR: 17233
Submitted by: Dale Ghent <daleg@elemental.org>
Cliff Woolley [Fri, 17 May 2002 07:10:19 +0000 (07:10 +0000)]
Only the last cookie was getting set. (You can have
more than one Set-Cookie: header, as indicated by
http://wp.netscape.com/newsref/std/cookie_spec.html.)
PR: 16626
Submitted by: regina@hitel.net
Cliff Woolley [Fri, 17 May 2002 06:32:04 +0000 (06:32 +0000)]
apache 2.0's apache_lookup_uri() was returning an array rather than an
object, which contradicted both the documentation and the behavior of the
same function under apache 1.3.
PR: 14999
Cliff Woolley [Fri, 17 May 2002 05:16:18 +0000 (05:16 +0000)]
* restore the php_flag and php_admin_flag Apache directives which for
some mysterious reason never made their way from sapi/apache to
sapi/apache2filter when it was first written PR: 16629
* change the allowed locations of php_admin_value (and php_admin_flag to
match) to ACCESS_CONF instead of OR_NONE to match sapi/apache. No
idea why it was ever OR_NONE. PR: 16489
Preston L. Bannister [Fri, 17 May 2002 03:43:18 +0000 (03:43 +0000)]
Default INI file used with run-tests.php
<changelog@php.net> [Fri, 17 May 2002 00:25:55 +0000 (00:25 +0000)]
NEWS update
<changelog@php.net> [Fri, 17 May 2002 00:23:24 +0000 (00:23 +0000)]
ChangeLog update
Christian Stocker [Thu, 16 May 2002 21:59:26 +0000 (21:59 +0000)]
- replaced domxml_doc_document_element implementation do use libxml2 method
- renamed domxml_add_root to domxml_doc_add_root (and added alias for BC)
- aliased $doc->get_root to domxml_document_element
@ - added domxml_doc_set_root to change the root node (Lukas Schroeder)
Preston L. Bannister [Thu, 16 May 2002 21:57:24 +0000 (21:57 +0000)]
More detailed/explanatory output.
Preston L. Bannister [Thu, 16 May 2002 21:56:44 +0000 (21:56 +0000)]
Make failed case tell you what was different.
Preston L. Bannister [Thu, 16 May 2002 21:56:08 +0000 (21:56 +0000)]
Make test valid for either "register globals" setting.
Preston L. Bannister [Thu, 16 May 2002 21:55:26 +0000 (21:55 +0000)]
Restrict ctype tests to POSIX portable characters (0..127) and add numeric character tests.
Preston L. Bannister [Thu, 16 May 2002 21:53:18 +0000 (21:53 +0000)]
Remove leading "./" from include filenames as in PHP this defeats include_path.
Preston L. Bannister [Thu, 16 May 2002 21:49:50 +0000 (21:49 +0000)]
Add "tests" project to invoke run-tests.php (unit tests).
Preston L. Bannister [Thu, 16 May 2002 21:48:28 +0000 (21:48 +0000)]
Updated to run cleanly on Win32, and perform a more controlled test.
Preston L. Bannister [Thu, 16 May 2002 21:46:32 +0000 (21:46 +0000)]
Add TEST_PHP_DETAILED usage for verbose test runs.
Preston L. Bannister [Thu, 16 May 2002 16:07:47 +0000 (16:07 +0000)]
Fix typo in SKIP clause.
Preston L. Bannister [Thu, 16 May 2002 16:04:45 +0000 (16:04 +0000)]
Adjust dirname() on Win32 to match CWD per drive semantics.
Preston L. Bannister [Thu, 16 May 2002 15:59:39 +0000 (15:59 +0000)]
dirname() checks that work for both Unix and Win32.
Rasmus Lerdorf [Thu, 16 May 2002 14:42:22 +0000 (14:42 +0000)]
Grr.. I keep leaving my debug in...
Rasmus Lerdorf [Thu, 16 May 2002 14:41:15 +0000 (14:41 +0000)]
Fix for #17271
@ Fix crash bug in stripslashes() when working in sybase mode (Rasmus)
Preston L. Bannister [Thu, 16 May 2002 12:31:05 +0000 (12:31 +0000)]
Range check arguments to mb_strcut().
Test ext/mbstring/013.phpt causes a hard failure w/o this.
Preston L. Bannister [Thu, 16 May 2002 12:07:11 +0000 (12:07 +0000)]
Proper declaration to suppress compiler warning.
foobar [Thu, 16 May 2002 01:07:21 +0000 (01:07 +0000)]
- Made all is_*() functions to return only boolean values.
- Killed the "file not found" error for is_link(). (finally..)
<changelog@php.net> [Thu, 16 May 2002 00:20:06 +0000 (00:20 +0000)]
ChangeLog update
Preston L. Bannister [Wed, 15 May 2002 23:56:04 +0000 (23:56 +0000)]
Win32 project and makefile used to invoke run-tests.php
Frank M. Kromann [Wed, 15 May 2002 18:07:17 +0000 (18:07 +0000)]
Fixing the mssql_query to handle multiple results correct if the first result does not return any data.
Harald Radi [Wed, 15 May 2002 17:59:48 +0000 (17:59 +0000)]
this should finally fix bug #14353
Frank M. Kromann [Wed, 15 May 2002 17:40:28 +0000 (17:40 +0000)]
Fixing line breaks
Frank M. Kromann [Wed, 15 May 2002 17:39:41 +0000 (17:39 +0000)]
Fixing build of IMAP extension, after changes in sendmail
Markus Fischer [Wed, 15 May 2002 13:13:17 +0000 (13:13 +0000)]
- Accommodate API changes to Ack().
Christian Stocker [Wed, 15 May 2002 12:41:55 +0000 (12:41 +0000)]
libxml2 >= 2.4.14 is needed (since quite some time ...)
foobar [Wed, 15 May 2002 12:38:31 +0000 (12:38 +0000)]
Cleanup
Rui Hirokawa [Wed, 15 May 2002 12:16:15 +0000 (12:16 +0000)]
Added Chinese, Korean support in mbstring.
Rui Hirokawa [Wed, 15 May 2002 12:13:56 +0000 (12:13 +0000)]
added ISO-2022-KR support in mbstring.
Tomas V.V.Cox [Wed, 15 May 2002 11:23:01 +0000 (11:23 +0000)]
make downloadHttp() detect HTTP errors
foobar [Wed, 15 May 2002 10:23:42 +0000 (10:23 +0000)]
MFB
foobar [Wed, 15 May 2002 10:20:02 +0000 (10:20 +0000)]
Nuke .1
foobar [Wed, 15 May 2002 10:13:22 +0000 (10:13 +0000)]
Added ctype to this list too.
Markus Fischer [Wed, 15 May 2002 10:11:33 +0000 (10:11 +0000)]
- Add support for Bcc in w32/sendmail code.
Derick Rethans [Wed, 15 May 2002 05:25:16 +0000 (05:25 +0000)]
- It's bundled, thus not experimental anymore
<changelog@php.net> [Wed, 15 May 2002 00:31:44 +0000 (00:31 +0000)]
NEWS update
<changelog@php.net> [Wed, 15 May 2002 00:30:34 +0000 (00:30 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 14 May 2002 23:57:43 +0000 (23:57 +0000)]
Fixing hanfling of data type REAL.
Remove extra bytes allocated by emalloc calls
Rui Hirokawa [Tue, 14 May 2002 21:42:46 +0000 (21:42 +0000)]
fixed a initialization bug in euc-tw.
Sascha Schumann [Tue, 14 May 2002 20:53:33 +0000 (20:53 +0000)]
some versions of autoconf pad CONFIG_FILES with a single space.
accomodate that
Thanks to Cliff Woolley
Markus Fischer [Tue, 14 May 2002 20:43:48 +0000 (20:43 +0000)]
- Adjust for improved error messages from win32/sendmail.c
Markus Fischer [Tue, 14 May 2002 20:40:39 +0000 (20:40 +0000)]
- Improve code so errors returned from the server are reported back to the user.
# Testers, testers, testers!
Tomas V.V.Cox [Tue, 14 May 2002 17:59:41 +0000 (17:59 +0000)]
Try to create the dir where the conf file resides before trying
to write to it
Tomas V.V.Cox [Tue, 14 May 2002 17:58:44 +0000 (17:58 +0000)]
Add "\n" after the error in usage()
Andi Gutmans [Tue, 14 May 2002 16:15:50 +0000 (16:15 +0000)]
- constructor_called is supposed to be destructor_called
Markus Fischer [Tue, 14 May 2002 16:03:40 +0000 (16:03 +0000)]
- Do not include the Cc: for the first Cc'd recipient (spotted by Richard).
Markus Fischer [Tue, 14 May 2002 15:32:15 +0000 (15:32 +0000)]
- Convert unix to dos line endings.
# This is *really* annoying ... can only be an advantage for windows users imho.
Markus Fischer [Tue, 14 May 2002 15:29:28 +0000 (15:29 +0000)]
- Try to find From: field in header, fallback to sendmail_from php.ini setting
(Original patch by Michael Sisolak <msisolak@yahoo.com>, enhanced a bit).
@- Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus).
Markus Fischer [Tue, 14 May 2002 13:52:18 +0000 (13:52 +0000)]
- Fix win32 sendmail bug with Cc: in custom header not terminated with \r\n
- Fix some obvious errors returned by the module, little cleanup.
Stig Bakken [Tue, 14 May 2002 12:46:17 +0000 (12:46 +0000)]
* convert to new command setup
Stig Bakken [Tue, 14 May 2002 12:34:49 +0000 (12:34 +0000)]
* typo
Jan Lehnardt [Tue, 14 May 2002 10:33:30 +0000 (10:33 +0000)]
- fix typo, thanks to georg for spotting it.
Stig Bakken [Tue, 14 May 2002 01:51:06 +0000 (01:51 +0000)]
* fall back to XML_RPC if xmlrpc-epi is not loaded
# still buggy
Stig Bakken [Tue, 14 May 2002 01:49:56 +0000 (01:49 +0000)]
* add command definitions, split run() into one method for each command
Stig Bakken [Tue, 14 May 2002 01:49:18 +0000 (01:49 +0000)]
* no need for getHelp() here anymore
Stig Bakken [Tue, 14 May 2002 01:48:20 +0000 (01:48 +0000)]
* moved get{Help,Commands,Options} here
Stig Bakken [Tue, 14 May 2002 01:45:20 +0000 (01:45 +0000)]
* moved the {config xxx} help message substitution to
PEAR_Command_Common::getHelp
<changelog@php.net> [Tue, 14 May 2002 00:27:31 +0000 (00:27 +0000)]
ChangeLog update
Jason Greene [Tue, 14 May 2002 00:07:51 +0000 (00:07 +0000)]
Fix fastcgi build, may need more work
# Sascha, would you mind looking this over?
Marko Karppinen [Mon, 13 May 2002 21:37:52 +0000 (21:37 +0000)]
Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling
--with-apxs2 build on Darwin. Omitting the change to start linking
with libtool for now, though.
Rasmus Lerdorf [Mon, 13 May 2002 20:20:16 +0000 (20:20 +0000)]
fix copyresampled bug in bundled gd lib
Jim Jagielski [Mon, 13 May 2002 19:22:27 +0000 (19:22 +0000)]
More verbose but more generic error message when we spot multiple
PHPINIDir directives
Rasmus Lerdorf [Mon, 13 May 2002 18:11:27 +0000 (18:11 +0000)]
Make sure newtime is never NULL
Jan Lehnardt [Mon, 13 May 2002 18:09:56 +0000 (18:09 +0000)]
- added reference to http://cvsbook.red-bean.com/
Zeev Suraski [Mon, 13 May 2002 17:43:04 +0000 (17:43 +0000)]
- Fix a buglet in printing of GPCSE arrays
- Remove indirect access
Andrei Zmievski [Mon, 13 May 2002 17:28:38 +0000 (17:28 +0000)]
Changing email address.
Sander Roobol [Mon, 13 May 2002 15:25:39 +0000 (15:25 +0000)]
Added confdefs.h which seems to be generated by configure
Sterling Hughes [Mon, 13 May 2002 14:38:42 +0000 (14:38 +0000)]
MFZE1
Zeev Suraski [Mon, 13 May 2002 08:46:24 +0000 (08:46 +0000)]
- Centralize html_puts() again
- Revolutionize phpinfo()'s speed
Derick Rethans [Mon, 13 May 2002 08:41:55 +0000 (08:41 +0000)]
- MFZE1
Jon Parise [Mon, 13 May 2002 00:29:22 +0000 (00:29 +0000)]
Instead of calling mail_fetchheader_full() to retrieve the complete header
information just to extract the message envelope, call mail_fetchenvelope(),
which returns just what we need.
This is simpler, faster, and saves the IMAP server some work.
Submitted by: Adam Kauffman <adam.kauffman@mindspring.com>
<changelog@php.net> [Mon, 13 May 2002 00:20:27 +0000 (00:20 +0000)]
NEWS update
<changelog@php.net> [Mon, 13 May 2002 00:20:08 +0000 (00:20 +0000)]
ChangeLog update
Stig Bakken [Sun, 12 May 2002 23:21:30 +0000 (23:21 +0000)]
* fix option parsing
Zeev Suraski [Sun, 12 May 2002 22:17:58 +0000 (22:17 +0000)]
Remove redundant code (thanks to Jani for pointing that out)