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

22 years agoAdded the current SAPI to the output of php -v
Sander Roobol [Thu, 9 May 2002 09:36:45 +0000 (09:36 +0000)]
Added the current SAPI to the output of php -v

22 years ago* show "update ok" after updates
Stig Bakken [Thu, 9 May 2002 06:49:12 +0000 (06:49 +0000)]
* show "update ok" after updates

22 years ago* try the installed cli binary if everything else fails (I'm starting
Stig Bakken [Thu, 9 May 2002 06:39:05 +0000 (06:39 +0000)]
* try the installed cli binary if everything else fails (I'm starting
  to agree that looking too hard for a php binary is wrong)

22 years ago* install the old-fashioned way for just a bit longer
Stig Bakken [Thu, 9 May 2002 02:32:18 +0000 (02:32 +0000)]
* install the old-fashioned way for just a bit longer

22 years ago* add -G option to "pear" for php-gtk frontend
Stig Bakken [Thu, 9 May 2002 02:31:37 +0000 (02:31 +0000)]
* add -G option to "pear" for php-gtk frontend
* added Gtk stub (only creates window right now)
* added command descriptions

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

22 years ago- Hopefully fix problems with debug_backtrace()
Andi Gutmans [Wed, 8 May 2002 18:43:19 +0000 (18:43 +0000)]
- Hopefully fix problems with debug_backtrace()

22 years agoFix overflow
Jason Greene [Wed, 8 May 2002 15:30:04 +0000 (15:30 +0000)]
Fix overflow

22 years ago- MFZE1
Derick Rethans [Wed, 8 May 2002 14:10:30 +0000 (14:10 +0000)]
- MFZE1

22 years agoAdded conversion support from script character encoding to internal character encodin...
Rui Hirokawa [Wed, 8 May 2002 13:47:39 +0000 (13:47 +0000)]
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.

22 years agoAdded conversion support from script character encoding to internal character encodin...
Rui Hirokawa [Wed, 8 May 2002 12:33:44 +0000 (12:33 +0000)]
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.

22 years agoAdded estrdup() needed.
Yasuo Ohgaki [Wed, 8 May 2002 11:44:14 +0000 (11:44 +0000)]
Added estrdup() needed.
Fixed typo.

22 years agoThis is a more appropriate address for me.
Aaron Bannert [Wed, 8 May 2002 07:48:04 +0000 (07:48 +0000)]
This is a more appropriate address for me.

22 years agoMinor improvement to error message for mysql_data_seek
Zak Greant [Wed, 8 May 2002 07:38:09 +0000 (07:38 +0000)]
Minor improvement to error message for mysql_data_seek

22 years ago- Add a warning if running with safe_mode enabled.
Markus Fischer [Wed, 8 May 2002 07:23:54 +0000 (07:23 +0000)]
- Add a warning if running with safe_mode enabled.

22 years ago- Forgot one
Derick Rethans [Wed, 8 May 2002 05:19:27 +0000 (05:19 +0000)]
- Forgot one

22 years ago- Added Aaron Bannert as maintainer
Derick Rethans [Wed, 8 May 2002 05:17:59 +0000 (05:17 +0000)]
- Added Aaron Bannert as maintainer

22 years agoKill a compiler warning on Win32
Frank M. Kromann [Wed, 8 May 2002 03:56:43 +0000 (03:56 +0000)]
Kill a compiler warning on Win32

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

22 years agoDue to the thread-safety changes and lots of other stuff, the
Sascha Schumann [Tue, 7 May 2002 22:00:33 +0000 (22:00 +0000)]
Due to the thread-safety changes and lots of other stuff, the
current tree is not backwards compatible anymore.  Bump API no.

22 years agoFix 10830, and 17074
Jason Greene [Tue, 7 May 2002 18:47:17 +0000 (18:47 +0000)]
Fix 10830, and 17074
FreeBSD requires the exact length of the socket type

22 years ago- More debug backtrace work. It still doesn't work very well...
Andi Gutmans [Tue, 7 May 2002 18:42:13 +0000 (18:42 +0000)]
- More debug backtrace work. It still doesn't work very well...

22 years agoFixing win32 build.
Frank M. Kromann [Tue, 7 May 2002 17:51:03 +0000 (17:51 +0000)]
Fixing win32 build.

22 years agouse thread-safe functions unconditionally
Sascha Schumann [Tue, 7 May 2002 13:24:07 +0000 (13:24 +0000)]
use thread-safe functions unconditionally

22 years agoAdd thread-safety to some conversion functions and sync a bit with
Sascha Schumann [Tue, 7 May 2002 05:26:30 +0000 (05:26 +0000)]
Add thread-safety to some conversion functions and sync a bit with
APR.

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

22 years agoFix invalid warning caused by bogus convert_to_* calls
Jason Greene [Mon, 6 May 2002 23:01:46 +0000 (23:01 +0000)]
Fix invalid warning caused by bogus convert_to_* calls
Fix possible invalid data in status for pcntl_waitpid()

22 years ago- WS fix as pointed out by fabwash@hotmail.com
Markus Fischer [Mon, 6 May 2002 21:44:43 +0000 (21:44 +0000)]
- WS fix as pointed out by fabwash@hotmail.com

22 years agoFix type-o that broke ZTS build
Jason Greene [Mon, 6 May 2002 19:48:39 +0000 (19:48 +0000)]
Fix type-o that broke ZTS build
Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored

22 years ago- Fix release date
Derick Rethans [Mon, 6 May 2002 18:54:46 +0000 (18:54 +0000)]
- Fix release date

22 years agofix problem with mkdir() on freebsd
jim winstead [Mon, 6 May 2002 17:31:22 +0000 (17:31 +0000)]
fix problem with mkdir() on freebsd

22 years agoUpdate README with register_argc_argv settings override.
Edin Kadribasic [Mon, 6 May 2002 15:49:06 +0000 (15:49 +0000)]
Update README with register_argc_argv settings override.

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

22 years agoAdd support for remaining entities in HTML 4 for the UTF-8 encoding in
Wez Furlong [Sun, 5 May 2002 23:06:39 +0000 (23:06 +0000)]
Add support for remaining entities in HTML 4 for the UTF-8 encoding in
htmlentities/htmlspecial chars.
This is a fix for for #17008.
# I would *really* appreciate it if someone with a good eye could verify
# that all the entities are there and are correctly numbered; I've checked
# it three times, but it's best to be sure.

22 years agoClenup before I forgot.
Yasuo Ohgaki [Sun, 5 May 2002 22:44:07 +0000 (22:44 +0000)]
Clenup before I forgot.

22 years agoFix a graceful restart SEGV. We no longer only perform initialization
Aaron Bannert [Sun, 5 May 2002 18:15:33 +0000 (18:15 +0000)]
Fix a graceful restart SEGV. We no longer only perform initialization
on the second pass through the post_config. Now we only avoid the
initialization only on the first DSO load, and on all subsequent loads
we rerun the init code.

22 years agoFix an elusive and intermittent startup SEGV. The problem was
Aaron Bannert [Sun, 5 May 2002 18:11:41 +0000 (18:11 +0000)]
Fix an elusive and intermittent startup SEGV. The problem was
the static string we were using to set an initialization flag
would get remapped to a different location when Apache reloaded
the DSO, causing us to not run our initialization routines.

Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: Aaron Bannert (I added the big comment too)

22 years agoReturn right exit status
Stanislav Malyshev [Sun, 5 May 2002 17:14:12 +0000 (17:14 +0000)]
Return right exit status

22 years agoForce register_argc_argv=On for CLI
foobar [Sun, 5 May 2002 17:11:04 +0000 (17:11 +0000)]
Force register_argc_argv=On for CLI

22 years agotouch
Thies C. Arntzen [Sun, 5 May 2002 16:40:20 +0000 (16:40 +0000)]
touch

22 years agore-add accidentily nuked session_adapt_url()
Thies C. Arntzen [Sun, 5 May 2002 16:39:49 +0000 (16:39 +0000)]
re-add accidentily nuked session_adapt_url()

22 years agobug fixed in unicode -> cp1252 table.
Rui Hirokawa [Sun, 5 May 2002 11:42:18 +0000 (11:42 +0000)]
bug fixed in unicode -> cp1252 table.

22 years agoWell that didn't last long! (Reverting previous.)
Marko Karppinen [Sun, 5 May 2002 09:52:39 +0000 (09:52 +0000)]
Well that didn't last long! (Reverting previous.)

22 years agoPrelim. patch to enable apache2filter to link on Darwin.
Marko Karppinen [Sun, 5 May 2002 09:40:31 +0000 (09:40 +0000)]
Prelim. patch to enable apache2filter to link on Darwin.
Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: markonen
# A stopgap measure while we try to find a "real"
# solution, if one exists.

22 years agoadded missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis...
Rui Hirokawa [Sun, 5 May 2002 02:22:36 +0000 (02:22 +0000)]
added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win.

22 years agosync
Sascha Schumann [Sun, 5 May 2002 02:07:33 +0000 (02:07 +0000)]
sync

22 years agothe output buffer is flushed during request shutdown before it
Sascha Schumann [Sun, 5 May 2002 02:07:16 +0000 (02:07 +0000)]
the output buffer is flushed during request shutdown before it
reaches our rshutdown, so it is safe to delete the contents of
the url rewriter variables here.

22 years agoNEWS update
<changelog@php.net> [Sun, 5 May 2002 00:22:10 +0000 (00:22 +0000)]
NEWS update

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

22 years agoWe shouldn't force Content-length:, but much worse, it's wrong in many
Zeev Suraski [Sat, 4 May 2002 23:23:16 +0000 (23:23 +0000)]
We shouldn't force Content-length:, but much worse, it's wrong in many
cases (basically, unless you use output buffering to buffer all of your content,
it won't work;  output buffering is used for lots of different things as a
functional interface, and such buffers have no relation to Content-type at
all).

22 years agoFree string before overwriting it
Sascha Schumann [Sat, 4 May 2002 19:06:46 +0000 (19:06 +0000)]
Free string before overwriting it

22 years agoupdate
Sascha Schumann [Sat, 4 May 2002 18:34:29 +0000 (18:34 +0000)]
update

22 years agosimplify handling of variables by maintaining two strings which
Sascha Schumann [Sat, 4 May 2002 18:33:13 +0000 (18:33 +0000)]
simplify handling of variables by maintaining two strings which
are simply appended instead of traversing the hash table on each
URL/form.

also fix an unconditional segfault in rshutdown due to efree'ing
a static char *.

remove remove_var, add reset_vars.  move the function declarations
into the right header file.

22 years agoret set but unused
Sascha Schumann [Sat, 4 May 2002 18:11:36 +0000 (18:11 +0000)]
ret set but unused

22 years agothese are case sensitive
Sascha Schumann [Sat, 4 May 2002 17:42:58 +0000 (17:42 +0000)]
these are case sensitive

22 years agoc set but unused
Sascha Schumann [Sat, 4 May 2002 17:41:51 +0000 (17:41 +0000)]
c set but unused

22 years agoinheader set but unused
Sascha Schumann [Sat, 4 May 2002 17:41:11 +0000 (17:41 +0000)]
inheader set but unused

22 years agotouch.
James Cox [Sat, 4 May 2002 17:41:03 +0000 (17:41 +0000)]
touch.

22 years agoadd $id:$ line
James Cox [Sat, 4 May 2002 17:39:05 +0000 (17:39 +0000)]
add $id:$ line

22 years agoblock_ended/opposite_target were set but never used
Sascha Schumann [Sat, 4 May 2002 17:38:45 +0000 (17:38 +0000)]
block_ended/opposite_target were set but never used

22 years agodon't emit code for version
Sascha Schumann [Sat, 4 May 2002 17:36:58 +0000 (17:36 +0000)]
don't emit code for version

22 years agofree_index is set but never used
Sascha Schumann [Sat, 4 May 2002 17:34:41 +0000 (17:34 +0000)]
free_index is set but never used

22 years agocall_result is set but never used
Sascha Schumann [Sat, 4 May 2002 17:32:01 +0000 (17:32 +0000)]
call_result is set but never used

22 years agoap_php_optopt is set but never used
Sascha Schumann [Sat, 4 May 2002 17:27:18 +0000 (17:27 +0000)]
ap_php_optopt is set but never used

22 years agoFix linkage of symbols
Sascha Schumann [Sat, 4 May 2002 17:26:45 +0000 (17:26 +0000)]
Fix linkage of symbols

22 years agoentry_length was set but never used
Sascha Schumann [Sat, 4 May 2002 17:24:08 +0000 (17:24 +0000)]
entry_length was set but never used

22 years agoupdate
Sascha Schumann [Sat, 4 May 2002 17:17:54 +0000 (17:17 +0000)]
update

22 years agorval_temp was declared but never used
Sascha Schumann [Sat, 4 May 2002 17:17:43 +0000 (17:17 +0000)]
rval_temp was declared but never used

22 years agoredirected is set but never used
Sascha Schumann [Sat, 4 May 2002 17:16:28 +0000 (17:16 +0000)]
redirected is set but never used

22 years agoinclude url.h
Sascha Schumann [Sat, 4 May 2002 17:15:09 +0000 (17:15 +0000)]
include url.h

22 years agoinclude url.h to pull in declaration of php_url_encode
Sascha Schumann [Sat, 4 May 2002 17:14:56 +0000 (17:14 +0000)]
include url.h to pull in declaration of php_url_encode

22 years agoMake this code work on compilers which don't consider the address
Sascha Schumann [Sat, 4 May 2002 17:12:26 +0000 (17:12 +0000)]
Make this code work on compilers which don't consider the address
of a variable on the stack available at compile time.

22 years agounused var
Sascha Schumann [Sat, 4 May 2002 16:59:41 +0000 (16:59 +0000)]
unused var

22 years agop is set, but never used.
Sascha Schumann [Sat, 4 May 2002 16:54:13 +0000 (16:54 +0000)]
p is set, but never used.

22 years agoTurn misplaced PHP_ARG_WITH into _ENABLE
Sascha Schumann [Sat, 4 May 2002 16:50:10 +0000 (16:50 +0000)]
Turn misplaced PHP_ARG_WITH into _ENABLE
and fix --enable-mbstring=shared

22 years agoFix --enable-session=shared
Sascha Schumann [Sat, 4 May 2002 16:48:48 +0000 (16:48 +0000)]
Fix --enable-session=shared

22 years agoFix --enable-xml=shared
Sascha Schumann [Sat, 4 May 2002 16:48:01 +0000 (16:48 +0000)]
Fix --enable-xml=shared

22 years agoReworked result resource handling so that result is not freed until all
Stig Venaas [Sat, 4 May 2002 14:27:48 +0000 (14:27 +0000)]
Reworked result resource handling so that result is not freed until all
its result entry resources are freed
@- Fixed resource bug in LDAP extension. (Stig Venaas)

22 years agofixed a problem that ereg_replace() couldn't match with line stand/end marker.
Rui Hirokawa [Sat, 4 May 2002 11:20:12 +0000 (11:20 +0000)]
fixed a problem that ereg_replace() couldn't match with line stand/end marker.