Aaron Bannert
8e176a10fc
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.
2002-05-05 18:15:33 +00:00
Aaron Bannert
b759322411
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)
2002-05-05 18:11:41 +00:00
Stanislav Malyshev
b67bafefa5
Return right exit status
2002-05-05 17:14:12 +00:00
foobar
5f13f4ecb7
Force register_argc_argv=On for CLI
2002-05-05 17:11:04 +00:00
Thies C. Arntzen
5d177788ea
touch
2002-05-05 16:40:20 +00:00
Thies C. Arntzen
23251ebd1a
re-add accidentily nuked session_adapt_url()
2002-05-05 16:39:49 +00:00
Rui Hirokawa
b7321edb84
bug fixed in unicode -> cp1252 table.
2002-05-05 11:42:18 +00:00
Marko Karppinen
b7e50782b7
Well that didn't last long! (Reverting previous.)
2002-05-05 09:52:39 +00:00
Marko Karppinen
32ff990c68
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.
2002-05-05 09:40:31 +00:00
Rui Hirokawa
39c951ed88
added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win.
2002-05-05 02:22:36 +00:00
Sascha Schumann
67d00f8c1d
sync
2002-05-05 02:07:33 +00:00
Sascha Schumann
c8f884fac8
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.
2002-05-05 02:07:16 +00:00
e2de181cab
NEWS update
2002-05-05 00:22:10 +00:00
2cb47c9326
ChangeLog update
2002-05-05 00:20:01 +00:00
Zeev Suraski
fe127f93de
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).
2002-05-04 23:23:16 +00:00
Sascha Schumann
707b8b019e
Free string before overwriting it
2002-05-04 19:06:46 +00:00
Sascha Schumann
d41773e8b6
update
2002-05-04 18:34:29 +00:00
Sascha Schumann
9743860d35
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.
2002-05-04 18:33:13 +00:00
Sascha Schumann
ebfff2df7e
ret set but unused
2002-05-04 18:11:36 +00:00
Sascha Schumann
4fe391cb91
these are case sensitive
2002-05-04 17:42:58 +00:00
Sascha Schumann
74b09cbcf8
c set but unused
2002-05-04 17:41:51 +00:00
Sascha Schumann
34b899e2da
inheader set but unused
2002-05-04 17:41:11 +00:00
James Cox
fb3d9b72e9
touch.
2002-05-04 17:41:03 +00:00
James Cox
7e22424996
add $id:$ line
2002-05-04 17:39:05 +00:00
Sascha Schumann
ea84524bc2
block_ended/opposite_target were set but never used
2002-05-04 17:38:45 +00:00
Sascha Schumann
a6c3ce15ae
don't emit code for version
2002-05-04 17:36:58 +00:00
Sascha Schumann
c998176089
free_index is set but never used
2002-05-04 17:34:41 +00:00
Sascha Schumann
7e05237ed4
call_result is set but never used
2002-05-04 17:32:01 +00:00
Sascha Schumann
1ed3f698fe
ap_php_optopt is set but never used
2002-05-04 17:27:18 +00:00
Sascha Schumann
1f09644ff7
Fix linkage of symbols
2002-05-04 17:26:45 +00:00
Sascha Schumann
9e91566179
entry_length was set but never used
2002-05-04 17:24:08 +00:00
Sascha Schumann
01c980980c
update
2002-05-04 17:17:54 +00:00
Sascha Schumann
2438488c68
rval_temp was declared but never used
2002-05-04 17:17:43 +00:00
Sascha Schumann
140158734f
redirected is set but never used
2002-05-04 17:16:28 +00:00
Sascha Schumann
62c54fca9f
include url.h
2002-05-04 17:15:09 +00:00
Sascha Schumann
2a4dea6c18
include url.h to pull in declaration of php_url_encode
2002-05-04 17:14:56 +00:00
Sascha Schumann
4378214b80
Make this code work on compilers which don't consider the address
...
of a variable on the stack available at compile time.
2002-05-04 17:12:26 +00:00
Sascha Schumann
e919e7e526
unused var
2002-05-04 16:59:41 +00:00
Sascha Schumann
3fbbd61dc2
p is set, but never used.
2002-05-04 16:54:13 +00:00
Sascha Schumann
ee70764592
Turn misplaced PHP_ARG_WITH into _ENABLE
...
and fix --enable-mbstring=shared
2002-05-04 16:50:10 +00:00
Sascha Schumann
9517ff0689
Fix --enable-session=shared
2002-05-04 16:48:48 +00:00
Sascha Schumann
3c89ce7843
Fix --enable-xml=shared
2002-05-04 16:48:01 +00:00
Stig Venaas
d47d8b99c5
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)
2002-05-04 14:27:48 +00:00
Rui Hirokawa
fa1904b6e8
fixed a problem that ereg_replace() couldn't match with line stand/end marker.
2002-05-04 11:20:12 +00:00
Yasuo Ohgaki
ae828233fe
Forgot to dup strings.
2002-05-04 10:55:08 +00:00
Yasuo Ohgaki
b1b5e42251
Fixed reference to freed zval string value.
2002-05-04 09:46:44 +00:00
Yasuo Ohgaki
dfc48de0cb
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)
2002-05-04 03:02:51 +00:00
4510592428
NEWS update
2002-05-04 00:38:22 +00:00
9a44bbf416
ChangeLog update
2002-05-04 00:32:52 +00:00
foobar
8270b16d6b
Domxml changes go into the 4.2.x branch.
2002-05-03 21:30:58 +00:00