82bc088c57
ChangeLog update
2002-06-06 00:22:05 +00:00
foobar
9f238de87b
ws and indent fixes
2002-06-05 23:58:51 +00:00
foobar
12f6175f26
- Fixes a segfault reported in #17584
2002-06-05 23:24:23 +00:00
Sebastian Bergmann
e449646b68
Remove unused local variable.
2002-06-05 18:17:19 +00:00
Andi Gutmans
2d6404d5b0
- Allow overloaded objects to receive the method name in its original
...
- case.
2002-06-05 17:34:56 +00:00
Markus Fischer
6c6ac37be4
- Headers are now rewritten to always have \r\n line endings for SMTP.
...
Also automatically removes superflous line breaks at
the start and end of the header.
# http://cr.yp.to/docs/smtplf.html is a good read about this topic.
2002-06-05 17:08:38 +00:00
Derick Rethans
3fb8db4ca8
- Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not
...
being set. (patch by Rob Richards <rrichards@digarc.com>)
2002-06-05 15:24:49 +00:00
Sergey Kartashoff
3b1d852949
# mnogosearch work continued
2002-06-05 14:34:54 +00:00
Stefan Esser
23ceadfe2b
fixed multiline header detection (':' is valid within following lines)
...
fixed fill_buffer to fill the buffer always completely
2002-06-05 13:35:34 +00:00
Sergey Kartashoff
30afc3585c
more mnogosearch compilation fixes
2002-06-05 13:06:56 +00:00
Stefan Esser
a06a3e1f7f
fixing some crashbugs that can be triggered with bogus uploads.
2002-06-05 11:28:33 +00:00
Sergey Kartashoff
1e3b1d16c1
MnoGoSearch extension fixes to compile under latest
...
mnogosearch 3.2.4 and 3.2.5. Still does not compile with them,
but the work still in progress...
2002-06-05 10:11:04 +00:00
Derick Rethans
1db85d6651
- Fix memleak (patch by Stefan Sesser)
2002-06-05 09:56:28 +00:00
e9b12faedb
NEWS update
2002-06-05 00:26:11 +00:00
9bfc10a0fa
ChangeLog update
2002-06-05 00:24:06 +00:00
Derick Rethans
733ebde160
- Fix for bug #17462 (Patch by Edin Kadribasic)
2002-06-04 21:58:05 +00:00
Edin Kadribasic
9d04bf58e3
Sync with openbsd glob.c 1.19
2002-06-04 21:26:06 +00:00
Edin Kadribasic
9143760ecd
Removed some leftover debugging code.
2002-06-04 21:15:35 +00:00
foobar
9a47e545f6
- Fixed the include paths for the needed libraries for bundled libgd.
...
- Removed files which are not needed with libgd2 from the PHP_NEW_EXTENSION.
2002-06-04 18:44:54 +00:00
Edin Kadribasic
3b3ec06ee7
Added function pcntl_alarm().
...
@- Added pctnl_alarm() function. (Edin)
2002-06-04 15:51:25 +00:00
Stig Bakken
4317a5c7a9
* sort package names in "pear list"
2002-06-04 15:25:23 +00:00
Joseph Tate
68845d9811
#Whitespace fix: Sorry
2002-06-04 14:30:12 +00:00
Joseph Tate
316f8f0764
Bug fix to #17560 submitted by Rob Richards
2002-06-04 14:20:54 +00:00
Mark L. Woodward
63ded04ef5
Added persistent connections, and automattic reconnect on
...
lost connections. Requires Phoenix 1.0
2002-06-04 13:59:46 +00:00
Markus Fischer
b4bcdda57b
- Fix ZTS built.
2002-06-04 08:54:14 +00:00
foobar
1528a3d1fb
Fixed bug: #17535
2002-06-04 02:33:10 +00:00
foobar
2be8691887
fine tuning
2002-06-04 01:27:29 +00:00
foobar
1a06a2fa15
- Made the bundled libgd actually work. Fixed bug: #17244
2002-06-04 01:13:01 +00:00
529ad188e1
NEWS update
2002-06-04 00:24:58 +00:00
1fad1a1b96
ChangeLog update
2002-06-04 00:22:49 +00:00
Markus Fischer
8e8f75a864
- Move macro code into distinct function for easier debugging as suggested by
...
Andi.
2002-06-03 20:52:07 +00:00
Rasmus Lerdorf
ca9c4270f8
Make sure len is defined here
2002-06-03 18:26:27 +00:00
Edin Kadribasic
e7ab5766d6
Fixed array_rand() on ZTS platforms.
...
@- Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
2002-06-03 17:49:48 +00:00
Markus Fischer
8060dae548
- Fix isatty() and ttyname() ( Closes #17323 , #17333 ).
2002-06-03 15:49:38 +00:00
Markus Fischer
44afb19d40
- Fix a leak and a crash.
2002-06-03 14:39:30 +00:00
Markus Fischer
504d7c2ebd
- Add note about IIS/CGI and cgi.force_redirect gotcha
2002-06-03 11:11:41 +00:00
6277fb312e
NEWS update
2002-06-03 00:26:00 +00:00
05c7e945e0
ChangeLog update
2002-06-03 00:24:11 +00:00
Stig Bakken
b8ec647fc5
* fix bug that was re-introduced during merge
2002-06-02 23:59:41 +00:00
Markus Fischer
9a97d55647
- Only add the To: field with the $to parameter if we don't have it in the
...
custom header. This was the behaviour < 4.2.x (but it was broken, this one
isn't).
# last commit for today, promised.
2002-06-02 23:39:59 +00:00
Markus Fischer
d497ca147e
- Revert fix for #14407 . The From: header field IS different from the
...
sendmail_from field which is in fact the retturn path.
2002-06-02 22:54:48 +00:00
Markus Fischer
1ec78a1e18
- Try to fix most of the buffer overflows and dynamically allocate memory where
...
applicable.
2002-06-02 22:10:25 +00:00
Adam Dickmeiss
553eda4145
Use ZOOM API for newer YAZ versions.
2002-06-02 21:59:58 +00:00
Adam Dickmeiss
0315c1e1c9
report error when YAZ cannot be found
2002-06-02 21:58:35 +00:00
Stefan Roehrich
cce0d2f72d
Added "Vary: Accept-Encoding" header to zlib.output_compression
...
compressed output as with obgzhandler().
@ If zlib.output_compression is enabled and a page is compressed
@ a "Vary: Accept-Encoding" header is added. (Stefan)
# obgzhandler() sends this header, I think it is recommened by
# RFC 2616. If there are problems (e.g. with some browsers)
# it should be reverted.
2002-06-02 21:35:06 +00:00
Christian Dickmann
ee44ad4f5b
make 'pear remote-info' work with CLI
2002-06-02 20:24:50 +00:00
Christian Dickmann
19c946cce2
make 'pear search' work with CLI. fix a typo
2002-06-02 20:13:50 +00:00
Markus Fischer
b04656ad40
- Finish implementation of custom smtp port (introduces "smtp_port" ini config).
2002-06-02 17:13:48 +00:00
Markus Fischer
c43f813d8e
- Rephrase comment
2002-06-02 16:25:06 +00:00
Markus Fischer
05293f09eb
- Classig problem: right idea, wrong pointer ...
2002-06-02 15:29:07 +00:00