]>
granicus.if.org Git - php/log
Sascha Schumann [Wed, 20 Mar 2002 12:40:27 +0000 (12:40 +0000)]
Fix building mysql client library
Run client lib specific checks only when clientlib is used
Remove second invocation of MYSQL_SOCK
Sascha Schumann [Wed, 20 Mar 2002 12:08:30 +0000 (12:08 +0000)]
Avoid duplicate tests and make third parameter truly optional.
foobar [Wed, 20 Mar 2002 12:00:26 +0000 (12:00 +0000)]
- Fixed (hope so :) like Sascha said.
Sascha Schumann [Wed, 20 Mar 2002 11:59:48 +0000 (11:59 +0000)]
Fix and tweak iconv macro
Sascha Schumann [Wed, 20 Mar 2002 11:49:36 +0000 (11:49 +0000)]
Don't quote too much. Now autoconf-2.13 is happy again.
Sascha Schumann [Wed, 20 Mar 2002 11:41:06 +0000 (11:41 +0000)]
Remove autoconf-2.5x specific m4_default macro.
It is pointless here, because we don't need any "void" statement.
There already is a statement and all it will do in the worst case
is generate an empty line
Sascha Schumann [Wed, 20 Mar 2002 08:53:55 +0000 (08:53 +0000)]
There should not be any trailing data on an #endif line
Sascha Schumann [Wed, 20 Mar 2002 08:48:41 +0000 (08:48 +0000)]
add info about build system macros
Markus Fischer [Wed, 20 Mar 2002 08:17:06 +0000 (08:17 +0000)]
- Fix for #16176.
Jon Parise [Wed, 20 Mar 2002 07:36:56 +0000 (07:36 +0000)]
This completely fixes the iconv library detection under FreeBSD (the
previous fix was incomplete). We also set HAVE_ICONV and HAVE_LIBICONV
based on the library that was detected.
foobar [Wed, 20 Mar 2002 02:16:34 +0000 (02:16 +0000)]
- Fixed the bz2 tests. (and changed the usage comment to be correct)
foobar [Wed, 20 Mar 2002 02:07:32 +0000 (02:07 +0000)]
- This is not needed here
foobar [Wed, 20 Mar 2002 02:07:11 +0000 (02:07 +0000)]
- Make it possible to build ext/openssl as shared extension
foobar [Wed, 20 Mar 2002 01:31:22 +0000 (01:31 +0000)]
- Fixed bug: #16139 (compile failure with Mysql 4.0.1)
- Some tests were only run when compiling with the bundled libs.
(caused some compile warnings with external mysql libs)
- Another try to fix the zlib issue..(uncompress)
<changelog@php.net> [Wed, 20 Mar 2002 01:21:12 +0000 (01:21 +0000)]
ChangeLog update
foobar [Wed, 20 Mar 2002 00:39:28 +0000 (00:39 +0000)]
- Fix this without breaking BC
Wez Furlong [Tue, 19 Mar 2002 23:29:37 +0000 (23:29 +0000)]
Improve behaviour of the stream casting operation.
Improve interaction with fopencookie.
Harald Radi [Tue, 19 Mar 2002 23:28:52 +0000 (23:28 +0000)]
pass function signature in zend_parse_parameters style
lookup cache works now per signature (not only method name)
reviewed resource management
# have to learn now ..
Frank M. Kromann [Tue, 19 Mar 2002 23:00:17 +0000 (23:00 +0000)]
Minor change to allocated lengths for dates
foobar [Tue, 19 Mar 2002 22:52:27 +0000 (22:52 +0000)]
missing entry
Markus Fischer [Tue, 19 Mar 2002 22:47:37 +0000 (22:47 +0000)]
- Support vpopmail 5.2 (fixes #16120).
foobar [Tue, 19 Mar 2002 22:40:18 +0000 (22:40 +0000)]
- Fix the iconv detection when the functions are prefixed with lib.
(e.g. in freebsd)
Frank M. Kromann [Tue, 19 Mar 2002 22:38:35 +0000 (22:38 +0000)]
Oops.. This should make I64 work on WIn32 as well
Frank M. Kromann [Tue, 19 Mar 2002 22:36:42 +0000 (22:36 +0000)]
Changing the LongInteger to return 64 bit integers as string values with all 64 bit
Markus Fischer [Tue, 19 Mar 2002 21:18:18 +0000 (21:18 +0000)]
- Fix bug spotted by Lukas Schroeder <lukas@edeal.de>.
Stig Bakken [Tue, 19 Mar 2002 19:59:05 +0000 (19:59 +0000)]
* install PEAR_Command_Package
Stig Bakken [Tue, 19 Mar 2002 19:55:30 +0000 (19:55 +0000)]
* re-add "package" command
Stig Bakken [Tue, 19 Mar 2002 19:31:02 +0000 (19:31 +0000)]
* "pear login" finally works
Stig Bakken [Tue, 19 Mar 2002 19:30:06 +0000 (19:30 +0000)]
* fix http auth bug
Stig Bakken [Tue, 19 Mar 2002 19:28:48 +0000 (19:28 +0000)]
* add optional default parameter to userDialog method
Zeev Suraski [Tue, 19 Mar 2002 19:16:20 +0000 (19:16 +0000)]
Possibly fix a crash - Marcus, please take a look at it...
Zeev Suraski [Tue, 19 Mar 2002 19:15:40 +0000 (19:15 +0000)]
- Fix whitespace (guys, please try to stick with the php4 tree style as far
as indentation/newlines go, and also as far as using {} even on if's
that have single statements)
- Fix Windows build
Andi Gutmans [Tue, 19 Mar 2002 19:09:53 +0000 (19:09 +0000)]
- Finish covering all parsed methods to check for validity in parser.
- Change zval's refcount to zend_uint (If it doesn't slow down the Engine
- too much it should probably stay this way). If anyone has time to test
- the difference in speed between zend_ushort & zend_uint in zend.h of
- the struct _zval_struct (one line change) I'd be glad to get some
- figures.
Harald Radi [Tue, 19 Mar 2002 18:46:28 +0000 (18:46 +0000)]
fixed memleaks
added method lookup caching
pass function signature to hash function callback
Frank M. Kromann [Tue, 19 Mar 2002 18:33:05 +0000 (18:33 +0000)]
Adding support for TinyInteger and LongInteger database types
Wez Furlong [Tue, 19 Mar 2002 17:49:02 +0000 (17:49 +0000)]
fix for bug #16168
Wez Furlong [Tue, 19 Mar 2002 16:56:53 +0000 (16:56 +0000)]
make buffer length warnings more verbose
Ludovico Magnocavallo [Tue, 19 Mar 2002 16:52:41 +0000 (16:52 +0000)]
Fixed include of interbase.inc
Fixed test database path
Changed v_date field in test table definition to timestamp type
Reduced maximum length of double precision type to 18
Tests 001 002 003 006 pass
Test 004 (BLOB test) still needs to be fixed
Test 005 (Transaction) gives the right output but issues a warning
Daniela Mariaschi [Tue, 19 Mar 2002 15:29:17 +0000 (15:29 +0000)]
fixed floating number incorrectly rendered (as mentioned by giancarlo@niccolai.ws in BUG #14755)
Wez Furlong [Tue, 19 Mar 2002 14:35:55 +0000 (14:35 +0000)]
register some constants for user streams
Uwe Steinmann [Tue, 19 Mar 2002 14:03:30 +0000 (14:03 +0000)]
- the fdf include file shipped with the FDF toolkit is spelled
in lower case (at least in version 5.0)
Wez Furlong [Tue, 19 Mar 2002 13:46:32 +0000 (13:46 +0000)]
correct copy/paste typo
Wez Furlong [Tue, 19 Mar 2002 13:44:38 +0000 (13:44 +0000)]
avoid possible buffer overruns when write returns a value larger than the buffer
Wez Furlong [Tue, 19 Mar 2002 13:42:25 +0000 (13:42 +0000)]
Make file_get_wrapper_data return the underlying PHP object for
user-space streams.
Wez Furlong [Tue, 19 Mar 2002 13:33:07 +0000 (13:33 +0000)]
s/fgetwrapperdata/file_get_wrapper_data/
Sascha Schumann [Tue, 19 Mar 2002 12:11:46 +0000 (12:11 +0000)]
Remove trailing ;
The macro can now safely be used in constructs such as
if (..) foo() else bar();
Sascha Schumann [Tue, 19 Mar 2002 12:08:57 +0000 (12:08 +0000)]
some typo fixing, and following The Little Book, omitting needless words
Sascha Schumann [Tue, 19 Mar 2002 11:48:40 +0000 (11:48 +0000)]
Somewhere along the build changes, -export-dynamic was lost.
Readd it.
Noticed by: Stanislav Malyshev
Sascha Schumann [Tue, 19 Mar 2002 11:39:41 +0000 (11:39 +0000)]
touch file. Please commit first the .re file and afterwards the .c source. Otherwise, timestamps will be broken.
Thies C. Arntzen [Tue, 19 Mar 2002 11:25:21 +0000 (11:25 +0000)]
fix #12793 - serialize will now spit a notice if the return value of __sleep is
bogus.
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