]>
granicus.if.org Git - php/log
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)
Stig Bakken [Sun, 12 May 2002 21:09:04 +0000 (21:09 +0000)]
* refactored the command/options code:
- now each command class should define a "commands" property with
documentation, option specs etc.
- both long and short options are now supported
- after recent changes to Console_Getopt, you may now have options
to commands even though the same option is also valid for the pear
command itself
- less CLI-centric, better suited to Gtk and Web frontends
foobar [Sun, 12 May 2002 21:08:34 +0000 (21:08 +0000)]
sync with branch
foobar [Sun, 12 May 2002 21:00:13 +0000 (21:00 +0000)]
Made several entries comprehensible.
Jon Parise [Sun, 12 May 2002 20:53:25 +0000 (20:53 +0000)]
@Improve IMAP performance when dealing with large mailboxes.
Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
Sascha Schumann [Sun, 12 May 2002 17:28:12 +0000 (17:28 +0000)]
As far as I can tell, the AC_CHECK_MEMBER could not succeed,
because it does not include <sys/socket.h> which is necessary
for the definition of struct msghdr. This include file is not
part of ac_includes_default.
Regardless, AC_CHECK_MEMBER is a autoconf-2.5x macro and thus we
expand it here for 2.13 compatibility.
Tomas V.V.Cox [Sun, 12 May 2002 16:42:50 +0000 (16:42 +0000)]
The command name is now the first arg not the second
Tomas V.V.Cox [Sun, 12 May 2002 16:31:30 +0000 (16:31 +0000)]
Add "r" in cmd help
Tomas V.V.Cox [Sun, 12 May 2002 16:30:26 +0000 (16:30 +0000)]
The first entry in argv is the command name, so Getopt will stop
parsing more args
# Stig be carefull, your change to Getopt breaks BC
Rasmus Lerdorf [Sun, 12 May 2002 15:59:42 +0000 (15:59 +0000)]
Change safe-mode rule for rmdir() to match unlink() - allow is target
is opened by caller or in a directory owned by caller
@ Minor fix to rmdir() under safe-mode (Rasmus)
Zeev Suraski [Sun, 12 May 2002 15:59:29 +0000 (15:59 +0000)]
MFZE1
Sascha Schumann [Sun, 12 May 2002 15:30:44 +0000 (15:30 +0000)]
Simplify even more
Sascha Schumann [Sun, 12 May 2002 15:22:11 +0000 (15:22 +0000)]
Simplify white space handling in php_html_puts.
If we encounter a ' ', we will look for the next non-' ' and set p
accordingly.
Sebastian Bergmann [Sun, 12 May 2002 15:14:21 +0000 (15:14 +0000)]
Nuke unused local variables.
Marko Karppinen [Sun, 12 May 2002 15:06:04 +0000 (15:06 +0000)]
Add an option to calculate easter dates based on the Gregorian calendar
during the years 1582-1752. Earlier this was only possible from
1753 onwards. Use the optional parameter CAL_EASTER_ROMAN with
easter_days() to enable this. This is a fix for bug #12766.
# As you can see, my Sundays are *so* busy...
Sascha Schumann [Sun, 12 May 2002 14:55:25 +0000 (14:55 +0000)]
Fix this again.
If you are unsure whether enable or with shall be used, please
inquire on the mailing list.
WITH is solely for the purpose of pointing to paths and other external
entities.
Note that the comment has always mentioned "--disable-mbstring" which
clearly refers to enable and not with.
Stig Bakken [Sun, 12 May 2002 14:53:54 +0000 (14:53 +0000)]
* fix up package dependency check
Sascha Schumann [Sun, 12 May 2002 14:50:54 +0000 (14:50 +0000)]
Use string_len information
Sascha Schumann [Sun, 12 May 2002 14:48:22 +0000 (14:48 +0000)]
reenable php_html_puts
Tomas V.V.Cox [Sun, 12 May 2002 14:42:03 +0000 (14:42 +0000)]
Make <dep type="pkg" rel="has"> avaible
Stig Bakken [Sun, 12 May 2002 13:14:24 +0000 (13:14 +0000)]
* fix description
Rui Hirokawa [Sun, 12 May 2002 13:06:13 +0000 (13:06 +0000)]
added chinese HZ encoding support. fixed ascii area character conversion was not work in euc-cn and euc-kr.
Sascha Schumann [Sun, 12 May 2002 12:51:42 +0000 (12:51 +0000)]
- Fix the way code was outcommented
- Remove unused STR_CAT macro
- Remove limits/tests based on unused macro
- Implement cache_limiter(private) using private_no_expire
Daniela Mariaschi [Sun, 12 May 2002 12:18:56 +0000 (12:18 +0000)]
fix bug #17040 ibase_close again.....
User can't close a connection if there are blobs opened.
He must close them before to not loose data....
Tomas V.V.Cox [Sun, 12 May 2002 11:27:39 +0000 (11:27 +0000)]
Vincent is not involved in this class :-)
Sebastian Bergmann [Sun, 12 May 2002 08:35:37 +0000 (08:35 +0000)]
Rephrase.
Sebastian Bergmann [Sun, 12 May 2002 08:33:18 +0000 (08:33 +0000)]
Beautify.
Sebastian Bergmann [Sun, 12 May 2002 08:16:14 +0000 (08:16 +0000)]
Start documenting the debug backtracing.
Sebastian Bergmann [Sun, 12 May 2002 08:15:45 +0000 (08:15 +0000)]
Whitespace fixes.
Jason Greene [Sun, 12 May 2002 07:22:47 +0000 (07:22 +0000)]
Fix build on IRIX for both mips and gcc
Stig Bakken [Sun, 12 May 2002 07:13:49 +0000 (07:13 +0000)]
* Try again: fixed Console_Getopt::getopt so it does not steal options
after the first non-option argument. Added test.
Stig Bakken [Sun, 12 May 2002 07:09:25 +0000 (07:09 +0000)]
* updated config key names
Stig Bakken [Sun, 12 May 2002 07:08:25 +0000 (07:08 +0000)]
* exclude _lastmodified registry attrib from tests
Rui Hirokawa [Sun, 12 May 2002 00:26:43 +0000 (00:26 +0000)]
fixed to support --with-mbsting=LANG.
<changelog@php.net> [Sun, 12 May 2002 00:23:15 +0000 (00:23 +0000)]
ChangeLog update
Markus Fischer [Sat, 11 May 2002 20:33:59 +0000 (20:33 +0000)]
- Update about CLI default settings and it's weirdness.
Rasmus Lerdorf [Sat, 11 May 2002 19:58:40 +0000 (19:58 +0000)]
MTH - thought the code was slightly different in HEAD because of the
streams stuff, but it is exactly the same bug.
@ Safe-mode fix related to the safe_mode_include_dir feature (Rasmus)
Rasmus Lerdorf [Sat, 11 May 2002 19:19:49 +0000 (19:19 +0000)]
Another safe-mode fix. parse_ini_file() did not check
@ safe-mode fix for parse_ini_file() (Rasmus)
Rasmus Lerdorf [Sat, 11 May 2002 18:35:59 +0000 (18:35 +0000)]
show_source() safe-mode fix
@ show_source() was evading safe-mode - fixed (Rasmus)
Sterling Hughes [Sat, 11 May 2002 17:41:16 +0000 (17:41 +0000)]
remove stale 1
Sterling Hughes [Sat, 11 May 2002 17:00:49 +0000 (17:00 +0000)]
WS Fixes (and similair stylistic changes)
Stig Bakken [Sat, 11 May 2002 16:39:39 +0000 (16:39 +0000)]
* use PEAR::raiseError
Sterling Hughes [Sat, 11 May 2002 15:58:55 +0000 (15:58 +0000)]
allocate globals, making this work in zts mode
(not that it really matters, since libswf isn't thread safe...)
Markus Fischer [Sat, 11 May 2002 14:52:29 +0000 (14:52 +0000)]
- Update
Edin Kadribasic [Sat, 11 May 2002 14:26:30 +0000 (14:26 +0000)]
Added copyright notice to php -v output.
Zeev Suraski [Sat, 11 May 2002 13:49:44 +0000 (13:49 +0000)]
Use portable #define
Zeev Suraski [Sat, 11 May 2002 12:41:33 +0000 (12:41 +0000)]
Centralize html_puts() logic - php_html_puts() remains as an API wrapper
Zeev Suraski [Sat, 11 May 2002 12:36:32 +0000 (12:36 +0000)]
MFZE1
Zeev Suraski [Sat, 11 May 2002 12:17:53 +0000 (12:17 +0000)]
Removing HTMLization of ' ' wasn't ok, it didn't deal with series of spaces
properly. Turn series of spaces into 's.
Zeev Suraski [Sat, 11 May 2002 11:58:16 +0000 (11:58 +0000)]
0 byte file uploads are valid, avoid choking on them
Zeev Suraski [Sat, 11 May 2002 11:49:34 +0000 (11:49 +0000)]
Fix dependencies for CLI module
Sebastian Bergmann [Sat, 11 May 2002 08:58:20 +0000 (08:58 +0000)]
Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.
Zeev Suraski [Sat, 11 May 2002 03:41:17 +0000 (03:41 +0000)]
Revert to the old php_ini.c, and reimplement the binary-path searching.
Should now also work under UNIX (CLI/CGI)
Zeev Suraski [Sat, 11 May 2002 03:33:29 +0000 (03:33 +0000)]
whitespace
Zeev Suraski [Sat, 11 May 2002 03:22:02 +0000 (03:22 +0000)]
Fix build
Markus Fischer [Sat, 11 May 2002 03:11:46 +0000 (03:11 +0000)]
- Fail gracefully and not just bail out with an error message from dirname
because no argument was given.
Yasuo Ohgaki [Sat, 11 May 2002 03:01:08 +0000 (03:01 +0000)]
Reduce number of realloc calls.
Zeev Suraski [Sat, 11 May 2002 02:58:43 +0000 (02:58 +0000)]
Add missing element
Edin Kadribasic [Sat, 11 May 2002 02:12:44 +0000 (02:12 +0000)]
Made ZIP extension available on Windows.
@- Made ZIP extension available on Windows. (Edin)
Stig Bakken [Sat, 11 May 2002 01:35:23 +0000 (01:35 +0000)]
* install Archive_Tar and Console_Getopt too
Stig Bakken [Sat, 11 May 2002 01:28:14 +0000 (01:28 +0000)]
* add package descriptions for Archive_Tar and Console_Getopt
Stig Bakken [Sat, 11 May 2002 01:27:53 +0000 (01:27 +0000)]
* add dependencies
<changelog@php.net> [Sat, 11 May 2002 00:21:41 +0000 (00:21 +0000)]
NEWS update
<changelog@php.net> [Sat, 11 May 2002 00:21:06 +0000 (00:21 +0000)]
ChangeLog update
Edin Kadribasic [Fri, 10 May 2002 18:38:21 +0000 (18:38 +0000)]
Fixed "make install" when compiled with --disable-cli option.
Markus Fischer [Fri, 10 May 2002 16:18:00 +0000 (16:18 +0000)]
- Prefix the first version line with 'PHP' so it's easier to use shell tools to
parse the version number (both CLI and CGI).
Markus Fischer [Fri, 10 May 2002 16:04:03 +0000 (16:04 +0000)]
- This affects both CGI and CLI sapi:
Remove Zend version output from -m switch and move it over to the output of
the -v switch (-v is supposed to list version numbers, not -m).
Christian Stocker [Fri, 10 May 2002 14:59:14 +0000 (14:59 +0000)]
@- added fifth optional parameter to domxml_xslt_process. If set,
it will output profiling information to the file stated (chregu)
- introduced version numbering for this extension
Andi Gutmans [Fri, 10 May 2002 09:43:00 +0000 (09:43 +0000)]
- Nuke C++ comment
Andi Gutmans [Fri, 10 May 2002 09:41:50 +0000 (09:41 +0000)]
- Make debug_backtrace() return an array. Still not finished because I
might want to differentiate between method calls and static methods.
Example:
$bt = debug_backtrace();
foreach ($bt as $frame) {
if (isset($frame['class'])) {
print $frame['class'];
print "::";
}
print $frame['function'];
print " [";
print $frame['file'];
print ":";
print $frame['line'];
print "]\n";
}
Martin Jansen [Fri, 10 May 2002 05:40:39 +0000 (05:40 +0000)]
* package-pear.xml has been renamed to package-PEAR.xml.
Edin Kadribasic [Fri, 10 May 2002 04:58:05 +0000 (04:58 +0000)]
Added MD5 support for crypt() on Windows.
Edin Kadribasic [Fri, 10 May 2002 04:36:28 +0000 (04:36 +0000)]
Ignoring *.aps files.
Edin Kadribasic [Fri, 10 May 2002 02:39:37 +0000 (02:39 +0000)]
Fix win32 build.
<changelog@php.net> [Fri, 10 May 2002 00:26:32 +0000 (00:26 +0000)]
ChangeLog update
Preston L. Bannister [Thu, 9 May 2002 23:33:27 +0000 (23:33 +0000)]
Backed out preceding change.