]> granicus.if.org Git - php/log
php
20 years agoBug fixing news.
Ilia Alshanetsky [Tue, 30 Mar 2004 13:43:53 +0000 (13:43 +0000)]
Bug fixing news.

20 years agoFix for Bug #27762: SCO Openserver doesn't have S_ISSOCK
Wez Furlong [Tue, 30 Mar 2004 11:04:32 +0000 (11:04 +0000)]
Fix for Bug #27762: SCO Openserver doesn't have S_ISSOCK
Possible side effect from this is that CLI scripts run from inetd won't
realize that stdin/stdout are sockets.  But thats not our problem.

20 years agoMFH: NAN==NAN doest work (Ard)
Marcus Boerger [Mon, 29 Mar 2004 23:26:32 +0000 (23:26 +0000)]
MFH: NAN==NAN doest work (Ard)

20 years agoMFH: Removed extra spaces that cause the test to fail.
Ilia Alshanetsky [Mon, 29 Mar 2004 21:57:54 +0000 (21:57 +0000)]
MFH: Removed extra spaces that cause the test to fail.

20 years agoFix for Bug #26757: session.save_path default is bogus for win32
Wez Furlong [Mon, 29 Mar 2004 21:28:47 +0000 (21:28 +0000)]
Fix for Bug #26757: session.save_path default is bogus for win32
Based on a patch found in the bug report.
Concept approved by Ilia.

20 years agoBug fixing news.
Ilia Alshanetsky [Mon, 29 Mar 2004 19:35:19 +0000 (19:35 +0000)]
Bug fixing news.

20 years agoMFH: Found a NAN/INF solution that should be portable everywhere(?)
Marcus Boerger [Mon, 29 Mar 2004 19:03:59 +0000 (19:03 +0000)]
MFH: Found a NAN/INF solution that should be portable everywhere(?)

20 years agoMFH: Fix for #27743. Make sure Money types are converted and returned correct
Frank M. Kromann [Mon, 29 Mar 2004 18:33:13 +0000 (18:33 +0000)]
MFH: Fix for #27743. Make sure Money types are converted and returned correct

20 years agoMFH: Synchronized bundled GD library with GD 2.0.22.
Ilia Alshanetsky [Mon, 29 Mar 2004 18:21:00 +0000 (18:21 +0000)]
MFH: Synchronized bundled GD library with GD 2.0.22.

20 years agoMFH: Fixed bug #27731 (error_reporting() inside @ block fails to set
Ilia Alshanetsky [Mon, 29 Mar 2004 00:52:20 +0000 (00:52 +0000)]
MFH: Fixed bug #27731 (error_reporting() inside @ block fails to set
error_reporting level).

20 years agoFixed build.
Ilia Alshanetsky [Mon, 29 Mar 2004 00:27:17 +0000 (00:27 +0000)]
Fixed build.

20 years agoFixed bug #27732 (Fixed compilation bug inside php_sab_info.h).
Ilia Alshanetsky [Mon, 29 Mar 2004 00:09:34 +0000 (00:09 +0000)]
Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h).

20 years agoMFH: Improve portability (idea by Ard)
Marcus Boerger [Sun, 28 Mar 2004 21:50:01 +0000 (21:50 +0000)]
MFH: Improve portability (idea by Ard)

20 years ago- Merge whitespace and trivial changes from HEAD back to the branch so the
Rasmus Lerdorf [Sun, 28 Mar 2004 14:57:32 +0000 (14:57 +0000)]
- Merge whitespace and trivial changes from HEAD back to the branch so the
  diff between HEAD and PHP_4_3 only shows feature changes
- Fix test case for bug #27719 (TZ=EST means no DST so the test was wrong)

20 years agoMFH: Add new #undef's
Marcus Boerger [Sat, 27 Mar 2004 01:53:18 +0000 (01:53 +0000)]
MFH: Add new #undef's

20 years agoBFN
Marcus Boerger [Sat, 27 Mar 2004 01:48:04 +0000 (01:48 +0000)]
BFN

20 years agoFixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header
Marcus Boerger [Sat, 27 Mar 2004 01:45:44 +0000 (01:45 +0000)]
Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header

20 years agoMFH: Move defines to proper location
Marcus Boerger [Sat, 27 Mar 2004 01:41:46 +0000 (01:41 +0000)]
MFH: Move defines to proper location

20 years agoTouch after .c
Marcus Boerger [Sat, 27 Mar 2004 01:28:00 +0000 (01:28 +0000)]
Touch after .c

20 years agoBFN
Marcus Boerger [Sat, 27 Mar 2004 01:18:40 +0000 (01:18 +0000)]
BFN

20 years agoMFH: bugfix #27646
Marcus Boerger [Sat, 27 Mar 2004 01:17:07 +0000 (01:17 +0000)]
MFH: bugfix #27646

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sat, 27 Mar 2004 00:50:42 +0000 (00:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years ago- MFH: Fix for bug #27717.
Derick Rethans [Fri, 26 Mar 2004 22:14:35 +0000 (22:14 +0000)]
- MFH: Fix for bug #27717.

20 years agoAlignment fix
Ard Biesheuvel [Fri, 26 Mar 2004 20:53:09 +0000 (20:53 +0000)]
Alignment fix

20 years agoMFH
Ard Biesheuvel [Fri, 26 Mar 2004 20:07:34 +0000 (20:07 +0000)]
MFH

20 years agoMFH: Calculate pow(long,long) in a way that works on 64-bit platforms
Ard Biesheuvel [Fri, 26 Mar 2004 20:01:53 +0000 (20:01 +0000)]
MFH: Calculate pow(long,long) in a way that works on 64-bit platforms

20 years ago- COmmit the test, not the diff
Derick Rethans [Fri, 26 Mar 2004 19:50:45 +0000 (19:50 +0000)]
- COmmit the test, not the diff

20 years agoMFH: Fixed bug #27664 (--disable-cli doesn't force --without-pear).
Ilia Alshanetsky [Fri, 26 Mar 2004 19:48:53 +0000 (19:48 +0000)]
MFH: Fixed bug #27664 (--disable-cli doesn't force --without-pear).

20 years ago- Add test for #27719
Derick Rethans [Fri, 26 Mar 2004 19:44:18 +0000 (19:44 +0000)]
- Add test for #27719

20 years agoThe 2am offset was a bad choice as this hour doesn't necessarily exist
Rasmus Lerdorf [Fri, 26 Mar 2004 19:29:31 +0000 (19:29 +0000)]
The 2am offset was a bad choice as this hour doesn't necessarily exist
on a DST switch.  So use 4am instead.  Fixes bug #27719

20 years agoBug fixing news.
Ilia Alshanetsky [Fri, 26 Mar 2004 19:07:49 +0000 (19:07 +0000)]
Bug fixing news.

20 years agoMFH: Fixes to allow curl extension to compile against libcurl 7.11.1
Ilia Alshanetsky [Fri, 26 Mar 2004 19:04:17 +0000 (19:04 +0000)]
MFH: Fixes to allow curl extension to compile against libcurl 7.11.1

20 years agoBack to dev.
Ilia Alshanetsky [Thu, 25 Mar 2004 14:14:21 +0000 (14:14 +0000)]
Back to dev.

20 years agoGo with 4.3.5
Ilia Alshanetsky [Thu, 25 Mar 2004 13:57:01 +0000 (13:57 +0000)]
Go with 4.3.5

20 years agoPrepare NEWS file for 4.3.5 release.
Ilia Alshanetsky [Tue, 23 Mar 2004 19:53:27 +0000 (19:53 +0000)]
Prepare NEWS file for 4.3.5 release.

20 years agoMFH Fix for #26589. Crash when selecting many columns of type Money
Frank M. Kromann [Fri, 19 Mar 2004 18:47:02 +0000 (18:47 +0000)]
MFH Fix for #26589. Crash when selecting many columns of type Money

20 years agoMFH update to 1.3.1dev
Greg Beaver [Fri, 19 Mar 2004 03:16:45 +0000 (03:16 +0000)]
MFH update to 1.3.1dev

20 years agoMFH new PEAR_ErrorStack and tests
Greg Beaver [Fri, 19 Mar 2004 00:55:53 +0000 (00:55 +0000)]
MFH new PEAR_ErrorStack and tests

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Fri, 19 Mar 2004 00:48:40 +0000 (00:48 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoBack to dev.
Ilia Alshanetsky [Thu, 18 Mar 2004 18:02:42 +0000 (18:02 +0000)]
Back to dev.

20 years agoGo for PHP 4.3.5RC4
Ilia Alshanetsky [Thu, 18 Mar 2004 17:17:25 +0000 (17:17 +0000)]
Go for PHP 4.3.5RC4

20 years agoMFH: Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII
Ilia Alshanetsky [Thu, 18 Mar 2004 17:15:47 +0000 (17:15 +0000)]
MFH: Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII
mode).

20 years agohint to raise stacksize (bug #27231)
Uwe Schindler [Thu, 18 Mar 2004 13:37:41 +0000 (13:37 +0000)]
hint to raise stacksize (bug #27231)

20 years agoAdded myself
Ard Biesheuvel [Thu, 18 Mar 2004 10:55:35 +0000 (10:55 +0000)]
Added myself

20 years agoMFH: Fixed bug #27300 (Improved regex for pg_convert()).
Ilia Alshanetsky [Thu, 18 Mar 2004 01:35:50 +0000 (01:35 +0000)]
MFH: Fixed bug #27300 (Improved regex for pg_convert()).

20 years ago- Add entry, crash in imagecolortransparent
Pierre Joye [Wed, 17 Mar 2004 17:26:13 +0000 (17:26 +0000)]
- Add entry, crash in imagecolortransparent

20 years ago- MFH (crash in imagecolortransparent with invalid color index)
Pierre Joye [Wed, 17 Mar 2004 17:25:24 +0000 (17:25 +0000)]
- MFH (crash in imagecolortransparent with invalid color index)

20 years agoMFH: Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
Ilia Alshanetsky [Tue, 16 Mar 2004 23:23:26 +0000 (23:23 +0000)]
MFH: Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
chdir() and opendir() functions).

20 years agoMFH:
Ilia Alshanetsky [Tue, 16 Mar 2004 22:38:17 +0000 (22:38 +0000)]
MFH:
Fixed bug #27580 (pre-initialization errors in ap2 handler are not
being written to vhost error log).
Stop using depreciated and ignored APLOG_NOERRNO directive.
Make file not found & directory as script invocation error messages
more descriptive.

20 years agoMFH registry fixes:
Stanislav Malyshev [Tue, 16 Mar 2004 18:27:55 +0000 (18:27 +0000)]
MFH registry fixes:
fix off-by-one in registry per-dir values
add IniFilePath value for setting php.ini path via registry

20 years agoMFH: export session globals
Stanislav Malyshev [Tue, 16 Mar 2004 18:21:02 +0000 (18:21 +0000)]
MFH: export session globals

20 years agoMFH: Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive).
Ilia Alshanetsky [Tue, 16 Mar 2004 16:38:00 +0000 (16:38 +0000)]
MFH: Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive).

20 years agoMFH: Fixed bug #27559 (Corrected open_basedir resolving logic).
Ilia Alshanetsky [Tue, 16 Mar 2004 00:32:09 +0000 (00:32 +0000)]
MFH: Fixed bug #27559 (Corrected open_basedir resolving logic).

20 years agoMFH: Fixed bug #27291 (get_browser matches browscap.ini patterns
Jay Smith [Mon, 15 Mar 2004 21:27:01 +0000 (21:27 +0000)]
MFH: Fixed bug #27291 (get_browser matches browscap.ini patterns
incorrectly).

20 years agoMFH: Fix for #27594. Comuted columns does not return a column source
Frank M. Kromann [Mon, 15 Mar 2004 19:45:39 +0000 (19:45 +0000)]
MFH: Fix for #27594. Comuted columns does not return a column source

20 years agoForgot to add NEWS entries for these
Rasmus Lerdorf [Mon, 15 Mar 2004 18:20:16 +0000 (18:20 +0000)]
Forgot to add NEWS entries for these

20 years agoMFH 1.243:
Jon Parise [Mon, 15 Mar 2004 16:39:53 +0000 (16:39 +0000)]
MFH 1.243:

Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

20 years agoBFN
foobar [Mon, 15 Mar 2004 16:07:57 +0000 (16:07 +0000)]
BFN

20 years agoAdd misisng library path
Zeev Suraski [Mon, 15 Mar 2004 10:04:12 +0000 (10:04 +0000)]
Add misisng library path

20 years agoBug fixing news.
Ilia Alshanetsky [Sun, 14 Mar 2004 20:12:17 +0000 (20:12 +0000)]
Bug fixing news.

20 years agoRenaming cvsclean target -- IRIX make seems to ignore the .PHONY target.
Sascha Schumann [Sun, 14 Mar 2004 17:43:46 +0000 (17:43 +0000)]
Renaming cvsclean target -- IRIX make seems to ignore the .PHONY target.

20 years agoreorder
foobar [Sun, 14 Mar 2004 10:45:51 +0000 (10:45 +0000)]
reorder

20 years ago- missing restoreAlphaBleding declaration
Pierre Joye [Sun, 14 Mar 2004 00:46:45 +0000 (00:46 +0000)]
- missing restoreAlphaBleding declaration

20 years ago- entry for fix #27582
Pierre Joye [Sat, 13 Mar 2004 23:41:00 +0000 (23:41 +0000)]
- entry for fix #27582

20 years ago- MFH bug #27582 (imagefilltoborder crashes)
Pierre Joye [Sat, 13 Mar 2004 23:36:29 +0000 (23:36 +0000)]
- MFH bug #27582 (imagefilltoborder crashes)

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Sat, 13 Mar 2004 23:22:57 +0000 (23:22 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agooops
Greg Beaver [Sat, 13 Mar 2004 18:29:29 +0000 (18:29 +0000)]
oops

20 years agofix #1008: safe mode raises warning
Greg Beaver [Sat, 13 Mar 2004 17:34:36 +0000 (17:34 +0000)]
fix #1008: safe mode raises warning
fix register_argc_argv in pear.bat

20 years agoBFN
Sara Golemon [Fri, 12 Mar 2004 21:49:01 +0000 (21:49 +0000)]
BFN

20 years agoMFH: Add checks of return values from user callback functions.
Ilia Alshanetsky [Fri, 12 Mar 2004 17:43:17 +0000 (17:43 +0000)]
MFH: Add checks of return values from user callback functions.

20 years agoMFH
Rasmus Lerdorf [Fri, 12 Mar 2004 17:42:09 +0000 (17:42 +0000)]
MFH
  getopt() doesn't work if variables_order does not include "S" because it
  only looks in $_SERVER for argv.  So, if we don't find argv in $_SERVER
  fall back to looking in the global symbol table where register_argc_argv
  would have put it.

20 years agoFix/workaround for http://bugs.php.net/27533
Rasmus Lerdorf [Fri, 12 Mar 2004 17:27:55 +0000 (17:27 +0000)]
Fix/workaround for http://bugs.php.net/27533

20 years agoMFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
Ilia Alshanetsky [Fri, 12 Mar 2004 14:07:14 +0000 (14:07 +0000)]
MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
mechanism is triggered).

20 years agoTest getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.
Sara Golemon [Fri, 12 Mar 2004 00:16:38 +0000 (00:16 +0000)]
Test getaddrinfo() for brokenness.  Pretend it doesn't exist if it misbehaves.

20 years agoBFN
Sara Golemon [Thu, 11 Mar 2004 18:44:26 +0000 (18:44 +0000)]
BFN

20 years ago- MFH (r-1.212): Revert ini setting patch as I notified in...
Moriyoshi Koizumi [Wed, 10 Mar 2004 20:56:07 +0000 (20:56 +0000)]
- MFH (r-1.212): Revert ini setting patch as I notified in...

20 years agoMake curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
Rasmus Lerdorf [Tue, 9 Mar 2004 17:06:53 +0000 (17:06 +0000)]
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
stdout as is implied in the documentation.  Currently it simply does
absolutely nothing and there is no way to reset it to stdout.

20 years agotest for bug #27457
foobar [Tue, 9 Mar 2004 14:20:14 +0000 (14:20 +0000)]
test for bug #27457

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Tue, 9 Mar 2004 14:19:51 +0000 (14:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoorder
foobar [Tue, 9 Mar 2004 12:52:08 +0000 (12:52 +0000)]
order

20 years agoMFH: Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
Ilia Alshanetsky [Tue, 9 Mar 2004 02:24:20 +0000 (02:24 +0000)]
MFH: Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).

20 years agoPossible fix for #27408 (wordsize/alignment issue)
Ard Biesheuvel [Mon, 8 Mar 2004 18:52:40 +0000 (18:52 +0000)]
Possible fix for #27408 (wordsize/alignment issue)

20 years agoMFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).
Ilia Alshanetsky [Mon, 8 Mar 2004 03:16:13 +0000 (03:16 +0000)]
MFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).

20 years agoMFH: recognize db-4.2.x
Marcus Boerger [Mon, 8 Mar 2004 00:01:03 +0000 (00:01 +0000)]
MFH: recognize db-4.2.x

20 years agoMFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)
Ilia Alshanetsky [Sat, 6 Mar 2004 19:30:35 +0000 (19:30 +0000)]
MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)

20 years agoMFH: Fixed bug #27460 (base64_decode() does not handle extra padding).
Ilia Alshanetsky [Sat, 6 Mar 2004 19:06:12 +0000 (19:06 +0000)]
MFH: Fixed bug #27460 (base64_decode() does not handle extra padding).

20 years agoMFH: Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:35:53 +0000 (18:35 +0000)]
MFH: Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).

20 years agoFixed bug #27437 (wrong freetype include inside GD library).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:26:06 +0000 (18:26 +0000)]
Fixed bug #27437 (wrong freetype include inside GD library).

20 years ago- Add #27238 entry
Pierre Joye [Sat, 6 Mar 2004 17:47:16 +0000 (17:47 +0000)]
- Add #27238 entry

20 years ago- MFH #27238 fix (ilia ok)
Pierre Joye [Sat, 6 Mar 2004 17:41:31 +0000 (17:41 +0000)]
- MFH #27238 fix (ilia ok)

20 years agoMFH: Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with...
Sara Golemon [Thu, 4 Mar 2004 22:29:23 +0000 (22:29 +0000)]
MFH: Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with platform issues.

20 years agoMFH (fix a linefeed problem, if more than one configureoption)
Christian Stocker [Thu, 4 Mar 2004 13:38:10 +0000 (13:38 +0000)]
MFH (fix a linefeed problem, if more than one configureoption)

20 years ago- MFH: Fixed bug #27443 (defined() returns wrong type).
Derick Rethans [Mon, 1 Mar 2004 08:11:46 +0000 (08:11 +0000)]
- MFH: Fixed bug #27443 (defined() returns wrong type).

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 1 Mar 2004 08:07:26 +0000 (08:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoMFH 'pear install -R' fix, ilia@ ok
Anil Madhavapeddy [Sun, 29 Feb 2004 15:59:18 +0000 (15:59 +0000)]
MFH 'pear install -R' fix, ilia@ ok

20 years agoMFH: Remove unused variable.
Ilia Alshanetsky [Sat, 28 Feb 2004 22:59:03 +0000 (22:59 +0000)]
MFH: Remove unused variable.

20 years agoMFH: Memory allocation check.
Ilia Alshanetsky [Sat, 28 Feb 2004 21:00:40 +0000 (21:00 +0000)]
MFH: Memory allocation check.

20 years agoMFH
Greg Beaver [Fri, 27 Feb 2004 02:27:12 +0000 (02:27 +0000)]
MFH

20 years agoRemove bogus test: see bug #20993
foobar [Thu, 26 Feb 2004 01:07:32 +0000 (01:07 +0000)]
Remove bogus test: see bug #20993

20 years agotypofix
foobar [Thu, 26 Feb 2004 00:13:02 +0000 (00:13 +0000)]
typofix