Moriyoshi Koizumi
9c7635228f
MFH: reverted my patch & applying a new patch by Stefan Esser
2003-02-11 23:30:13 +00:00
Moriyoshi Koizumi
c8d4018067
MFH: fixed zlib.output_compression
2003-02-11 02:26:37 +00:00
Moriyoshi Koizumi
5173670675
MFH: fixed possible buffer overflow in 64bit systems
2003-02-10 20:13:36 +00:00
Sascha Schumann
6cfa5ae855
MFH 0/-1 changes
2003-02-09 21:28:49 +00:00
foobar
50ac9e5aef
MFH: fixed compile failures when ZLIB/PCRE are compiled as shared in same
...
build.
2003-02-09 19:10:32 +00:00
foobar
34c712bae0
MFH: Fixed bug: #22011 (-n must ignore all ini files)
2003-02-03 12:25:47 +00:00
Ilia Alshanetsky
1baeaf9201
MFH
2003-02-02 23:09:40 +00:00
Ilia Alshanetsky
e2b1618571
MFH
2003-02-02 20:27:01 +00:00
Sascha Schumann
6eb3a0ff12
Partial MFH: Fix sticky eof issue, and avoid calling system stat macro
2003-01-30 21:11:29 +00:00
Harald Radi
c23bb9ce4f
ilia pointet me to a thread on php-dev saying that
...
Co(Un)Initialize should be called per thread
2003-01-29 00:46:31 +00:00
Harald Radi
309e5aacc1
somehow the module shutdown order got reversed since 4.3.0,
...
thus the CoInitialize / CoUninitialize calles are more sane here
than in the basic functions module.
2003-01-28 23:45:02 +00:00
Derick Rethans
b7010976f0
- Fix includes
2003-01-28 16:05:07 +00:00
Ilia Alshanetsky
6faa5e5bc4
Fixed compiler warning.
2003-01-28 16:02:33 +00:00
Ilia Alshanetsky
96f815aa74
MFH (scandir patch).
2003-01-28 01:51:26 +00:00
SVN Migration
3835ea2241
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-01-28 00:42:55 +00:00
Shane Caraveo
842fa7a716
MFH
...
fix broken build by adding scandir and alphasort
2003-01-26 01:46:40 +00:00
Ilia Alshanetsky
f142761ab8
MFH
2003-01-25 21:15:41 +00:00
Sascha Schumann
5360b2e876
MFH
2003-01-15 21:20:05 +00:00
Sascha Schumann
18d55a08b3
MFH
2003-01-15 11:32:31 +00:00
Sascha Schumann
9c9d4b2177
MFH 1.161
2003-01-15 11:28:25 +00:00
Ilia Alshanetsky
8fb3f4a199
MFH
2003-01-09 22:34:27 +00:00
Sara Golemon
e1c35b0f16
MFH
2003-01-09 22:29:02 +00:00
Sebastian Bergmann
82e8134fc6
MFH: Revert config.w32.h.in -> config.w32.h build step.
2003-01-09 16:52:14 +00:00
Ilia Alshanetsky
8994f31b03
MFH
2003-01-08 02:44:50 +00:00
SVN Migration
6c44faecfd
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-01-06 22:13:04 +00:00
Derick Rethans
514996363e
*** empty log message ***
2003-01-02 17:58:57 +00:00
Derick Rethans
4e4a4036cf
- MFH: Fix warnings on UnixWare
2003-01-02 13:31:30 +00:00
Wez Furlong
f8721992dd
Workaround a bug in glibc 2.2.9x and later that causes it not to seek to EOF
...
for stdio streams opened with a mode of "a+".
2003-01-01 09:55:38 +00:00
Sebastian Bergmann
03d440e1c0
MFH: Bump year.
2002-12-31 16:27:40 +00:00
Ilia Alshanetsky
ce2ae19703
MFH
2002-12-31 00:05:19 +00:00
Ilia Alshanetsky
ca8772a059
MFH
2002-12-30 19:41:00 +00:00
Ilia Alshanetsky
c3e88c6d59
MFH
2002-12-30 15:35:55 +00:00
Edin Kadribasic
cdb8029c39
Live goes on :)
2002-12-27 22:11:40 +00:00
Andrei Zmievski
d91ac3b7b8
Go with 4.3.0.
2002-12-27 04:07:19 +00:00
Edin Kadribasic
45cb9dc7b1
Made ZLIB extension built in on Windows. Fixes #21139 .
...
# Approved by the release master.
# Will merge this patch into HEAD a bit later.
2002-12-26 13:27:08 +00:00
Wez Furlong
673dee58ad
fpos_t should have been off_t.
...
Noticed by Philip Olson.
2002-12-23 02:55:29 +00:00
Wez Furlong
aaba243f41
MFH fix for Bug #21131
2002-12-22 18:21:55 +00:00
Wez Furlong
17384705d3
MFH:
...
A Simple fix for Bug #12360 (fsockopen timeout doesn't work).
Analysis:
On systems with HAVE_GETADDRINFO and IPV6 support, php_hostconnect would
attempt to connect to each possible address that matched the requested IP.
If the remote host:port combination are dropping packets this would cause the
first connection to timeout (after waiting for the full timeout duration).
PHP would then attempt the second address and wait the full duration again.
Solution:
If the first connection attempt times out, abort the connection loop.
2002-12-22 13:58:41 +00:00
Andrei Zmievski
02a5c36cb9
Back to -dev.
2002-12-21 01:34:15 +00:00
Andrei Zmievski
f380b6b5da
Go with RC4.
2002-12-21 01:30:20 +00:00
Wez Furlong
3748fb07e8
MFH fix for bug #21077 .
...
(proc_open problems with BSD)
2002-12-19 20:34:34 +00:00
Ilia Alshanetsky
33ccce8047
MFH
2002-12-16 15:44:06 +00:00
Wez Furlong
27cdd59feb
Fix some issues with the return value from pclose and proc_close,
...
and bogus seek-on-pipe warnings when used with fpassthru.
2002-12-12 17:44:48 +00:00
Andrei Zmievski
27c7538eb2
Back to -dev.
2002-12-11 18:57:24 +00:00
Andrei Zmievski
9aee6dce1a
Go for RC3.
2002-12-11 18:52:20 +00:00
Ilia Alshanetsky
507b8cd4ba
Fix for bug #20831 .
2002-12-10 16:37:48 +00:00
Edin Kadribasic
12cbd70562
Improve UNC path detection.
2002-12-10 16:18:59 +00:00
Ilia Alshanetsky
c69e47414c
MFH
2002-12-10 15:59:17 +00:00
Ilia Alshanetsky
a7047d2243
MFH
2002-12-10 15:37:33 +00:00
Wez Furlong
f116d23398
MFH: fopencookie for BSD patch
2002-12-09 16:22:06 +00:00