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
Sander Roobol
b545125fde
Adding missing .cvsignore
2002-05-03 19:17:21 +00:00
Christian Stocker
d5c7421a7c
removed the function for domxml_node_add_child and made an alias to
...
domxml_node_append_child for BC
2002-05-03 13:53:46 +00:00
Stig Bakken
bd4f1f90d0
* 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');
2002-05-03 13:13:51 +00:00
Christian Stocker
e7f7fb1781
WS fixes
2002-05-03 09:51:06 +00:00
Christian Stocker
9c37ea1888
one parameter too much
2002-05-03 09:46:27 +00:00
Christian Stocker
67c5b2e4fd
added encoding support for domxml_dump_mem()
2002-05-03 09:45:09 +00:00
Thies C. Arntzen
023a381323
forgot
2002-05-03 08:32:03 +00:00
Sebastian Bergmann
8193ca7891
Fix ZTS build.
2002-05-03 08:10:43 +00:00
Thies C. Arntzen
9712a4b3c8
@ - 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
2002-05-03 08:00:41 +00:00
Stig Bakken
9679267b88
* 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
2002-05-03 05:42:55 +00:00
Stig Bakken
919edc49a5
* unintentional news entry :-)
2002-05-03 05:32:52 +00:00
7ede88560d
NEWS update
2002-05-03 00:24:52 +00:00
71eb0ed198
ChangeLog update
2002-05-03 00:24:03 +00:00
Stig Bakken
1a74e43001
* apply umask when installing files
2002-05-03 00:01:54 +00:00
Stig Bakken
f6ad0eee1d
* add umask config value
2002-05-02 23:56:44 +00:00
Frank M. Kromann
810c9dd963
Changed & to &&.
2002-05-02 17:54:54 +00:00
Frank M. Kromann
e789e72515
Adding missing files to the project
2002-05-02 17:53:42 +00:00
Frank M. Kromann
bd75b407cf
Fixing wrong pointer
2002-05-02 17:36:00 +00:00
Andi Gutmans
7e5ec2d761
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.
2002-05-02 17:20:48 +00:00
Sander Roobol
7a64b2b7e5
Fixed some minor typos
2002-05-02 17:19:42 +00:00
Jason Greene
89c59569ba
socket_write() should just use the standard socket error macro so that errors will be consistent if the macro ever changes
2002-05-02 16:45:22 +00:00
Sebastian Bergmann
edba077000
Fix build.
2002-05-02 15:18:26 +00:00