]> granicus.if.org Git - php/log
php
22 years agofixed a problem when mbstring.encoding_translation is defined per directory basis.
Rui Hirokawa [Wed, 16 Oct 2002 13:27:40 +0000 (13:27 +0000)]
fixed a problem when mbstring.encoding_translation is defined per directory basis.

22 years agofixed a problem when mbstring.encoding_translation is defined per directory basis.
Rui Hirokawa [Wed, 16 Oct 2002 13:22:57 +0000 (13:22 +0000)]
fixed a problem when mbstring.encoding_translation is defined per directory basis.

22 years agoNewly available extensions on windows.
Edin Kadribasic [Wed, 16 Oct 2002 09:15:05 +0000 (09:15 +0000)]
Newly available extensions on windows.

22 years agoChangeLog update
<changelog@php.net> [Wed, 16 Oct 2002 08:27:21 +0000 (08:27 +0000)]
ChangeLog update

22 years agoPatch by Urs Gehrig <urs@circle.ch>.
Sebastian Bergmann [Wed, 16 Oct 2002 07:37:28 +0000 (07:37 +0000)]
Patch by Urs Gehrig <urs@circle.ch>.

22 years ago- Fixed memleak when connection fails.
foobar [Wed, 16 Oct 2002 02:33:47 +0000 (02:33 +0000)]
- Fixed memleak when connection fails.
- Fixed snmpget() to work with net-snmp
- Fixed the error messages to use the new style.

22 years agoSome more compatibility fixes for net-snmp vs ucd-snmp
foobar [Wed, 16 Oct 2002 00:58:15 +0000 (00:58 +0000)]
Some more compatibility fixes for net-snmp vs ucd-snmp

22 years ago- Fix the last commit..(thanks to Harrie Hazewinkel <harrie@lisanza.net>)
foobar [Wed, 16 Oct 2002 00:29:56 +0000 (00:29 +0000)]
- Fix the last commit..(thanks to Harrie Hazewinkel <harrie@lisanza.net>)

22 years agoAdded win32 project file.
Edin Kadribasic [Wed, 16 Oct 2002 00:02:32 +0000 (00:02 +0000)]
Added win32 project file.

22 years ago- Added PHP_PROG_SED which checks whether the sed in system works with
foobar [Tue, 15 Oct 2002 19:37:16 +0000 (19:37 +0000)]
- Added PHP_PROG_SED which checks whether the sed in system works with
  very long strings.

#
# Sascha, is this okay? I added this here since any libtool/autoconf
# release out there doesn't have this yet..we can remove this when
# we can really start requiring such versions which have it?
#
# This sets $SED to the correct binary, so that should be used in
# places were the lines might be very long.
#

22 years ago- Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.
Markus Fischer [Tue, 15 Oct 2002 16:56:00 +0000 (16:56 +0000)]
- Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.

# Getting linker warning about using local defined _php_pcre_exec now at the
# end, anything serious ?

22 years agoFixed a bug in the calculation of the POST request length.
Ilia Alshanetsky [Tue, 15 Oct 2002 16:46:57 +0000 (16:46 +0000)]
Fixed a bug in the calculation of the POST request length.

22 years agoNope, that last one wasn't a leak in main/streams.c, it was
Wez Furlong [Tue, 15 Oct 2002 16:45:26 +0000 (16:45 +0000)]
Nope, that last one wasn't a leak in main/streams.c, it was
file_get_contents misinterpreting the result...

22 years agoFix a problem relating to these structure symbols being redefined on LFS
Sterling Hughes [Tue, 15 Oct 2002 16:41:39 +0000 (16:41 +0000)]
Fix a problem relating to these structure symbols being redefined on LFS
systems.

Fix by Sascha Schumann <sascha@apache.org>

22 years agoFix mem leak for zero-byte files.
Wez Furlong [Tue, 15 Oct 2002 16:38:11 +0000 (16:38 +0000)]
Fix mem leak for zero-byte files.

22 years agoSome buffer paranoia.
Wez Furlong [Tue, 15 Oct 2002 16:04:46 +0000 (16:04 +0000)]
Some buffer paranoia.
Also, make feof() detection safer (ala recent changes to zlib extension).

22 years agoFix for 19906.
Wez Furlong [Tue, 15 Oct 2002 16:01:00 +0000 (16:01 +0000)]
Fix for 19906.
gzeof has different semantics from feof, in that gzeof will return true
if the read position is at EOF, even if the most recent read was 100%
successful.
feof will return true only (usually) if the most recent fread failed.

22 years agohopefully silence compile warnings on Solaris related to HUGEVAL being
Sterling Hughes [Tue, 15 Oct 2002 14:51:01 +0000 (14:51 +0000)]
hopefully silence compile warnings on Solaris related to HUGEVAL being
undefined.. HUGEVAL is defined (well the manual would indicate so) in
stdlib.h, not math.h.

Bug #: 19807

22 years agoUpgrade to version 3.92.
Andrei Zmievski [Tue, 15 Oct 2002 13:59:58 +0000 (13:59 +0000)]
Upgrade to version 3.92.

22 years agoFixed the output_handler ini setting.
Ilia Alshanetsky [Tue, 15 Oct 2002 12:48:21 +0000 (12:48 +0000)]
Fixed the output_handler ini setting.
Code cleanup.

22 years agoBug fixing news.
Ilia Alshanetsky [Tue, 15 Oct 2002 12:09:29 +0000 (12:09 +0000)]
Bug fixing news.

22 years agoAdded tests for %e & %E
Ilia Alshanetsky [Tue, 15 Oct 2002 12:08:02 +0000 (12:08 +0000)]
Added tests for %e & %E

22 years agoFixed bug #4232. (Added support for %e and %E to printf/sprintf)
Ilia Alshanetsky [Tue, 15 Oct 2002 12:07:36 +0000 (12:07 +0000)]
Fixed bug #4232. (Added support for %e and %E to printf/sprintf)

22 years ago- Staying consistent with other tests
Derick Rethans [Tue, 15 Oct 2002 06:37:05 +0000 (06:37 +0000)]
- Staying consistent with other tests

22 years agoDon't use streams-level buffer on zlib streams.
Wez Furlong [Tue, 15 Oct 2002 02:27:15 +0000 (02:27 +0000)]
Don't use streams-level buffer on zlib streams.

22 years agoFixed possible memory leaks.
Ilia Alshanetsky [Tue, 15 Oct 2002 02:05:27 +0000 (02:05 +0000)]
Fixed possible memory leaks.

22 years agoFix leak, and avoid initialization problems where retval is re-used
Wez Furlong [Tue, 15 Oct 2002 01:57:19 +0000 (01:57 +0000)]
Fix leak, and avoid initialization problems where retval is re-used
within a function.

22 years agoTry keep those moved/removed exts entry at top.
foobar [Tue, 15 Oct 2002 01:16:45 +0000 (01:16 +0000)]
Try keep those moved/removed exts entry at top.

22 years agoBug fixing news entries.
Ilia Alshanetsky [Tue, 15 Oct 2002 00:46:51 +0000 (00:46 +0000)]
Bug fixing news entries.

22 years agoMake this thing to compile with net-snmp-5.0.x
foobar [Tue, 15 Oct 2002 00:43:34 +0000 (00:43 +0000)]
Make this thing to compile with net-snmp-5.0.x

22 years agoNEWS update
<changelog@php.net> [Tue, 15 Oct 2002 00:36:04 +0000 (00:36 +0000)]
NEWS update

22 years agoremove ob_end_clean() and instead use ini section
Marcus Boerger [Tue, 15 Oct 2002 00:35:05 +0000 (00:35 +0000)]
remove ob_end_clean() and instead use ini section
#Derick you're right this was no good idea. I just left it over after testing
#the test.

22 years agoChangeLog update
<changelog@php.net> [Tue, 15 Oct 2002 00:34:34 +0000 (00:34 +0000)]
ChangeLog update

22 years agoMFZE1
Ilia Alshanetsky [Mon, 14 Oct 2002 23:41:32 +0000 (23:41 +0000)]
MFZE1

22 years agoThis test should not print out the error (which is correct).
foobar [Mon, 14 Oct 2002 23:09:48 +0000 (23:09 +0000)]
This test should not print out the error (which is correct).

22 years agoRespect INSTALL_ROOT var. Thanks to Jani for catching this one.
Edin Kadribasic [Mon, 14 Oct 2002 22:18:35 +0000 (22:18 +0000)]
Respect INSTALL_ROOT var. Thanks to Jani for catching this one.

22 years ago- Support new classname::$class_name, e.g.:
Andi Gutmans [Mon, 14 Oct 2002 20:13:03 +0000 (20:13 +0000)]
- Support new classname::$class_name, e.g.:
<?

class foo::bar {
public $hello = "Hello, World\n";
}

$name = "bar";
$obj = new foo::$name;
print $obj->hello;
?>

22 years ago* Fixed a nasty bug preventing installation of pecl exts.
Tal Peer [Mon, 14 Oct 2002 19:57:40 +0000 (19:57 +0000)]
* Fixed a nasty bug preventing installation of pecl exts.

22 years agoFixed bug #19649.
Ilia Alshanetsky [Mon, 14 Oct 2002 18:13:18 +0000 (18:13 +0000)]
Fixed bug #19649.

22 years agoAdded float printing tests.
Ilia Alshanetsky [Mon, 14 Oct 2002 16:31:56 +0000 (16:31 +0000)]
Added float printing tests.

22 years agoRevert to 1.34.
Sebastian Bergmann [Mon, 14 Oct 2002 16:14:18 +0000 (16:14 +0000)]
Revert to 1.34.

22 years agoFixed a bug (introduced in previous patch) that caused non-double values to
Ilia Alshanetsky [Mon, 14 Oct 2002 16:03:16 +0000 (16:03 +0000)]
Fixed a bug (introduced in previous patch) that caused non-double values to
be converted to 0 by printf/sprint functions when %f format is specified.

22 years agoChange the 'security level' of registry entries to PHP_INI_SYSTEM. They're
Zeev Suraski [Mon, 14 Oct 2002 12:05:09 +0000 (12:05 +0000)]
Change the 'security level' of registry entries to PHP_INI_SYSTEM.  They're
in the system hive in the registry, so only people with administrative
priveleges can add stuff in there.

22 years ago- Revert, got tricked by a stale object file
Derick Rethans [Mon, 14 Oct 2002 11:59:58 +0000 (11:59 +0000)]
- Revert, got tricked by a stale object file

22 years agoFixed warnings
Yasuo Ohgaki [Mon, 14 Oct 2002 09:32:36 +0000 (09:32 +0000)]
Fixed warnings

22 years agoInstall lib into $(prefix)/lib.
Edin Kadribasic [Mon, 14 Oct 2002 09:05:28 +0000 (09:05 +0000)]
Install lib into $(prefix)/lib.
Make $(prefix)/lib before trying to copy the lib into it.

22 years ago- Added the TEST_PHP_USER environment variable with which you can specify
Derick Rethans [Mon, 14 Oct 2002 07:18:23 +0000 (07:18 +0000)]
- Added the TEST_PHP_USER environment variable with which you can specify
  additional directories with tests to run. This is ideal for having your own
  test suite on your system. You can specify more directories by seperating them
  with a ",", for example:

  TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test

22 years ago- Fix CLI
Derick Rethans [Mon, 14 Oct 2002 06:58:57 +0000 (06:58 +0000)]
- Fix CLI

22 years agoWhitespace fixes.
Sebastian Bergmann [Mon, 14 Oct 2002 05:56:03 +0000 (05:56 +0000)]
Whitespace fixes.

22 years agoFix Win32 build.
Sebastian Bergmann [Mon, 14 Oct 2002 05:54:15 +0000 (05:54 +0000)]
Fix Win32 build.

22 years ago*cough*
Wez Furlong [Mon, 14 Oct 2002 05:38:50 +0000 (05:38 +0000)]
*cough*
Fix inverted logic for the assert.

22 years agoThis is not zval..
foobar [Mon, 14 Oct 2002 02:46:52 +0000 (02:46 +0000)]
This is not zval..

22 years ago@- fgets($fp) (with no length parameter) now uses a buffer as long as the
Wez Furlong [Mon, 14 Oct 2002 02:28:35 +0000 (02:28 +0000)]
@- fgets($fp) (with no length parameter) now uses a buffer as long as the
@  the next line available from the $fp. Previously, there was a 1KB limit.
@  (Wez)

22 years agoAdd a sanity check and more verbose output in the case of an error.
Wez Furlong [Mon, 14 Oct 2002 02:25:51 +0000 (02:25 +0000)]
Add a sanity check and more verbose output in the case of an error.

22 years agoImplement better SSL error handling.
Wez Furlong [Mon, 14 Oct 2002 01:27:43 +0000 (01:27 +0000)]
Implement better SSL error handling.

22 years agoNEWS update
<changelog@php.net> [Mon, 14 Oct 2002 00:36:11 +0000 (00:36 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 14 Oct 2002 00:35:29 +0000 (00:35 +0000)]
ChangeLog update

22 years agoFix stream_eof result interpretation (and thus the user-streams test).
Wez Furlong [Mon, 14 Oct 2002 00:16:02 +0000 (00:16 +0000)]
Fix stream_eof result interpretation (and thus the user-streams test).

22 years agoRemove some old code.
Wez Furlong [Sun, 13 Oct 2002 23:43:46 +0000 (23:43 +0000)]
Remove some old code.

22 years agoA much better probable fix for #16114.
Wez Furlong [Sun, 13 Oct 2002 23:43:21 +0000 (23:43 +0000)]
A much better probable fix for #16114.

22 years agoProbable fix for #16114
Wez Furlong [Sun, 13 Oct 2002 23:21:05 +0000 (23:21 +0000)]
Probable fix for #16114

22 years agoFix a nasty nasty bug:
Wez Furlong [Sun, 13 Oct 2002 22:52:33 +0000 (22:52 +0000)]
Fix a nasty nasty bug:
When not enough data to satisfy a read was found in the buffer, fgets modifies
the buf pointer to point to the position to store the next chunk.  It then
returned the modified buf pointer, instead of a pointer to the start of the
buffer.

Also added some infrastructure for making fgets grow the buffer on-demand to
the correct line-size.  Since streams uses reasonable chunk sizes, the
performance of the realloc's should be pretty good; in the best case, the line
is already found completely in the buffer, so the returned buffer will be
allocated to precisely the correct size.

In the worst case, where the buffer only contains part of the line, we get a
realloc per buffer fill. The reallocs are either the size of the remainder
of the line, or the chunk_size (if the buffer sill does not contain a complete
line).  Each realloc adds an extra byte for a NUL terminator.

I think this will perform quite well using the default chunk size of 8K.

22 years ago(php_socket_errno) win32 errno compatible macro.
Wez Furlong [Sun, 13 Oct 2002 22:01:40 +0000 (22:01 +0000)]
(php_socket_errno) win32 errno compatible macro.
(php_socket_strerror) win32 compatible strerror replacement.
Add an E_NOTICE when a socket write fails.

22 years agoIncreased the API number. (re: floats patch)
Ilia Alshanetsky [Sun, 13 Oct 2002 15:28:21 +0000 (15:28 +0000)]
Increased the API number. (re: floats patch)

22 years ago- Fixed bug #19885, dl() no longer gives a fatal error when a module
Derick Rethans [Sun, 13 Oct 2002 14:14:34 +0000 (14:14 +0000)]
- Fixed bug #19885, dl() no longer gives a fatal error when a module
  could not be loaded. (Derick)

22 years agoRedo the patch on Linux, the cygwin diff seems to be a bit broken.
Sascha Schumann [Sun, 13 Oct 2002 11:54:08 +0000 (11:54 +0000)]
Redo the patch on Linux, the cygwin diff seems to be a bit broken.

22 years agoPHP + thttpd (+IRCG) build using CYGWIN now
Sascha Schumann [Sun, 13 Oct 2002 11:50:16 +0000 (11:50 +0000)]
PHP + thttpd (+IRCG) build using CYGWIN now

22 years agoRemove set .x
Sascha Schumann [Sun, 13 Oct 2002 11:28:34 +0000 (11:28 +0000)]
Remove set .x

22 years agoUse if block rather than an or expression
Sascha Schumann [Sun, 13 Oct 2002 11:28:06 +0000 (11:28 +0000)]
Use if block rather than an or expression

22 years ago- Hardcode dependent ini setting
Derick Rethans [Sun, 13 Oct 2002 11:14:49 +0000 (11:14 +0000)]
- Hardcode dependent ini setting

22 years ago* Add missing PHP_SUBST(awk).
Martin Jansen [Sun, 13 Oct 2002 10:20:15 +0000 (10:20 +0000)]
* Add missing PHP_SUBST(awk).

22 years agoFixed proto. Clean up.
Yasuo Ohgaki [Sun, 13 Oct 2002 09:48:18 +0000 (09:48 +0000)]
Fixed proto. Clean up.

22 years agoNeed to init connstring when there are 2 args.
Yasuo Ohgaki [Sun, 13 Oct 2002 09:41:35 +0000 (09:41 +0000)]
Need to init connstring when there are 2 args.

22 years agomake fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation
Shane Caraveo [Sun, 13 Oct 2002 09:40:44 +0000 (09:40 +0000)]
make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation
get rid of environment overwriting but hooking into php's environment function
set $_ENV correctly for mod_fastcgi
add -b to specify binding for fastcgi
new readme file with information for running under apache2.0 and iis

22 years agoIntroduce connect_type option to pg_connect().
Yasuo Ohgaki [Sun, 13 Oct 2002 09:37:27 +0000 (09:37 +0000)]
Introduce connect_type option to pg_connect().
pg_connect(conn_str, conn_type) is allowed.
@Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
# If you have better idea about constant name(s), let me know.

22 years agomake php_import_environment_variables overwritable so fastcgi can correctly
Shane Caraveo [Sun, 13 Oct 2002 08:38:09 +0000 (08:38 +0000)]
make php_import_environment_variables overwritable so fastcgi can correctly
set $_ENV.

22 years agofixes for unix, untested
Shane Caraveo [Sun, 13 Oct 2002 08:34:27 +0000 (08:34 +0000)]
fixes for unix, untested
remove exit calls
fix a couple function definitions

22 years agoignore test.dbm
foobar [Sun, 13 Oct 2002 08:08:53 +0000 (08:08 +0000)]
ignore test.dbm

22 years agoThese should be ignored.
foobar [Sun, 13 Oct 2002 08:08:07 +0000 (08:08 +0000)]
These should be ignored.

22 years agofix shutdown issues
Shane Caraveo [Sun, 13 Oct 2002 07:23:17 +0000 (07:23 +0000)]
fix shutdown issues

22 years agofix invalid handle issue that shutdown php fastcgi prematurly
Shane Caraveo [Sun, 13 Oct 2002 05:55:03 +0000 (05:55 +0000)]
fix invalid handle issue that shutdown php fastcgi prematurly
fix checking os name for impersonation

22 years agoEnable pg_escape_bytea().
Yasuo Ohgaki [Sun, 13 Oct 2002 03:00:48 +0000 (03:00 +0000)]
Enable pg_escape_bytea().

22 years agoFixed ZTS build
Ilia Alshanetsky [Sun, 13 Oct 2002 01:40:46 +0000 (01:40 +0000)]
Fixed ZTS build
Fixed 2 ZTS related warnings

22 years agoMake PHP follow 301 correctly.
Wez Furlong [Sun, 13 Oct 2002 01:03:43 +0000 (01:03 +0000)]
Make PHP follow 301 correctly.
# There may be other cases that need handling properly; I'll have to spend
# some time investigating why we even need special cases now; it's got
# something to do with Ilia's patch to fix memory leaks.

22 years agoChangeLog update
<changelog@php.net> [Sun, 13 Oct 2002 00:33:52 +0000 (00:33 +0000)]
ChangeLog update

22 years agoAdd note about fhttpd removal.
foobar [Sat, 12 Oct 2002 23:05:34 +0000 (23:05 +0000)]
Add note about fhttpd removal.

22 years ago- Removed sapi/fhttpd (this webserver is dead)
foobar [Sat, 12 Oct 2002 23:02:43 +0000 (23:02 +0000)]
- Removed sapi/fhttpd (this webserver is dead)

22 years agoMFZE1 (floats & locale issue)
Ilia Alshanetsky [Sat, 12 Oct 2002 21:15:35 +0000 (21:15 +0000)]
MFZE1 (floats & locale issue)

22 years agoNo more needed here
Pierre Joye [Sat, 12 Oct 2002 20:46:57 +0000 (20:46 +0000)]
No more needed here

22 years ago- woohooo! Automatic build test submits!
Derick Rethans [Sat, 12 Oct 2002 19:29:56 +0000 (19:29 +0000)]
- woohooo! Automatic build test submits!

22 years ago* update test
Stig Bakken [Sat, 12 Oct 2002 18:27:05 +0000 (18:27 +0000)]
* update test

22 years agomention vpopmail.
James Cox [Sat, 12 Oct 2002 17:47:45 +0000 (17:47 +0000)]
mention vpopmail.

22 years ago- Hardcode setting which affects the test
Derick Rethans [Sat, 12 Oct 2002 17:12:43 +0000 (17:12 +0000)]
- Hardcode setting which affects the test

22 years ago- Make the test do what it says
Derick Rethans [Sat, 12 Oct 2002 16:53:13 +0000 (16:53 +0000)]
- Make the test do what it says

22 years agoTypo
Sander Roobol [Sat, 12 Oct 2002 16:16:36 +0000 (16:16 +0000)]
Typo

22 years agoFixed a bug introduced by previous patch.
Ilia Alshanetsky [Sat, 12 Oct 2002 16:09:01 +0000 (16:09 +0000)]
Fixed a bug introduced by previous patch.

22 years agoAdd test for single directory creation
Pierre Joye [Sat, 12 Oct 2002 15:18:31 +0000 (15:18 +0000)]
Add test for single directory creation
this test actually fails

22 years agoadded cybercash to the killed exts list..
foobar [Sat, 12 Oct 2002 14:59:40 +0000 (14:59 +0000)]
added cybercash to the killed exts list..

22 years ago* 1.0b1 is today
Stig Bakken [Sat, 12 Oct 2002 14:20:32 +0000 (14:20 +0000)]
* 1.0b1 is today

22 years ago* added "pear makerpm" command for wrapping PEAR packages in RPMs
Stig Bakken [Sat, 12 Oct 2002 14:19:50 +0000 (14:19 +0000)]
* added "pear makerpm" command for wrapping PEAR packages in RPMs