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

22 years agoChange nest level to send Content-Length again. It seems this is the
Yasuo Ohgaki [Thu, 2 May 2002 13:55:05 +0000 (13:55 +0000)]
Change nest level to send Content-Length again. It seems this is the
best setting for now.

PHP will not send Content-Length always. It only sends when it is
possible to send. output_buffer=0 is supposed to disable chunked
output, but it seems it does not disable. It also behaves a litte
strange way. This should be addressed someday.

It is possible Content-Length header is not set. If it happens, try to
increase chunk size for now. (i.e. output_buffer=40960)

I included a little debug code for me and other develpers to play with,
when (NestLevel==1 && ObStatus==5), PHP sends Content-Length.

22 years agoremove temporary resources immediately
Harald Radi [Thu, 2 May 2002 13:37:31 +0000 (13:37 +0000)]
remove temporary resources immediately
return value fix

#thanks to alan for 'remote debugging'

22 years agoReadd warning
Sascha Schumann [Thu, 2 May 2002 13:21:38 +0000 (13:21 +0000)]
Readd warning

If Mr. Taskinen feels like removing it again, he can commence a
discussion.  Otherwise, I'll personally disable his CVS account
immediately.

22 years agoin6addr_any is defined as extern in IRIX header files, but is not actually
Sascha Schumann [Thu, 2 May 2002 13:12:44 +0000 (13:12 +0000)]
in6addr_any is defined as extern in IRIX header files, but is not actually
contained in any library (sigh).

Make this check fail, if the link stage does not succeed.  Also avoid
GCC optimization which drops the reference to ip6addr_any.

Tested on IRIX 6.5.15.

22 years ago- Add Zend API No. to phpinofo() output
Derick Rethans [Thu, 2 May 2002 12:33:03 +0000 (12:33 +0000)]
- Add Zend API No. to phpinofo() output

22 years agoStop the search when the libs are found.
foobar [Thu, 2 May 2002 10:22:26 +0000 (10:22 +0000)]
Stop the search when the libs are found.

22 years agoInstall pear.bat
Tomas V.V.Cox [Thu, 2 May 2002 10:15:47 +0000 (10:15 +0000)]
Install pear.bat
# Please Windows hackers test the pear installer support!

22 years agoI could swear it worked the other way before I committed.
Sebastian Bergmann [Thu, 2 May 2002 10:15:27 +0000 (10:15 +0000)]
I could swear it worked the other way before I committed.

22 years agountabify
Tomas V.V.Cox [Thu, 2 May 2002 10:14:01 +0000 (10:14 +0000)]
untabify

22 years agoenglishify.
James Cox [Thu, 2 May 2002 10:05:24 +0000 (10:05 +0000)]
englishify.

22 years agoAdd config.w32.h.
Sebastian Bergmann [Thu, 2 May 2002 09:57:45 +0000 (09:57 +0000)]
Add config.w32.h.

22 years agoOops.
Sebastian Bergmann [Thu, 2 May 2002 09:53:17 +0000 (09:53 +0000)]
Oops.

22 years agoFugbix typos.
Sebastian Bergmann [Thu, 2 May 2002 09:51:05 +0000 (09:51 +0000)]
Fugbix typos.