]> granicus.if.org Git - php/log
php
22 years ago* typo
Stig Bakken [Tue, 14 May 2002 12:34:49 +0000 (12:34 +0000)]
* typo

22 years ago - fix typo, thanks to georg for spotting it.
Jan Lehnardt [Tue, 14 May 2002 10:33:30 +0000 (10:33 +0000)]
 - fix typo, thanks to georg for spotting it.

22 years ago* fall back to XML_RPC if xmlrpc-epi is not loaded
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

22 years ago* add command definitions, split run() into one method for each command
Stig Bakken [Tue, 14 May 2002 01:49:56 +0000 (01:49 +0000)]
* add command definitions, split run() into one method for each command

22 years ago* no need for getHelp() here anymore
Stig Bakken [Tue, 14 May 2002 01:49:18 +0000 (01:49 +0000)]
* no need for getHelp() here anymore

22 years ago* moved get{Help,Commands,Options} here
Stig Bakken [Tue, 14 May 2002 01:48:20 +0000 (01:48 +0000)]
* moved get{Help,Commands,Options} here

22 years ago* moved the {config xxx} help message substitution to
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

22 years agoChangeLog update
<changelog@php.net> [Tue, 14 May 2002 00:27:31 +0000 (00:27 +0000)]
ChangeLog update

22 years agoFix fastcgi build, may need more work
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?

22 years agoPatch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling
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.

22 years agofix copyresampled bug in bundled gd lib
Rasmus Lerdorf [Mon, 13 May 2002 20:20:16 +0000 (20:20 +0000)]
fix copyresampled bug in bundled gd lib

22 years agoMore verbose but more generic error message when we spot multiple
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

22 years agoMake sure newtime is never NULL
Rasmus Lerdorf [Mon, 13 May 2002 18:11:27 +0000 (18:11 +0000)]
Make sure newtime is never NULL

22 years ago - added reference to http://cvsbook.red-bean.com/
Jan Lehnardt [Mon, 13 May 2002 18:09:56 +0000 (18:09 +0000)]
 - added reference to http://cvsbook.red-bean.com/

22 years ago- Fix a buglet in printing of GPCSE arrays
Zeev Suraski [Mon, 13 May 2002 17:43:04 +0000 (17:43 +0000)]
- Fix a buglet in printing of GPCSE arrays
- Remove indirect access

22 years agoChanging email address.
Andrei Zmievski [Mon, 13 May 2002 17:28:38 +0000 (17:28 +0000)]
Changing email address.

22 years agoAdded confdefs.h which seems to be generated by configure
Sander Roobol [Mon, 13 May 2002 15:25:39 +0000 (15:25 +0000)]
Added confdefs.h which seems to be generated by configure

22 years agoMFZE1
Sterling Hughes [Mon, 13 May 2002 14:38:42 +0000 (14:38 +0000)]
MFZE1

22 years ago- Centralize html_puts() again
Zeev Suraski [Mon, 13 May 2002 08:46:24 +0000 (08:46 +0000)]
- Centralize html_puts() again
- Revolutionize phpinfo()'s speed

22 years ago- MFZE1
Derick Rethans [Mon, 13 May 2002 08:41:55 +0000 (08:41 +0000)]
- MFZE1

22 years agoInstead of calling mail_fetchheader_full() to retrieve the complete header
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>

22 years agoNEWS update
<changelog@php.net> [Mon, 13 May 2002 00:20:27 +0000 (00:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 13 May 2002 00:20:08 +0000 (00:20 +0000)]
ChangeLog update

22 years ago* fix option parsing
Stig Bakken [Sun, 12 May 2002 23:21:30 +0000 (23:21 +0000)]
* fix option parsing

22 years agoRemove redundant code (thanks to Jani for pointing that out)
Zeev Suraski [Sun, 12 May 2002 22:17:58 +0000 (22:17 +0000)]
Remove redundant code (thanks to Jani for pointing that out)

22 years ago* refactored the command/options code:
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

22 years agosync with branch
foobar [Sun, 12 May 2002 21:08:34 +0000 (21:08 +0000)]
sync with branch

22 years agoMade several entries comprehensible.
foobar [Sun, 12 May 2002 21:00:13 +0000 (21:00 +0000)]
Made several entries comprehensible.

22 years ago@Improve IMAP performance when dealing with large mailboxes.
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>

22 years agoAs far as I can tell, the AC_CHECK_MEMBER could not succeed,
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.

22 years agoThe command name is now the first arg not the second
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

22 years agoAdd "r" in cmd help
Tomas V.V.Cox [Sun, 12 May 2002 16:31:30 +0000 (16:31 +0000)]
Add "r" in cmd help

22 years agoThe first entry in argv is the command name, so Getopt will stop
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

22 years agoChange safe-mode rule for rmdir() to match unlink() - allow is target
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)

22 years agoMFZE1
Zeev Suraski [Sun, 12 May 2002 15:59:29 +0000 (15:59 +0000)]
MFZE1

22 years agoSimplify even more
Sascha Schumann [Sun, 12 May 2002 15:30:44 +0000 (15:30 +0000)]
Simplify even more

22 years agoSimplify white space handling in php_html_puts.
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.

22 years agoNuke unused local variables.
Sebastian Bergmann [Sun, 12 May 2002 15:14:21 +0000 (15:14 +0000)]
Nuke unused local variables.

22 years agoAdd an option to calculate easter dates based on the Gregorian calendar
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...

22 years agoFix this again.
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.

22 years ago* fix up package dependency check
Stig Bakken [Sun, 12 May 2002 14:53:54 +0000 (14:53 +0000)]
* fix up package dependency check

22 years agoUse string_len information
Sascha Schumann [Sun, 12 May 2002 14:50:54 +0000 (14:50 +0000)]
Use string_len information

22 years agoreenable php_html_puts
Sascha Schumann [Sun, 12 May 2002 14:48:22 +0000 (14:48 +0000)]
reenable php_html_puts

22 years agoMake <dep type="pkg" rel="has"> avaible
Tomas V.V.Cox [Sun, 12 May 2002 14:42:03 +0000 (14:42 +0000)]
Make <dep type="pkg" rel="has"> avaible

22 years ago* fix description
Stig Bakken [Sun, 12 May 2002 13:14:24 +0000 (13:14 +0000)]
* fix description

22 years agoadded chinese HZ encoding support. fixed ascii area character conversion was not...
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.

22 years ago- Fix the way code was outcommented
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

22 years agofix bug #17040 ibase_close again.....
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....

22 years agoVincent is not involved in this class :-)
Tomas V.V.Cox [Sun, 12 May 2002 11:27:39 +0000 (11:27 +0000)]
Vincent is not involved in this class :-)

22 years agoRephrase.
Sebastian Bergmann [Sun, 12 May 2002 08:35:37 +0000 (08:35 +0000)]
Rephrase.

22 years agoBeautify.
Sebastian Bergmann [Sun, 12 May 2002 08:33:18 +0000 (08:33 +0000)]
Beautify.

22 years agoStart documenting the debug backtracing.
Sebastian Bergmann [Sun, 12 May 2002 08:16:14 +0000 (08:16 +0000)]
Start documenting the debug backtracing.

22 years agoWhitespace fixes.
Sebastian Bergmann [Sun, 12 May 2002 08:15:45 +0000 (08:15 +0000)]
Whitespace fixes.

22 years agoFix build on IRIX for both mips and gcc
Jason Greene [Sun, 12 May 2002 07:22:47 +0000 (07:22 +0000)]
Fix build on IRIX for both mips and gcc

22 years ago* Try again: fixed Console_Getopt::getopt so it does not steal options
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.

22 years ago* updated config key names
Stig Bakken [Sun, 12 May 2002 07:09:25 +0000 (07:09 +0000)]
* updated config key names

22 years ago* exclude _lastmodified registry attrib from tests
Stig Bakken [Sun, 12 May 2002 07:08:25 +0000 (07:08 +0000)]
* exclude _lastmodified registry attrib from tests

22 years agofixed to support --with-mbsting=LANG.
Rui Hirokawa [Sun, 12 May 2002 00:26:43 +0000 (00:26 +0000)]
fixed to support --with-mbsting=LANG.

22 years agoChangeLog update
<changelog@php.net> [Sun, 12 May 2002 00:23:15 +0000 (00:23 +0000)]
ChangeLog update

22 years ago- Update about CLI default settings and it's weirdness.
Markus Fischer [Sat, 11 May 2002 20:33:59 +0000 (20:33 +0000)]
- Update about CLI default settings and it's weirdness.

22 years agoMTH - thought the code was slightly different in HEAD because of the
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)

22 years agoAnother safe-mode fix. parse_ini_file() did not check
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)

22 years agoshow_source() safe-mode fix
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)

22 years agoremove stale 1
Sterling Hughes [Sat, 11 May 2002 17:41:16 +0000 (17:41 +0000)]
remove stale 1

22 years agoWS Fixes (and similair stylistic changes)
Sterling Hughes [Sat, 11 May 2002 17:00:49 +0000 (17:00 +0000)]
WS Fixes (and similair stylistic changes)

22 years ago* use PEAR::raiseError
Stig Bakken [Sat, 11 May 2002 16:39:39 +0000 (16:39 +0000)]
* use PEAR::raiseError

22 years agoallocate globals, making this work in zts mode
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...)

22 years ago- Update
Markus Fischer [Sat, 11 May 2002 14:52:29 +0000 (14:52 +0000)]
- Update

22 years agoAdded copyright notice to php -v output.
Edin Kadribasic [Sat, 11 May 2002 14:26:30 +0000 (14:26 +0000)]
Added copyright notice to php -v output.

22 years agoUse portable #define
Zeev Suraski [Sat, 11 May 2002 13:49:44 +0000 (13:49 +0000)]
Use portable #define

22 years agoCentralize html_puts() logic - php_html_puts() remains as an API wrapper
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

22 years agoMFZE1
Zeev Suraski [Sat, 11 May 2002 12:36:32 +0000 (12:36 +0000)]
MFZE1

22 years agoRemoving HTMLization of ' ' wasn't ok, it didn't deal with series of spaces
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 &nbsp;'s.

22 years ago0 byte file uploads are valid, avoid choking on them
Zeev Suraski [Sat, 11 May 2002 11:58:16 +0000 (11:58 +0000)]
0 byte file uploads are valid, avoid choking on them

22 years agoFix dependencies for CLI module
Zeev Suraski [Sat, 11 May 2002 11:49:34 +0000 (11:49 +0000)]
Fix dependencies for CLI module

22 years agoPatch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.
Sebastian Bergmann [Sat, 11 May 2002 08:58:20 +0000 (08:58 +0000)]
Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.

22 years agoRevert to the old php_ini.c, and reimplement the binary-path searching.
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)

22 years agowhitespace
Zeev Suraski [Sat, 11 May 2002 03:33:29 +0000 (03:33 +0000)]
whitespace

22 years agoFix build
Zeev Suraski [Sat, 11 May 2002 03:22:02 +0000 (03:22 +0000)]
Fix build

22 years ago- Fail gracefully and not just bail out with an error message from dirname
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.

22 years agoReduce number of realloc calls.
Yasuo Ohgaki [Sat, 11 May 2002 03:01:08 +0000 (03:01 +0000)]
Reduce number of realloc calls.

22 years agoAdd missing element
Zeev Suraski [Sat, 11 May 2002 02:58:43 +0000 (02:58 +0000)]
Add missing element

22 years agoMade ZIP extension available on Windows.
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)

22 years ago* install Archive_Tar and Console_Getopt too
Stig Bakken [Sat, 11 May 2002 01:35:23 +0000 (01:35 +0000)]
* install Archive_Tar and Console_Getopt too

22 years ago* add package descriptions for Archive_Tar and Console_Getopt
Stig Bakken [Sat, 11 May 2002 01:28:14 +0000 (01:28 +0000)]
* add package descriptions for Archive_Tar and Console_Getopt

22 years ago* add dependencies
Stig Bakken [Sat, 11 May 2002 01:27:53 +0000 (01:27 +0000)]
* add dependencies

22 years agoNEWS update
<changelog@php.net> [Sat, 11 May 2002 00:21:41 +0000 (00:21 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 11 May 2002 00:21:06 +0000 (00:21 +0000)]
ChangeLog update

22 years agoFixed "make install" when compiled with --disable-cli option.
Edin Kadribasic [Fri, 10 May 2002 18:38:21 +0000 (18:38 +0000)]
Fixed "make install" when compiled with --disable-cli option.

22 years ago- Prefix the first version line with 'PHP' so it's easier to use shell tools to
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).

22 years ago- This affects both CGI and CLI sapi:
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).

22 years ago@- added fifth optional parameter to domxml_xslt_process. If set,
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

22 years ago- Nuke C++ comment
Andi Gutmans [Fri, 10 May 2002 09:43:00 +0000 (09:43 +0000)]
- Nuke C++ comment

22 years ago- Make debug_backtrace() return an array. Still not finished because I
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";
}

22 years ago* package-pear.xml has been renamed to package-PEAR.xml.
Martin Jansen [Fri, 10 May 2002 05:40:39 +0000 (05:40 +0000)]
* package-pear.xml has been renamed to package-PEAR.xml.

22 years agoAdded MD5 support for crypt() on Windows.
Edin Kadribasic [Fri, 10 May 2002 04:58:05 +0000 (04:58 +0000)]
Added MD5 support for crypt() on Windows.

22 years agoIgnoring *.aps files.
Edin Kadribasic [Fri, 10 May 2002 04:36:28 +0000 (04:36 +0000)]
Ignoring *.aps files.

22 years agoFix win32 build.
Edin Kadribasic [Fri, 10 May 2002 02:39:37 +0000 (02:39 +0000)]
Fix win32 build.

22 years agoChangeLog update
<changelog@php.net> [Fri, 10 May 2002 00:26:32 +0000 (00:26 +0000)]
ChangeLog update

22 years agoBacked out preceding change.
Preston L. Bannister [Thu, 9 May 2002 23:33:27 +0000 (23:33 +0000)]
Backed out preceding change.