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

22 years agoForgot to dup strings.
Yasuo Ohgaki [Sat, 4 May 2002 10:55:08 +0000 (10:55 +0000)]
Forgot to dup strings.

22 years agoFixed reference to freed zval string value.
Yasuo Ohgaki [Sat, 4 May 2002 09:46:44 +0000 (09:46 +0000)]
Fixed reference to freed zval string value.

22 years agoFixed crash when buffer is over written in ob callback. (Bug $ 12227)
Yasuo Ohgaki [Sat, 4 May 2002 03:02:51 +0000 (03:02 +0000)]
Fixed crash when buffer is over written in ob callback. (Bug $ 12227)
Added check current output function check for Centent-Length header.
@ Fixed output buffer crash when buffer is over written in callback. (Yasuo)

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

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

22 years agoDomxml changes go into the 4.2.x branch.
foobar [Fri, 3 May 2002 21:30:58 +0000 (21:30 +0000)]
Domxml changes go into the 4.2.x branch.

22 years agoAdding missing .cvsignore
Sander Roobol [Fri, 3 May 2002 19:17:21 +0000 (19:17 +0000)]
Adding missing .cvsignore

22 years agoremoved the function for domxml_node_add_child and made an alias to
Christian Stocker [Fri, 3 May 2002 13:53:46 +0000 (13:53 +0000)]
removed the function for domxml_node_add_child and made an alias to
domxml_node_append_child for BC

22 years ago* switched from static to instance model
Stig Bakken [Fri, 3 May 2002 13:13:51 +0000 (13:13 +0000)]
* switched from static to instance model
* added matching method with glob support, some examples:
    $os->matchSignature('linux');
    $os->matchSignature('linux-2.4*);
    $os->matchSignature('linux-*-i?86');

22 years agoWS fixes
Christian Stocker [Fri, 3 May 2002 09:51:06 +0000 (09:51 +0000)]
WS fixes

22 years agoone parameter too much
Christian Stocker [Fri, 3 May 2002 09:46:27 +0000 (09:46 +0000)]
one parameter too much

22 years agoadded encoding support for domxml_dump_mem()
Christian Stocker [Fri, 3 May 2002 09:45:09 +0000 (09:45 +0000)]
added encoding support for domxml_dump_mem()

22 years agoforgot
Thies C. Arntzen [Fri, 3 May 2002 08:32:03 +0000 (08:32 +0000)]
forgot

22 years agoFix ZTS build.
Sebastian Bergmann [Fri, 3 May 2002 08:10:43 +0000 (08:10 +0000)]
Fix ZTS build.

22 years ago@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
Thies C. Arntzen [Fri, 3 May 2002 08:00:41 +0000 (08:00 +0000)]
@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
@   and remove variables from the URL-Rewriter. (thies)
i have also modified the session module to use this - so it doesn't
need to fiddle with the output-system any more

22 years ago* fixed autoconf vs. pear installer replacement issue in scripts/pear.in
Stig Bakken [Fri, 3 May 2002 05:42:55 +0000 (05:42 +0000)]
* fixed autoconf vs. pear installer replacement issue in scripts/pear.in
  (pear installer now substitutes "@prefix@/bin" to bin_dir ;-)
* added skeleton for OS_Guess class

22 years ago* unintentional news entry :-)
Stig Bakken [Fri, 3 May 2002 05:32:52 +0000 (05:32 +0000)]
* unintentional news entry :-)

22 years agoNEWS update
<changelog@php.net> [Fri, 3 May 2002 00:24:52 +0000 (00:24 +0000)]
NEWS update

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

22 years ago* apply umask when installing files
Stig Bakken [Fri, 3 May 2002 00:01:54 +0000 (00:01 +0000)]
* apply umask when installing files

22 years ago* add umask config value
Stig Bakken [Thu, 2 May 2002 23:56:44 +0000 (23:56 +0000)]
* add umask config value

22 years agoChanged & to &&.
Frank M. Kromann [Thu, 2 May 2002 17:54:54 +0000 (17:54 +0000)]
Changed & to &&.

22 years agoAdding missing files to the project
Frank M. Kromann [Thu, 2 May 2002 17:53:42 +0000 (17:53 +0000)]
Adding missing files to the project

22 years agoFixing wrong pointer
Frank M. Kromann [Thu, 2 May 2002 17:36:00 +0000 (17:36 +0000)]
Fixing wrong pointer

22 years agoInitial support for built-in backtracing.
Andi Gutmans [Thu, 2 May 2002 17:20:48 +0000 (17:20 +0000)]
Initial support for built-in backtracing.
There are still a few problems such as includes and calling other functions
from internal functions which aren't seen (will have to think if and how to
fix this).
Also the main scripts filename isn't available. Need to think about that.

22 years agoFixed some minor typos
Sander Roobol [Thu, 2 May 2002 17:19:42 +0000 (17:19 +0000)]
Fixed some minor typos

22 years agosocket_write() should just use the standard socket error macro so that errors will...
Jason Greene [Thu, 2 May 2002 16:45:22 +0000 (16:45 +0000)]
socket_write() should just use the standard socket error macro so that errors will be consistent if the macro ever changes

22 years agoFix build.
Sebastian Bergmann [Thu, 2 May 2002 15:18:26 +0000 (15:18 +0000)]
Fix build.

22 years agoupdated cgi warning notice.
James Cox [Thu, 2 May 2002 14:55:12 +0000 (14:55 +0000)]
updated cgi warning notice.

22 years agoUpdate comment
Zeev Suraski [Thu, 2 May 2002 14:05:26 +0000 (14:05 +0000)]
Update comment