]>
granicus.if.org Git - php/log
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.
foobar [Thu, 9 May 2002 22:46:45 +0000 (22:46 +0000)]
ws fix
Preston L. Bannister [Thu, 9 May 2002 22:03:19 +0000 (22:03 +0000)]
Compute directory for temporary files once and use same directory for all subsequent calls.
Daniela Mariaschi [Thu, 9 May 2002 21:57:49 +0000 (21:57 +0000)]
corrected parameter
Daniela Mariaschi [Thu, 9 May 2002 21:41:20 +0000 (21:41 +0000)]
fix test 5 to pass
Preston L. Bannister [Thu, 9 May 2002 21:18:26 +0000 (21:18 +0000)]
Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required.
(NO extraneous whitespace changes this time (sigh)).
Stig Bakken [Thu, 9 May 2002 21:13:56 +0000 (21:13 +0000)]
* remove package-db.xml
* rename package-pear.xml to package-PEAR.xml (generic format is
package-PKGNAME.xml)
Preston L. Bannister [Thu, 9 May 2002 21:03:30 +0000 (21:03 +0000)]
Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required.
(No extraneous whitespace changes this time :).
Frank M. Kromann [Thu, 9 May 2002 20:37:45 +0000 (20:37 +0000)]
Allow the MSSQL extension to use NT authentication
James Cox [Thu, 9 May 2002 20:36:49 +0000 (20:36 +0000)]
this is dangerous....
Frank M. Kromann [Thu, 9 May 2002 20:36:40 +0000 (20:36 +0000)]
Adding ini setting that allows the MSSQL extension to use NT authentication
Preston L. Bannister [Thu, 9 May 2002 20:34:53 +0000 (20:34 +0000)]
Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible.
Note that checking for in CWD php.ini may be a security risk(?), and can now be made compile-time configurable by removing a single #define.
(This time with tabs for leading indent).
foobar [Thu, 9 May 2002 20:03:36 +0000 (20:03 +0000)]
Revert the last patches.
Sander Roobol [Thu, 9 May 2002 20:02:47 +0000 (20:02 +0000)]
Revert Preston's patch
foobar [Thu, 9 May 2002 19:58:39 +0000 (19:58 +0000)]
ws fix
Preston L. Bannister [Thu, 9 May 2002 19:51:18 +0000 (19:51 +0000)]
Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looks in the Windows directory.
This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible.
Note that checking for php.ini in CWD may be a security risk(?), and can now be made compile-time configurable by removing a single #define.
Preston L. Bannister [Thu, 9 May 2002 19:42:00 +0000 (19:42 +0000)]
Change default directory for session data from /tmp (non-portable) to none.
Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files.
This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32.
Preston L. Bannister [Thu, 9 May 2002 19:36:03 +0000 (19:36 +0000)]
Compute directory for temporary files once and use same directory for all subsequent calls.
Preston L. Bannister [Thu, 9 May 2002 19:32:39 +0000 (19:32 +0000)]
Detect when running under IIS and not require explicit setting of force_redirect.
This means an explicit php.ini setting is no longer required.
Edin Kadribasic [Thu, 9 May 2002 15:58:19 +0000 (15:58 +0000)]
No need to link libxm2 in order to build php_crack.lib
Vincent Blavet [Thu, 9 May 2002 13:00:12 +0000 (13:00 +0000)]
* Better handling of Windows paths (\php\any_thing or c:\php\any_thing)
* Remember that inside the archive path are all the time in unix format /php/any_thing
* When necessary, '\' are replaced by '/' and 'c:' are removed
* Synchro with cvs:pear/Archive_Tar/Tar.php version 1.20
Stig Bakken [Thu, 9 May 2002 12:46:21 +0000 (12:46 +0000)]
* add some packages to bundle with PHP
Stig Bakken [Thu, 9 May 2002 12:45:29 +0000 (12:45 +0000)]
* add "pear run-tests" command
Stig Bakken [Thu, 9 May 2002 12:45:02 +0000 (12:45 +0000)]
* use PEAR installer to install stuff (won't overwrite if newer versions
of packages already are installed)
Stig Bakken [Thu, 9 May 2002 12:29:25 +0000 (12:29 +0000)]
* permanently moving DB to /pear
Derick Rethans [Thu, 9 May 2002 12:27:20 +0000 (12:27 +0000)]
- Fix phpize
Derick Rethans [Thu, 9 May 2002 12:11:57 +0000 (12:11 +0000)]
- Dump API NOs
foobar [Thu, 9 May 2002 12:06:44 +0000 (12:06 +0000)]
Fix 'php-config --version'
Derick Rethans [Thu, 9 May 2002 11:56:52 +0000 (11:56 +0000)]
- Add PHP_API_VERSION too
Derick Rethans [Thu, 9 May 2002 11:47:37 +0000 (11:47 +0000)]
- Show both API nos