]>
granicus.if.org Git - php/log
foobar [Tue, 19 Mar 2002 10:52:41 +0000 (10:52 +0000)]
added missing .libs entry
foobar [Tue, 19 Mar 2002 10:49:26 +0000 (10:49 +0000)]
- Not needed anymore.
Yasuo Ohgaki [Tue, 19 Mar 2002 09:13:45 +0000 (09:13 +0000)]
Added README.SUBMITTING_PATCH file. Please fix/add/change.
Added more description for use of assert().
Sebastian Bergmann [Tue, 19 Mar 2002 07:01:30 +0000 (07:01 +0000)]
Add streams.c/user_streams.c to MSVC projects.
Wez Furlong [Tue, 19 Mar 2002 03:51:01 +0000 (03:51 +0000)]
Implement user-space streams.
There's probably room for improvement,
docs will following some time this week.
Wez Furlong [Tue, 19 Mar 2002 03:49:26 +0000 (03:49 +0000)]
add sys/poll.h header detection
Wez Furlong [Tue, 19 Mar 2002 03:49:03 +0000 (03:49 +0000)]
make feof more useful on network streams
Harald Radi [Tue, 19 Mar 2002 03:36:16 +0000 (03:36 +0000)]
added lookup caching and now make use of the new thread
safe hashtables (not in cvs right now)
Yasuo Ohgaki [Tue, 19 Mar 2002 02:59:15 +0000 (02:59 +0000)]
WS fix
<changelog@php.net> [Tue, 19 Mar 2002 01:22:04 +0000 (01:22 +0000)]
ChangeLog update
Jon Parise [Tue, 19 Mar 2002 01:19:24 +0000 (01:19 +0000)]
Give one last reference to pear-get.
Stig Bakken [Tue, 19 Mar 2002 01:13:20 +0000 (01:13 +0000)]
* pear-get gone
Vlad Krupin [Mon, 18 Mar 2002 22:26:32 +0000 (22:26 +0000)]
Fix ftp_size() returning bogus results.
# make sure the server is in BINARY mode before requesting file size.
Sebastian Bergmann [Mon, 18 Mar 2002 22:13:14 +0000 (22:13 +0000)]
Fugbix typo.
Frank M. Kromann [Mon, 18 Mar 2002 21:38:17 +0000 (21:38 +0000)]
Adding note about permission to distribute this code under the PHP license
Frank M. Kromann [Mon, 18 Mar 2002 21:09:23 +0000 (21:09 +0000)]
Adding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile
Markus Fischer [Mon, 18 Mar 2002 21:01:29 +0000 (21:01 +0000)]
- Let OCIError() also return the sql statement which failed and the exact
position into the statement where it failed (if applicable).
Patch by Daniel Ceregatti <vi@sh.nu>.
Wez Furlong [Mon, 18 Mar 2002 20:44:15 +0000 (20:44 +0000)]
fix error message which appeared even if no ssl mode was selected
Andi Gutmans [Mon, 18 Mar 2002 20:27:03 +0000 (20:27 +0000)]
- More fixes to check for member/function call legality.
Wez Furlong [Mon, 18 Mar 2002 20:13:50 +0000 (20:13 +0000)]
Fix for bug #10001: a timeout event prevents further reads.
The Bug DB has a patch that should be applied to fsock.c on the
4.2 branch.
Zeev Suraski [Mon, 18 Mar 2002 19:47:50 +0000 (19:47 +0000)]
Fix build under Release_TS
Maybe separating TSRMLS away wasn't such a good idea (sorry Wez :)
Wez Furlong [Mon, 18 Mar 2002 19:42:19 +0000 (19:42 +0000)]
Fix for bugs #16148, #11199, #10092:
fread from socket will never free memory.
This patch should also be applied to php_sockread_internal in
fsock.c in the 4.2 branch.
Wez Furlong [Mon, 18 Mar 2002 19:13:11 +0000 (19:13 +0000)]
fix non-TS build...
Wez Furlong [Mon, 18 Mar 2002 18:57:25 +0000 (18:57 +0000)]
Shouldn't have made it into my last commit.
Wez Furlong [Mon, 18 Mar 2002 18:54:32 +0000 (18:54 +0000)]
TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make
Stig Bakken [Mon, 18 Mar 2002 18:01:14 +0000 (18:01 +0000)]
* get rid of this hack
Hartmut Holzgraefe [Mon, 18 Mar 2002 18:00:24 +0000 (18:00 +0000)]
proto fixes
Stig Bakken [Mon, 18 Mar 2002 17:39:52 +0000 (17:39 +0000)]
* Refactoring of "pear" command internals. Highlights:
- user interface abstraction, making a Gtk installer should only be
a matter of implementing PEAR_CommandUI_Gtk plus a "pear-gtk" executable
- separated code into command classes, able to specify one or more
commands
- no more "pear-get" :-)
* fixed use of PEAR_Config::singleton to avoid object copying
Edin Kadribasic [Mon, 18 Mar 2002 15:11:41 +0000 (15:11 +0000)]
-r is in the release branch.
Sascha Schumann [Mon, 18 Mar 2002 14:38:01 +0000 (14:38 +0000)]
unused makefile.in
Sascha Schumann [Mon, 18 Mar 2002 14:37:22 +0000 (14:37 +0000)]
empty files, let them go
Wez Furlong [Mon, 18 Mar 2002 11:49:40 +0000 (11:49 +0000)]
fix warning
Wez Furlong [Mon, 18 Mar 2002 11:46:21 +0000 (11:46 +0000)]
fix TSRM build
Wez Furlong [Mon, 18 Mar 2002 11:46:00 +0000 (11:46 +0000)]
Fix build.
Warning about TSRM testing still applies.
Wez Furlong [Mon, 18 Mar 2002 11:18:07 +0000 (11:18 +0000)]
tidyup use of STREAMS_DC macros
Wez Furlong [Mon, 18 Mar 2002 10:44:39 +0000 (10:44 +0000)]
having streams is now the default
Zeev Suraski [Mon, 18 Mar 2002 10:35:01 +0000 (10:35 +0000)]
Move stream files into the right folders
Stanislav Malyshev [Mon, 18 Mar 2002 09:47:24 +0000 (09:47 +0000)]
Update .dsp
Stanislav Malyshev [Mon, 18 Mar 2002 09:42:20 +0000 (09:42 +0000)]
Fix build
Zeev Suraski [Mon, 18 Mar 2002 09:20:43 +0000 (09:20 +0000)]
Fix build
Zeev Suraski [Mon, 18 Mar 2002 09:12:31 +0000 (09:12 +0000)]
Make Sebastian happy
Sascha Schumann [Mon, 18 Mar 2002 08:29:17 +0000 (08:29 +0000)]
Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because
1.) a PHP-specific symbol should be in the php namespace, and
2.) there are multiple streams and the old configure parameter was plural, too.
Sascha Schumann [Mon, 18 Mar 2002 08:22:33 +0000 (08:22 +0000)]
touch file
Zeev Suraski [Mon, 18 Mar 2002 08:05:28 +0000 (08:05 +0000)]
Fix the build and all of the outstanding VC++ warnings
Yasuo Ohgaki [Mon, 18 Mar 2002 06:06:00 +0000 (06:06 +0000)]
-c option is for path.
Yasuo Ohgaki [Mon, 18 Mar 2002 06:03:53 +0000 (06:03 +0000)]
Use common.inc instead of common.php for ease of use (rm -f *.php for failed
test files)
Marcus Boerger [Mon, 18 Mar 2002 05:32:25 +0000 (05:32 +0000)]
-streams are no longer an option
Marcus Boerger [Mon, 18 Mar 2002 04:57:06 +0000 (04:57 +0000)]
-temp streams are now clean (Thanks to Wez)
Shane Caraveo [Mon, 18 Mar 2002 04:49:16 +0000 (04:49 +0000)]
add new ini item for fastcgi
Shane Caraveo [Mon, 18 Mar 2002 04:48:34 +0000 (04:48 +0000)]
add security impersonation feature for running under IIS security
Shane Caraveo [Mon, 18 Mar 2002 04:46:32 +0000 (04:46 +0000)]
Add impersonation feature for running under IIS
jim winstead [Mon, 18 Mar 2002 03:51:40 +0000 (03:51 +0000)]
make test: '-c' flag doesn't work like this expects (it takes a
directory, not a file), and this isn't necessary.
jim winstead [Mon, 18 Mar 2002 02:00:57 +0000 (02:00 +0000)]
Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.)
Wez Furlong [Mon, 18 Mar 2002 01:40:56 +0000 (01:40 +0000)]
correct grammar
<changelog@php.net> [Mon, 18 Mar 2002 01:21:55 +0000 (01:21 +0000)]
ChangeLog update
Wez Furlong [Mon, 18 Mar 2002 01:12:32 +0000 (01:12 +0000)]
Add some rules for stream implementors.
Marcus Boerger [Mon, 18 Mar 2002 00:12:47 +0000 (00:12 +0000)]
-use php_stream_make_seekable
Marcus Boerger [Sun, 17 Mar 2002 23:50:31 +0000 (23:50 +0000)]
-added temporary streams
-added stream debug code
#should be used from php_stream_make_seekable
Wez Furlong [Sun, 17 Mar 2002 22:50:59 +0000 (22:50 +0000)]
Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits
foobar [Sun, 17 Mar 2002 21:09:21 +0000 (21:09 +0000)]
- Made one test/setup macro for iconv and fixed it to check
for libc first.
Stefan Esser [Sun, 17 Mar 2002 21:00:44 +0000 (21:00 +0000)]
SAFE_MODE restriction error message fixed if the file doesn't exist
Stefan Esser [Sun, 17 Mar 2002 20:56:20 +0000 (20:56 +0000)]
move_uploaded_files checks open_basedir now
Jason Greene [Sun, 17 Mar 2002 19:41:24 +0000 (19:41 +0000)]
Remove already included file
Andi Gutmans [Sun, 17 Mar 2002 19:13:46 +0000 (19:13 +0000)]
- Start putting error handling where method calls are being used in a
- context where only writable variables should be used.
foobar [Sun, 17 Mar 2002 17:30:55 +0000 (17:30 +0000)]
Fix build.
Sander Roobol [Sun, 17 Mar 2002 17:01:18 +0000 (17:01 +0000)]
Fixed compile error about gdImageColorResolve (#14426, #15000).
Harald Radi [Sun, 17 Mar 2002 16:45:56 +0000 (16:45 +0000)]
removed anoying warnings
Harald Radi [Sun, 17 Mar 2002 16:20:50 +0000 (16:20 +0000)]
reduced warninglevel to remove the annoying
warnings from the re2c generated code
James Cox [Sun, 17 Mar 2002 16:04:35 +0000 (16:04 +0000)]
NEWS is my friend...
James Cox [Sun, 17 Mar 2002 15:49:53 +0000 (15:49 +0000)]
s/-/ ./
James Cox [Sun, 17 Mar 2002 15:27:51 +0000 (15:27 +0000)]
no, really update it
foobar [Sun, 17 Mar 2002 15:17:46 +0000 (15:17 +0000)]
- This is not used anymore.
James Cox [Sun, 17 Mar 2002 15:12:18 +0000 (15:12 +0000)]
updated NEWS
Wez Furlong [Sun, 17 Mar 2002 14:21:01 +0000 (14:21 +0000)]
Fix for php_stream_gets when the implementation does not support it
natively (Thanks Marcus).
Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an
option to php_stream_open_wrapper().
See README.STREAMS for usage.
Wez Furlong [Sun, 17 Mar 2002 13:29:44 +0000 (13:29 +0000)]
tidy up the headers (streams related)
Wez Furlong [Sun, 17 Mar 2002 13:19:27 +0000 (13:19 +0000)]
Fix for Bug #16121: make unix socket names binary safe.
# Could be applied to 4.2 branch, but I don't have a working copy, and
# I don't think it's amazingly critical.
Wez Furlong [Sun, 17 Mar 2002 13:16:35 +0000 (13:16 +0000)]
fix problems with cgi/cli sapi when running tests
Marcus Boerger [Sun, 17 Mar 2002 12:16:29 +0000 (12:16 +0000)]
#removed code to track down error in streams
Marcus Boerger [Sun, 17 Mar 2002 12:06:41 +0000 (12:06 +0000)]
-fix bug with wrappers
Markus Fischer [Sun, 17 Mar 2002 08:33:25 +0000 (08:33 +0000)]
- Let configure also detect installation in standard unix paths.
- Properly format error message.
Shane Caraveo [Sun, 17 Mar 2002 08:21:18 +0000 (08:21 +0000)]
fix closing pipes
fix buffer overrun
Markus Fischer [Sun, 17 Mar 2002 08:10:04 +0000 (08:10 +0000)]
- Fix some compiler warnings and errors.
Wez Furlong [Sun, 17 Mar 2002 01:58:42 +0000 (01:58 +0000)]
fix win32 warning and ming leak
<changelog@php.net> [Sun, 17 Mar 2002 01:20:41 +0000 (01:20 +0000)]
NEWS update
<changelog@php.net> [Sun, 17 Mar 2002 01:19:36 +0000 (01:19 +0000)]
ChangeLog update
Stig Bakken [Sat, 16 Mar 2002 23:48:23 +0000 (23:48 +0000)]
* added optional layer parameter to get() method
* added isDefinedLayer() method
Markus Fischer [Sat, 16 Mar 2002 22:31:57 +0000 (22:31 +0000)]
- WS and code style fix.
foobar [Sat, 16 Mar 2002 22:19:33 +0000 (22:19 +0000)]
- Fixed some typos.
Markus Fischer [Sat, 16 Mar 2002 22:19:10 +0000 (22:19 +0000)]
- Some more TSRMLS fixes.
Harald Radi [Sat, 16 Mar 2002 22:08:23 +0000 (22:08 +0000)]
fixed TSRM build
Marcus Boerger [Sat, 16 Mar 2002 21:19:17 +0000 (21:19 +0000)]
-quick hack to bug in streams....but where?
Marcus Boerger [Sat, 16 Mar 2002 20:25:51 +0000 (20:25 +0000)]
-disabling debug
#Wez: i have an error when closing the original file after stream copy...
Marcus Boerger [Sat, 16 Mar 2002 20:12:58 +0000 (20:12 +0000)]
-formatting
Marcus Boerger [Sat, 16 Mar 2002 20:12:17 +0000 (20:12 +0000)]
-fix bug for not correct terminated comments
-switch to streams
@exif functions now support streams using memory streams where @necessary (marcus)
Marcus Boerger [Sat, 16 Mar 2002 20:11:06 +0000 (20:11 +0000)]
-added memory streams
@added memory streams (marcus)
Marcus Boerger [Sat, 16 Mar 2002 20:05:08 +0000 (20:05 +0000)]
-copy_stream_to_stream returns size if maxlen == PHP_STREAM_COPY_ALL
#had to commit myself to do the rest...
Wez Furlong [Sat, 16 Mar 2002 18:52:03 +0000 (18:52 +0000)]
fix ftell/fseek in stdio streams
Wez Furlong [Sat, 16 Mar 2002 18:43:41 +0000 (18:43 +0000)]
fix build problem for interbase
Wez Furlong [Sat, 16 Mar 2002 18:42:42 +0000 (18:42 +0000)]
Fix some issues with gzFile and fsockopen.
Andi Gutmans [Sat, 16 Mar 2002 18:16:55 +0000 (18:16 +0000)]
- Indentation fix.
Never do:
if (expr) {
}
else
It should be:
if (expr) {
} else {