Sam Ruby
3da910ae24
Restore the ability to clean compile in non-multithreaded environments
2000-08-04 18:39:47 +00:00
Thies C. Arntzen
7b388964ee
fixed ZTS compile
2000-08-04 18:14:38 +00:00
foobar
5356c100ee
- This should fix bug #5964
...
# Could someone please check this out..it works as intented for me at least.
# But I don't have any Windoze machines available to test this there.
2000-08-04 17:18:54 +00:00
Rasmus Lerdorf
9021105c89
Fix typo
2000-08-04 16:48:42 +00:00
Hartmut Holzgraefe
b19fb9b6bd
#ooops
2000-08-04 15:23:19 +00:00
Egon Schmid
48ef7e52a2
Sorry only the *_replaceparameters are wrong.
2000-08-04 11:57:21 +00:00
Egon Schmid
90b4600fe8
Wrong parameters found by Martin Buchholz @ six.de.
2000-08-04 11:50:16 +00:00
Hartmut Holzgraefe
920f6fd1fc
ooops - theese new parameters are optional
2000-08-04 09:24:36 +00:00
Hartmut Holzgraefe
6a93f284bc
added new second parameter to osrt functions in the protos
2000-08-04 09:19:38 +00:00
Hartmut Holzgraefe
562e83bc6d
no longer needed
2000-08-04 09:03:54 +00:00
Hartmut Holzgraefe
aadc551965
do not rewrite absolute urls
...
(should be more clever and identify itself though)
2000-08-04 09:03:20 +00:00
Andi Gutmans
fcdc025d11
- Beautify code. Try and use more macros for splitting instead of
...
- replicating the code everywhere.
2000-08-04 08:11:54 +00:00
Joey Smith
de486f7897
Geez, you'd think English wasn' tmy native tongue.
2000-08-04 04:49:45 +00:00
Joey Smith
62557742bd
Outdated URL, link to the master site instead.
2000-08-04 04:49:13 +00:00
Rasmus Lerdorf
9f2cd78e67
Small portability fix
2000-08-04 02:23:28 +00:00
c7d84acbcd
ChangeLog update
2000-08-04 01:09:12 +00:00
Hartmut Holzgraefe
9cd387439e
evaluate sendmail exit status, fixes unix side of bug #5630
2000-08-03 19:26:19 +00:00
Stanislav Malyshev
fda23fc253
Fix fclose prototype ( #5930 )
2000-08-03 16:37:35 +00:00
Stanislav Malyshev
688268727e
If we can't find a protocol in URL wrapper, try it as a filename ( fix #5931 )
2000-08-03 15:09:27 +00:00
Hartmut Holzgraefe
74ca22e9ca
will now work again on 1-character urls, spaces before and after '='
...
and urls containing '#' scrolling info
# argh, this file's not even a week old and already needs
# a heavy cleanup rewrite, but at least it gets all my test cases right
2000-08-03 11:42:39 +00:00
c438f0abc9
ChangeLog update
2000-08-03 01:09:18 +00:00
a31dd36ab9
NEWS update
2000-08-03 01:09:15 +00:00
Rasmus Lerdorf
ff0a08f508
Leave this initialization in
2000-08-02 22:53:55 +00:00
Rasmus Lerdorf
76a2d2538c
Heads up! I have moved the headers_only and response_code checks out of
...
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true. This happens
in an ErrorDocument redirect. In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information. For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well. (Rasmus)
2000-08-02 22:48:45 +00:00
Rasmus Lerdorf
f896b9a354
Fix library ordering here so static builds will work
2000-08-02 19:49:04 +00:00
Andi Gutmans
5ae343b752
- Remove commented code
2000-08-02 17:51:42 +00:00
foobar
a4a0e18ec4
- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
...
These functions are available only when using openldap which is compiled
with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani)
2000-08-02 13:11:46 +00:00
5343536429
ChangeLog update
2000-08-02 01:09:19 +00:00
3977f6380f
NEWS update
2000-08-02 01:09:16 +00:00
Rasmus Lerdorf
b8f6e9dd03
Add Olympus-specific tags to read_exif_data()
...
@ Add Olympus-specific tags to read_exif_data() (Rasmus)
2000-08-01 22:05:15 +00:00
Hartmut Holzgraefe
4c9709ff0d
typo fix
2000-08-01 20:21:35 +00:00
Sascha Schumann
cbc4b24a7a
Enable building PHP against kerberized IMAP libraries
2000-08-01 15:24:56 +00:00
Hartmut Holzgraefe
f194a3a25d
protect datetime() against all zero inputs ...
2000-08-01 11:16:20 +00:00
foobar
ab13d02d53
@- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
...
@ the body. Bug #4447 . (Jani)
2000-08-01 09:11:46 +00:00
Hartmut Holzgraefe
b59e98b87c
"undefined function" error message will now suggest similar named
...
functions as jikes compiler for java does (typo protection)
2000-08-01 07:57:19 +00:00
Hartmut Holzgraefe
ea5ab044bf
trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)
2000-08-01 07:45:14 +00:00
Stanislav Malyshev
e109aa30d6
When output is empty, exec should return "", not "\0" ( #5775 )
...
@- Fixed exec() returning "\0" when output is empty
2000-08-01 07:22:59 +00:00
7173a63d46
ChangeLog update
2000-08-01 01:09:15 +00:00
Zeev Suraski
c5c973d16f
- Get rid of whitespace.
2000-08-01 00:41:35 +00:00
Rasmus Lerdorf
89107a221b
Missed a symbol
2000-07-31 15:07:58 +00:00
Sascha Schumann
04182c1361
Add note about software requirements
2000-07-31 13:44:06 +00:00
0f9eee7662
ChangeLog update
2000-07-31 01:09:08 +00:00
c30d5a8d27
NEWS update
2000-07-31 01:09:05 +00:00
Hartmut Holzgraefe
0df7721842
fix for bug #5672
2000-07-30 21:55:27 +00:00
Stig Bakken
def1424b12
@Added XML_Parser class in PEAR (Stig)
...
@Added "make test" target in pear/ and added some regression tests (Stig)
Also fixed a bug in the PEAR class that was discovered when testing :-)
2000-07-30 17:41:31 +00:00
foobar
9789895f30
#Damn. It still crashes in some situations. So this was bogus. =(
2000-07-30 15:48:09 +00:00
Stanislav Malyshev
a790966b15
Fix file upload types array handling ( #5836 )
2000-07-30 11:22:18 +00:00
Rasmus Lerdorf
75bb019760
Fix bug in strip_tags function as per bug #5857
...
@ Fix bug in strip_tags function as per bug #5857 (Rasmus)
2000-07-30 05:04:06 +00:00
Sam Ruby
4ca1c611b3
Refactor in support of subclassing
2000-07-30 04:50:31 +00:00
a234329535
ChangeLog update
2000-07-30 01:09:10 +00:00