]> granicus.if.org Git - php/log
php
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.

22 years agows fix
foobar [Thu, 9 May 2002 22:46:45 +0000 (22:46 +0000)]
ws fix

22 years agoCompute directory for temporary files once and use same directory for all subsequent...
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.

22 years agocorrected parameter
Daniela Mariaschi [Thu, 9 May 2002 21:57:49 +0000 (21:57 +0000)]
corrected parameter

22 years agofix test 5 to pass
Daniela Mariaschi [Thu, 9 May 2002 21:41:20 +0000 (21:41 +0000)]
fix test 5 to pass

22 years agoDetect when running under IIS and default force_redirect to zero. This This means...
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)).

22 years ago* remove package-db.xml
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)

22 years agoDetect when running under IIS and default force_redirect to zero. This This means...
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 :).

22 years agoAllow the MSSQL extension to use NT authentication
Frank M. Kromann [Thu, 9 May 2002 20:37:45 +0000 (20:37 +0000)]
Allow the MSSQL extension to use NT authentication

22 years agothis is dangerous....
James Cox [Thu, 9 May 2002 20:36:49 +0000 (20:36 +0000)]
this is dangerous....

22 years agoAdding ini setting that allows the MSSQL extension to use NT authentication
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

22 years agoAdd check for php.ini in same directory as php.exe (or equivalent executable that...
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).

22 years agoRevert the last patches.
foobar [Thu, 9 May 2002 20:03:36 +0000 (20:03 +0000)]
Revert the last patches.

22 years agoRevert Preston's patch
Sander Roobol [Thu, 9 May 2002 20:02:47 +0000 (20:02 +0000)]
Revert Preston's patch

22 years agows fix
foobar [Thu, 9 May 2002 19:58:39 +0000 (19:58 +0000)]
ws fix

22 years agoAdd check for php.ini in same directory as php.exe (or equivalent executable that...
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.

22 years agoChange default directory for session data from /tmp (non-portable) to none.
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.

22 years agoCompute directory for temporary files once and use same directory for all subsequent...
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.

22 years agoDetect when running under IIS and not require explicit setting of force_redirect.
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.

22 years agoNo need to link libxm2 in order to build php_crack.lib
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

22 years ago* Better handling of Windows paths (\php\any_thing or c:\php\any_thing)
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

22 years ago* add some packages to bundle with PHP
Stig Bakken [Thu, 9 May 2002 12:46:21 +0000 (12:46 +0000)]
* add some packages to bundle with PHP

22 years ago* add "pear run-tests" command
Stig Bakken [Thu, 9 May 2002 12:45:29 +0000 (12:45 +0000)]
* add "pear run-tests" command

22 years ago* use PEAR installer to install stuff (won't overwrite if newer versions
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)

22 years ago* permanently moving DB to /pear
Stig Bakken [Thu, 9 May 2002 12:29:25 +0000 (12:29 +0000)]
* permanently moving DB to /pear

22 years ago- Fix phpize
Derick Rethans [Thu, 9 May 2002 12:27:20 +0000 (12:27 +0000)]
- Fix phpize

22 years ago- Dump API NOs
Derick Rethans [Thu, 9 May 2002 12:11:57 +0000 (12:11 +0000)]
- Dump API NOs

22 years agoFix 'php-config --version'
foobar [Thu, 9 May 2002 12:06:44 +0000 (12:06 +0000)]
Fix 'php-config --version'

22 years ago- Add PHP_API_VERSION too
Derick Rethans [Thu, 9 May 2002 11:56:52 +0000 (11:56 +0000)]
- Add PHP_API_VERSION too

22 years ago- Show both API nos
Derick Rethans [Thu, 9 May 2002 11:47:37 +0000 (11:47 +0000)]
- Show both API nos