]> granicus.if.org Git - php/log
php
22 years agoadded missing .libs entry
foobar [Tue, 19 Mar 2002 10:52:41 +0000 (10:52 +0000)]
added missing .libs entry

22 years ago- Not needed anymore.
foobar [Tue, 19 Mar 2002 10:49:26 +0000 (10:49 +0000)]
- Not needed anymore.

22 years agoAdded README.SUBMITTING_PATCH file. Please fix/add/change.
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().

22 years agoAdd streams.c/user_streams.c to MSVC projects.
Sebastian Bergmann [Tue, 19 Mar 2002 07:01:30 +0000 (07:01 +0000)]
Add streams.c/user_streams.c to MSVC projects.

22 years agoImplement user-space streams.
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.

22 years agoadd sys/poll.h header detection
Wez Furlong [Tue, 19 Mar 2002 03:49:26 +0000 (03:49 +0000)]
add sys/poll.h header detection

22 years agomake feof more useful on network streams
Wez Furlong [Tue, 19 Mar 2002 03:49:03 +0000 (03:49 +0000)]
make feof more useful on network streams

22 years agoadded lookup caching and now make use of the new thread
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)

22 years agoWS fix
Yasuo Ohgaki [Tue, 19 Mar 2002 02:59:15 +0000 (02:59 +0000)]
WS fix

22 years agoChangeLog update
<changelog@php.net> [Tue, 19 Mar 2002 01:22:04 +0000 (01:22 +0000)]
ChangeLog update

22 years agoGive one last reference to pear-get.
Jon Parise [Tue, 19 Mar 2002 01:19:24 +0000 (01:19 +0000)]
Give one last reference to pear-get.

22 years ago* pear-get gone
Stig Bakken [Tue, 19 Mar 2002 01:13:20 +0000 (01:13 +0000)]
* pear-get gone

22 years agoFix ftp_size() returning bogus results.
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.

22 years agoFugbix typo.
Sebastian Bergmann [Mon, 18 Mar 2002 22:13:14 +0000 (22:13 +0000)]
Fugbix typo.

22 years agoAdding note about permission to distribute this code under the PHP license
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

22 years agoAdding HAVE_SHUTDOWN on win32. Needed for the sockets extension to compile
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

22 years ago- Let OCIError() also return the sql statement which failed and the exact
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>.

22 years agofix error message which appeared even if no ssl mode was selected
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

22 years ago- More fixes to check for member/function call legality.
Andi Gutmans [Mon, 18 Mar 2002 20:27:03 +0000 (20:27 +0000)]
- More fixes to check for member/function call legality.

22 years agoFix for bug #10001: a timeout event prevents further reads.
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.

22 years agoFix build under Release_TS
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 :)

22 years agoFix for bugs #16148, #11199, #10092:
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.

22 years agofix non-TS build...
Wez Furlong [Mon, 18 Mar 2002 19:13:11 +0000 (19:13 +0000)]
fix non-TS build...

22 years agoShouldn't have made it into my last commit.
Wez Furlong [Mon, 18 Mar 2002 18:57:25 +0000 (18:57 +0000)]
Shouldn't have made it into my last commit.

22 years agoTSRMLS related work on streams, as discussed with Zeev.
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

22 years ago* get rid of this hack
Stig Bakken [Mon, 18 Mar 2002 18:01:14 +0000 (18:01 +0000)]
* get rid of this hack

22 years agoproto fixes
Hartmut Holzgraefe [Mon, 18 Mar 2002 18:00:24 +0000 (18:00 +0000)]
proto fixes

22 years ago* Refactoring of "pear" command internals. Highlights:
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

22 years ago-r is in the release branch.
Edin Kadribasic [Mon, 18 Mar 2002 15:11:41 +0000 (15:11 +0000)]
-r is in the release branch.

22 years agounused makefile.in
Sascha Schumann [Mon, 18 Mar 2002 14:38:01 +0000 (14:38 +0000)]
unused makefile.in

22 years agoempty files, let them go
Sascha Schumann [Mon, 18 Mar 2002 14:37:22 +0000 (14:37 +0000)]
empty files, let them go

22 years agofix warning
Wez Furlong [Mon, 18 Mar 2002 11:49:40 +0000 (11:49 +0000)]
fix warning

22 years agofix TSRM build
Wez Furlong [Mon, 18 Mar 2002 11:46:21 +0000 (11:46 +0000)]
fix TSRM build

22 years agoFix build.
Wez Furlong [Mon, 18 Mar 2002 11:46:00 +0000 (11:46 +0000)]
Fix build.
Warning about TSRM testing still applies.

22 years agotidyup use of STREAMS_DC macros
Wez Furlong [Mon, 18 Mar 2002 11:18:07 +0000 (11:18 +0000)]
tidyup use of STREAMS_DC macros

22 years agohaving streams is now the default
Wez Furlong [Mon, 18 Mar 2002 10:44:39 +0000 (10:44 +0000)]
having streams is now the default

22 years agoMove stream files into the right folders
Zeev Suraski [Mon, 18 Mar 2002 10:35:01 +0000 (10:35 +0000)]
Move stream files into the right folders

22 years agoUpdate .dsp
Stanislav Malyshev [Mon, 18 Mar 2002 09:47:24 +0000 (09:47 +0000)]
Update .dsp

22 years agoFix build
Stanislav Malyshev [Mon, 18 Mar 2002 09:42:20 +0000 (09:42 +0000)]
Fix build

22 years agoFix build
Zeev Suraski [Mon, 18 Mar 2002 09:20:43 +0000 (09:20 +0000)]
Fix build

22 years agoMake Sebastian happy
Zeev Suraski [Mon, 18 Mar 2002 09:12:31 +0000 (09:12 +0000)]
Make Sebastian happy

22 years agoRename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because
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.

22 years agotouch file
Sascha Schumann [Mon, 18 Mar 2002 08:22:33 +0000 (08:22 +0000)]
touch file

22 years agoFix the build and all of the outstanding VC++ warnings
Zeev Suraski [Mon, 18 Mar 2002 08:05:28 +0000 (08:05 +0000)]
Fix the build and all of the outstanding VC++ warnings

22 years ago-c option is for path.
Yasuo Ohgaki [Mon, 18 Mar 2002 06:06:00 +0000 (06:06 +0000)]
-c option is for path.

22 years agoUse common.inc instead of common.php for ease of use (rm -f *.php for failed
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)

22 years ago-streams are no longer an option
Marcus Boerger [Mon, 18 Mar 2002 05:32:25 +0000 (05:32 +0000)]
-streams are no longer an option

22 years ago-temp streams are now clean (Thanks to Wez)
Marcus Boerger [Mon, 18 Mar 2002 04:57:06 +0000 (04:57 +0000)]
-temp streams are now clean (Thanks to Wez)

22 years agoadd new ini item for fastcgi
Shane Caraveo [Mon, 18 Mar 2002 04:49:16 +0000 (04:49 +0000)]
add new ini item for fastcgi

22 years agoadd security impersonation feature for running under IIS security
Shane Caraveo [Mon, 18 Mar 2002 04:48:34 +0000 (04:48 +0000)]
add security impersonation feature for running under IIS security

22 years agoAdd impersonation feature for running under IIS
Shane Caraveo [Mon, 18 Mar 2002 04:46:32 +0000 (04:46 +0000)]
Add impersonation feature for running under IIS

22 years agomake test: '-c' flag doesn't work like this expects (it takes a
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.

22 years agoFix calculation of output buffer size in wordwrap(). (Thanks to Wez.)
jim winstead [Mon, 18 Mar 2002 02:00:57 +0000 (02:00 +0000)]
Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.)

22 years agocorrect grammar
Wez Furlong [Mon, 18 Mar 2002 01:40:56 +0000 (01:40 +0000)]
correct grammar

22 years agoChangeLog update
<changelog@php.net> [Mon, 18 Mar 2002 01:21:55 +0000 (01:21 +0000)]
ChangeLog update

22 years agoAdd some rules for stream implementors.
Wez Furlong [Mon, 18 Mar 2002 01:12:32 +0000 (01:12 +0000)]
Add some rules for stream implementors.

22 years ago-use php_stream_make_seekable
Marcus Boerger [Mon, 18 Mar 2002 00:12:47 +0000 (00:12 +0000)]
-use php_stream_make_seekable

22 years ago-added temporary streams
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

22 years agoStreams now make more use of the memory manager, so tracking down
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

22 years ago- Made one test/setup macro for iconv and fixed it to check
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.

22 years agoSAFE_MODE restriction error message fixed if the file doesn't exist
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

22 years agomove_uploaded_files checks open_basedir now
Stefan Esser [Sun, 17 Mar 2002 20:56:20 +0000 (20:56 +0000)]
move_uploaded_files checks open_basedir now

22 years agoRemove already included file
Jason Greene [Sun, 17 Mar 2002 19:41:24 +0000 (19:41 +0000)]
Remove already included file

22 years ago- Start putting error handling where method calls are being used in a
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.

22 years agoFix build.
foobar [Sun, 17 Mar 2002 17:30:55 +0000 (17:30 +0000)]
Fix build.

22 years agoFixed compile error about gdImageColorResolve (#14426, #15000).
Sander Roobol [Sun, 17 Mar 2002 17:01:18 +0000 (17:01 +0000)]
Fixed compile error about gdImageColorResolve (#14426, #15000).

22 years agoremoved anoying warnings
Harald Radi [Sun, 17 Mar 2002 16:45:56 +0000 (16:45 +0000)]
removed anoying warnings

22 years agoreduced warninglevel to remove the annoying
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

22 years agoNEWS is my friend...
James Cox [Sun, 17 Mar 2002 16:04:35 +0000 (16:04 +0000)]
NEWS is my friend...

22 years agos/-/ ./
James Cox [Sun, 17 Mar 2002 15:49:53 +0000 (15:49 +0000)]
s/-/ ./

22 years agono, really update it
James Cox [Sun, 17 Mar 2002 15:27:51 +0000 (15:27 +0000)]
no, really update it

22 years ago- This is not used anymore.
foobar [Sun, 17 Mar 2002 15:17:46 +0000 (15:17 +0000)]
- This is not used anymore.

22 years agoupdated NEWS
James Cox [Sun, 17 Mar 2002 15:12:18 +0000 (15:12 +0000)]
updated NEWS

22 years agoFix for php_stream_gets when the implementation does not support it
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.

22 years agotidy up the headers (streams related)
Wez Furlong [Sun, 17 Mar 2002 13:29:44 +0000 (13:29 +0000)]
tidy up the headers (streams related)

22 years agoFix for Bug #16121: make unix socket names binary safe.
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.

22 years agofix problems with cgi/cli sapi when running tests
Wez Furlong [Sun, 17 Mar 2002 13:16:35 +0000 (13:16 +0000)]
fix problems with cgi/cli sapi when running tests

22 years ago#removed code to track down error in streams
Marcus Boerger [Sun, 17 Mar 2002 12:16:29 +0000 (12:16 +0000)]
#removed code to track down error in streams

22 years ago-fix bug with wrappers
Marcus Boerger [Sun, 17 Mar 2002 12:06:41 +0000 (12:06 +0000)]
-fix bug with wrappers

22 years ago- Let configure also detect installation in standard unix paths.
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.

22 years agofix closing pipes
Shane Caraveo [Sun, 17 Mar 2002 08:21:18 +0000 (08:21 +0000)]
fix closing pipes
fix buffer overrun

22 years ago- Fix some compiler warnings and errors.
Markus Fischer [Sun, 17 Mar 2002 08:10:04 +0000 (08:10 +0000)]
- Fix some compiler warnings and errors.

22 years agofix win32 warning and ming leak
Wez Furlong [Sun, 17 Mar 2002 01:58:42 +0000 (01:58 +0000)]
fix win32 warning and ming leak

22 years agoNEWS update
<changelog@php.net> [Sun, 17 Mar 2002 01:20:41 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 17 Mar 2002 01:19:36 +0000 (01:19 +0000)]
ChangeLog update

22 years ago* added optional layer parameter to get() method
Stig Bakken [Sat, 16 Mar 2002 23:48:23 +0000 (23:48 +0000)]
* added optional layer parameter to get() method
* added isDefinedLayer() method

22 years ago- WS and code style fix.
Markus Fischer [Sat, 16 Mar 2002 22:31:57 +0000 (22:31 +0000)]
- WS and code style fix.

22 years ago- Fixed some typos.
foobar [Sat, 16 Mar 2002 22:19:33 +0000 (22:19 +0000)]
- Fixed some typos.

22 years ago- Some more TSRMLS fixes.
Markus Fischer [Sat, 16 Mar 2002 22:19:10 +0000 (22:19 +0000)]
- Some more TSRMLS fixes.

22 years agofixed TSRM build
Harald Radi [Sat, 16 Mar 2002 22:08:23 +0000 (22:08 +0000)]
fixed TSRM build

22 years ago-quick hack to bug in streams....but where?
Marcus Boerger [Sat, 16 Mar 2002 21:19:17 +0000 (21:19 +0000)]
-quick hack to bug in streams....but where?

22 years ago-disabling debug
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...

22 years ago-formatting
Marcus Boerger [Sat, 16 Mar 2002 20:12:58 +0000 (20:12 +0000)]
-formatting

22 years ago-fix bug for not correct terminated comments
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)

22 years ago-added memory streams
Marcus Boerger [Sat, 16 Mar 2002 20:11:06 +0000 (20:11 +0000)]
-added memory streams
@added memory streams (marcus)

22 years ago-copy_stream_to_stream returns size if maxlen == PHP_STREAM_COPY_ALL
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...

22 years agofix ftell/fseek in stdio streams
Wez Furlong [Sat, 16 Mar 2002 18:52:03 +0000 (18:52 +0000)]
fix ftell/fseek in stdio streams

22 years agofix build problem for interbase
Wez Furlong [Sat, 16 Mar 2002 18:43:41 +0000 (18:43 +0000)]
fix build problem for interbase

22 years agoFix some issues with gzFile and fsockopen.
Wez Furlong [Sat, 16 Mar 2002 18:42:42 +0000 (18:42 +0000)]
Fix some issues with gzFile and fsockopen.

22 years ago- Indentation fix.
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 {