]> granicus.if.org Git - php/log
php
20 years agoFix #31120 and #31135. mssql_query returns false on successfill inserts and stored...
Frank M. Kromann [Thu, 16 Dec 2004 21:48:17 +0000 (21:48 +0000)]
Fix #31120 and #31135. mssql_query returns false on successfill inserts and stored procedures

20 years agoMFH: fix leak (init array only if we got valid start key)
Antony Dovgal [Thu, 16 Dec 2004 19:23:59 +0000 (19:23 +0000)]
MFH: fix leak (init array only if we got valid start key)

20 years ago- Fixed bug #31107 (strtod on solaris9/intel)
Derick Rethans [Thu, 16 Dec 2004 13:06:32 +0000 (13:06 +0000)]
- Fixed bug #31107 (strtod on solaris9/intel)

20 years agoMFH: Fix typo (avaliable -> available). (bug #28725)
foobar [Thu, 16 Dec 2004 12:36:49 +0000 (12:36 +0000)]
MFH: Fix typo (avaliable -> available). (bug #28725)

20 years agoMFH: - Fixed compile error with HP-UX using GCC.
foobar [Thu, 16 Dec 2004 11:50:46 +0000 (11:50 +0000)]
MFH: - Fixed compile error with HP-UX using GCC.

20 years ago- Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)
Derick Rethans [Thu, 16 Dec 2004 10:38:16 +0000 (10:38 +0000)]
- Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)

20 years agoMFH: Fixed bug #31056 (php_std_date() returns invalid formatted date if
Ilia Alshanetsky [Thu, 16 Dec 2004 00:10:55 +0000 (00:10 +0000)]
MFH: Fixed bug #31056 (php_std_date() returns invalid formatted date if
y2k_compliance is On).

20 years agoBack to dev.
Ilia Alshanetsky [Wed, 15 Dec 2004 15:05:11 +0000 (15:05 +0000)]
Back to dev.

20 years agoMFH: fix tests
foobar [Wed, 15 Dec 2004 08:30:53 +0000 (08:30 +0000)]
MFH: fix tests

20 years agoMFH: missing files
foobar [Wed, 15 Dec 2004 02:31:04 +0000 (02:31 +0000)]
MFH: missing files

20 years agoFixed test.
Ilia Alshanetsky [Tue, 14 Dec 2004 17:42:28 +0000 (17:42 +0000)]
Fixed test.

20 years agoFixed build.
Ilia Alshanetsky [Tue, 14 Dec 2004 17:22:10 +0000 (17:22 +0000)]
Fixed build.

20 years ago4.3.10
Ilia Alshanetsky [Tue, 14 Dec 2004 16:07:50 +0000 (16:07 +0000)]
4.3.10

20 years ago- Fixed compile error related to bug #28605.
Derick Rethans [Tue, 14 Dec 2004 08:35:26 +0000 (08:35 +0000)]
- Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.

20 years agoMFH: Fixed bug #28228 (NULL decimal separator is not being handled correctly).
Ilia Alshanetsky [Tue, 14 Dec 2004 00:40:01 +0000 (00:40 +0000)]
MFH: Fixed bug #28228 (NULL decimal separator is not being handled correctly).

20 years ago- MFH: Generate all iconv headers by default
Derick Rethans [Sat, 11 Dec 2004 11:17:21 +0000 (11:17 +0000)]
- MFH: Generate all iconv headers by default

20 years agoCS changes
Antony Dovgal [Thu, 9 Dec 2004 17:16:57 +0000 (17:16 +0000)]
CS changes

20 years ago- update, MFH #28598
Pierre Joye [Thu, 9 Dec 2004 14:26:39 +0000 (14:26 +0000)]
- update, MFH #28598

20 years agoMFH: fix segfault in session_module_name() when session.save_handler is empty
Antony Dovgal [Thu, 9 Dec 2004 14:21:13 +0000 (14:21 +0000)]
MFH: fix segfault in session_module_name() when session.save_handler is empty

20 years ago- MFH: #28598, attempt to restore MS Symbol ttf support
Pierre Joye [Thu, 9 Dec 2004 14:20:20 +0000 (14:20 +0000)]
- MFH: #28598, attempt to restore MS Symbol ttf support

20 years ago- Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
Derick Rethans [Thu, 9 Dec 2004 09:04:46 +0000 (09:04 +0000)]
- Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)

20 years agoMFH: Fixed bug #31024 (Crash in fgetcsv() with negative length).
Ilia Alshanetsky [Wed, 8 Dec 2004 21:15:02 +0000 (21:15 +0000)]
MFH: Fixed bug #31024 (Crash in fgetcsv() with negative length).

20 years agoMFH: Fix possible leaks
Frank M. Kromann [Wed, 8 Dec 2004 19:02:29 +0000 (19:02 +0000)]
MFH: Fix possible leaks

20 years agoMFH: Fix logic for file checking. Bug #31019
Frank M. Kromann [Wed, 8 Dec 2004 18:59:11 +0000 (18:59 +0000)]
MFH: Fix logic for file checking. Bug #31019

20 years agoMFH: Fix VPATH build again.
Joe Orton [Wed, 8 Dec 2004 12:52:12 +0000 (12:52 +0000)]
MFH: Fix VPATH build again.

20 years agoMFH: Fix build. This was not supposed to halt configure if test fails.
foobar [Wed, 8 Dec 2004 06:48:13 +0000 (06:48 +0000)]
MFH: Fix build. This was not supposed to halt configure if test fails.

20 years agobackport from 5.0/head. Newer versions of libmonetra broke compatability with one...
Brad House [Wed, 8 Dec 2004 03:11:32 +0000 (03:11 +0000)]
backport from 5.0/head. Newer versions of libmonetra broke compatability with one function. Make workaround that detects version, and works with both.

20 years agoBack to dev.
Ilia Alshanetsky [Wed, 8 Dec 2004 01:11:43 +0000 (01:11 +0000)]
Back to dev.

20 years ago4.3.10RC2
Ilia Alshanetsky [Wed, 8 Dec 2004 01:09:53 +0000 (01:09 +0000)]
4.3.10RC2

20 years agoMFH: fix leak
Antony Dovgal [Tue, 7 Dec 2004 17:04:42 +0000 (17:04 +0000)]
MFH: fix leak

20 years agorevert it
Antony Dovgal [Tue, 7 Dec 2004 14:01:56 +0000 (14:01 +0000)]
revert it

20 years ago- Tidy up NEWS a bit.
Derick Rethans [Tue, 7 Dec 2004 08:42:50 +0000 (08:42 +0000)]
- Tidy up NEWS a bit.

20 years agofix bug #30232 (session_start() sends Set-Cookie header only if the cookie is not...
Antony Dovgal [Tue, 7 Dec 2004 08:21:38 +0000 (08:21 +0000)]
fix bug #30232 (session_start() sends Set-Cookie header only if the cookie is not set yet)
# looks like somebody fixed it in HEAD and forgot to MFH it..

20 years agoMFh: Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
Ilia Alshanetsky [Tue, 7 Dec 2004 00:34:33 +0000 (00:34 +0000)]
MFh: Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).

20 years agoMFH: Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).
Ilia Alshanetsky [Mon, 6 Dec 2004 23:31:58 +0000 (23:31 +0000)]
MFH: Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).

20 years ago- Install the iconv extension headers to <installpath>/ext/iconv so that
Derick Rethans [Mon, 6 Dec 2004 20:37:56 +0000 (20:37 +0000)]
- Install the iconv extension headers to <installpath>/ext/iconv so that
  external extensions can use them.

20 years agoRevert, this is not needed after all.
Ilia Alshanetsky [Mon, 6 Dec 2004 19:44:33 +0000 (19:44 +0000)]
Revert, this is not needed after all.

20 years agofix startup - if startup did not succeed, do not continue with execution
Stanislav Malyshev [Mon, 6 Dec 2004 18:55:16 +0000 (18:55 +0000)]
fix startup - if startup did not succeed, do not continue with execution

20 years agodo not zero out peak - MM shutdown would do that
Stanislav Malyshev [Mon, 6 Dec 2004 18:51:40 +0000 (18:51 +0000)]
do not zero out peak - MM shutdown would do that

20 years agoAs per discussion on internals and pecl, domxml is no longer experimental.
Ilia Alshanetsky [Sun, 5 Dec 2004 19:08:56 +0000 (19:08 +0000)]
As per discussion on internals and pecl, domxml is no longer experimental.

20 years agoReplaced static server variables by function call and configurable list at the Pi3Web...
Holger Zimmermann [Sun, 5 Dec 2004 09:48:48 +0000 (09:48 +0000)]
Replaced static server variables by function call and configurable list at the Pi3Web server side.

20 years agofix compile
Stefan Esser [Fri, 3 Dec 2004 16:09:19 +0000 (16:09 +0000)]
fix compile

20 years agoMFH
Stefan Esser [Fri, 3 Dec 2004 16:04:26 +0000 (16:04 +0000)]
MFH

20 years ago- remove EXPERIMENTAL tag
Christian Stocker [Fri, 3 Dec 2004 15:53:02 +0000 (15:53 +0000)]
- remove EXPERIMENTAL tag

20 years agoMFH: Fixed bug #30962 (mssql returns space for NULL columns).
Ilia Alshanetsky [Fri, 3 Dec 2004 02:27:11 +0000 (02:27 +0000)]
MFH: Fixed bug #30962 (mssql returns space for NULL columns).

20 years agoMFH: revert my last patch
Antony Dovgal [Thu, 2 Dec 2004 16:36:41 +0000 (16:36 +0000)]
MFH: revert my last patch

20 years agoMFH
Stefan Esser [Thu, 2 Dec 2004 01:04:46 +0000 (01:04 +0000)]
MFH

20 years agoMFH
Stefan Esser [Thu, 2 Dec 2004 00:44:33 +0000 (00:44 +0000)]
MFH

20 years agoFixed missing opening bracket
Stefan Esser [Wed, 1 Dec 2004 23:47:54 +0000 (23:47 +0000)]
Fixed missing opening bracket

20 years agoMFH
Stefan Esser [Wed, 1 Dec 2004 22:56:33 +0000 (22:56 +0000)]
MFH

20 years agoMFH
Stefan Esser [Wed, 1 Dec 2004 22:42:26 +0000 (22:42 +0000)]
MFH

20 years ago- Update INSTALL file (to add static instructions)
Derick Rethans [Wed, 1 Dec 2004 09:15:06 +0000 (09:15 +0000)]
- Update INSTALL file (to add static instructions)

20 years ago- MFH: Added testcase for bug #30695
Derick Rethans [Mon, 29 Nov 2004 10:15:22 +0000 (10:15 +0000)]
- MFH: Added testcase for bug #30695

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Mon, 29 Nov 2004 10:15:04 +0000 (10:15 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years ago- Make it work with PDFLib 5 again (And the check for PDFLib 6 is gone).
Derick Rethans [Mon, 29 Nov 2004 09:13:39 +0000 (09:13 +0000)]
- Make it work with PDFLib 5 again (And the check for PDFLib 6 is gone).

20 years ago# - MnoGoSearch extension latest patch reverted (part3)
Sergey Kartashoff [Sun, 28 Nov 2004 20:33:12 +0000 (20:33 +0000)]
# - MnoGoSearch extension latest patch reverted (part3)

20 years ago- MnoGoSearch extension latest patch reverted (part2)
Sergey Kartashoff [Sun, 28 Nov 2004 20:31:37 +0000 (20:31 +0000)]
- MnoGoSearch extension latest patch reverted (part2)

20 years ago- MnoGoSearch extension latest patch reverted
Sergey Kartashoff [Sun, 28 Nov 2004 20:30:09 +0000 (20:30 +0000)]
- MnoGoSearch extension latest patch reverted

20 years ago- MnoGoSearch extension updated to fix compilation issues with
Sergey Kartashoff [Sun, 28 Nov 2004 20:03:30 +0000 (20:03 +0000)]
- MnoGoSearch extension updated to fix compilation issues with
  mnogosearch-3.2.25+

20 years agoBFN + change my mail to my name
Antony Dovgal [Sun, 28 Nov 2004 17:15:30 +0000 (17:15 +0000)]
BFN + change my mail to my name

20 years agoMFH: fix #29954 (array_reduce segfaults when initial value is array)
Antony Dovgal [Sun, 28 Nov 2004 17:12:59 +0000 (17:12 +0000)]
MFH: fix #29954 (array_reduce segfaults when initial value is array)

20 years agoMFH
Stefan Esser [Sun, 28 Nov 2004 12:44:56 +0000 (12:44 +0000)]
MFH

20 years agoDistribute Net_SMTP 1.2.6 instead of 1.2.3. The former includes a year's
Jon Parise [Sat, 27 Nov 2004 21:31:10 +0000 (21:31 +0000)]
Distribute Net_SMTP 1.2.6 instead of 1.2.3.  The former includes a year's
worth of additional bug fixes and improvements, and it has been a stable
release for over six months.

PEAR Bug: 2839

20 years agoMFH: Improve offset check inside shmop_write().
Ilia Alshanetsky [Sat, 27 Nov 2004 18:18:19 +0000 (18:18 +0000)]
MFH: Improve offset check inside shmop_write().

20 years agoBack to dev.
Ilia Alshanetsky [Tue, 23 Nov 2004 14:56:29 +0000 (14:56 +0000)]
Back to dev.

20 years agoRC1 release date.
Ilia Alshanetsky [Tue, 23 Nov 2004 14:08:19 +0000 (14:08 +0000)]
RC1 release date.

20 years agotagging 4.3.10RC1
Ilia Alshanetsky [Tue, 23 Nov 2004 14:03:27 +0000 (14:03 +0000)]
tagging 4.3.10RC1

20 years ago(Sort of) MFH: export PHP iconv symbols using the old build too
Edin Kadribasic [Tue, 23 Nov 2004 12:14:20 +0000 (12:14 +0000)]
(Sort of) MFH: export PHP iconv symbols using the old build too

20 years ago- MFH: export "php_iconv_string()"
Derick Rethans [Tue, 23 Nov 2004 09:45:23 +0000 (09:45 +0000)]
- MFH: export "php_iconv_string()"

20 years ago- MFH: Added test case for bug #28599
Derick Rethans [Tue, 23 Nov 2004 09:41:53 +0000 (09:41 +0000)]
- MFH: Added test case for bug #28599

20 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
SVN Migration [Tue, 23 Nov 2004 09:40:08 +0000 (09:40 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.

20 years agoFix #30860 configure fails when tds is compiled as shared
Frank M. Kromann [Mon, 22 Nov 2004 19:42:31 +0000 (19:42 +0000)]
Fix #30860 configure fails when tds is compiled as shared

20 years ago- Add missing .cvsignore
Marcus Boerger [Sun, 21 Nov 2004 17:47:26 +0000 (17:47 +0000)]
- Add missing .cvsignore

20 years agoMFH
Stefan Esser [Sat, 20 Nov 2004 20:16:44 +0000 (20:16 +0000)]
MFH

20 years ago- Entry for #30229
Pierre Joye [Sat, 20 Nov 2004 13:40:30 +0000 (13:40 +0000)]
- Entry for #30229

20 years ago- Fix #30229, imagerectangle draw the corners twice, making it useless
Pierre Joye [Sat, 20 Nov 2004 13:34:52 +0000 (13:34 +0000)]
- Fix #30229, imagerectangle draw the corners twice, making it useless
  with alpha channel.
  Fix it to work well with thick>1 as well, both filled and wired rectangle

20 years agoBFN
Antony Dovgal [Fri, 19 Nov 2004 17:03:52 +0000 (17:03 +0000)]
BFN

20 years agoMFH: fix bug #30587 (array_multisort doesn't separate zvals before changing them)
Antony Dovgal [Fri, 19 Nov 2004 16:58:38 +0000 (16:58 +0000)]
MFH: fix bug #30587 (array_multisort doesn't separate zvals before changing them)

20 years agoFixed bug #30826 (Certain reference relations cannot be unserialized
Ilia Alshanetsky [Thu, 18 Nov 2004 22:14:42 +0000 (22:14 +0000)]
Fixed bug #30826 (Certain reference relations cannot be unserialized
properly).

20 years agoMFH: Gracefully handle allocation failure.
Ilia Alshanetsky [Wed, 17 Nov 2004 23:43:31 +0000 (23:43 +0000)]
MFH: Gracefully handle allocation failure.

20 years ago- Fix #30739, imagefill does not set back the alphablending mode
Pierre Joye [Wed, 17 Nov 2004 17:13:42 +0000 (17:13 +0000)]
- Fix #30739, imagefill does not set back the alphablending mode

20 years agoFix windows build
Edin Kadribasic [Wed, 17 Nov 2004 00:10:26 +0000 (00:10 +0000)]
Fix windows build

20 years agoMFH: Fix win32 build.
Frank M. Kromann [Mon, 15 Nov 2004 23:27:26 +0000 (23:27 +0000)]
MFH: Fix win32 build.

20 years agoMFH: Avoid renaming of sprintf to php_sprintf
Frank M. Kromann [Mon, 15 Nov 2004 23:26:40 +0000 (23:26 +0000)]
MFH: Avoid renaming of sprintf to php_sprintf

20 years ago- Cleaned up some of the locale mess:
Derick Rethans [Mon, 15 Nov 2004 13:40:31 +0000 (13:40 +0000)]
- Cleaned up some of the locale mess:
  * all internal use of sprintf, snprintf and the like will always
    use the . as thousands seperator (if php.h is included only!).
  * echo, printf() and sprintf() always render locale-aware
  * added the %F modifier for non-locale aware rendering for floats

20 years agofixed Bug #29297
Rainer Schaaf [Sat, 13 Nov 2004 23:42:08 +0000 (23:42 +0000)]
fixed Bug #29297
Configure now only allows to work with PDFlib up to PDFlib 4, as newer
PDFlib versions need the code from the PDFlib PECL module.

20 years agoMFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with...
Antony Dovgal [Thu, 11 Nov 2004 07:01:16 +0000 (07:01 +0000)]
MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path)

20 years agoMFH: Fixed bug #30750 (Meaningful error message when upload directory is not
Ilia Alshanetsky [Thu, 11 Nov 2004 00:40:18 +0000 (00:40 +0000)]
MFH: Fixed bug #30750 (Meaningful error message when upload directory is not
accessible).

20 years agoMFH: CloseHandle
Wez Furlong [Wed, 10 Nov 2004 20:28:27 +0000 (20:28 +0000)]
MFH: CloseHandle

20 years agoMFH: Fixed possible overflow.
Ilia Alshanetsky [Wed, 10 Nov 2004 01:44:58 +0000 (01:44 +0000)]
MFH: Fixed possible overflow.

20 years agoMFH: Fixed crash inside cpdf_setdash() if called before page init.
Ilia Alshanetsky [Tue, 9 Nov 2004 00:45:39 +0000 (00:45 +0000)]
MFH: Fixed crash inside cpdf_setdash() if called before page init.

20 years agoMFH: Fixed possible crash on fstat() failure.
Ilia Alshanetsky [Mon, 8 Nov 2004 04:55:14 +0000 (04:55 +0000)]
MFH: Fixed possible crash on fstat() failure.

20 years agoMFH Bug #30627
Marcus Boerger [Thu, 4 Nov 2004 20:17:25 +0000 (20:17 +0000)]
MFH Bug #30627

20 years ago- MFH: Fixed bug #30630: Added a BSD based strtod function that is
Derick Rethans [Wed, 3 Nov 2004 23:36:03 +0000 (23:36 +0000)]
- MFH: Fixed bug #30630: Added a BSD based strtod function that is
  locale-independent. (PHP part)

20 years agoBFN
Antony Dovgal [Wed, 3 Nov 2004 13:42:51 +0000 (13:42 +0000)]
BFN

20 years agofix bug #30654 (persistent connection is deleted from hash if there was exclusive...
Antony Dovgal [Wed, 3 Nov 2004 13:35:56 +0000 (13:35 +0000)]
fix bug #30654 (persistent connection is deleted from hash if there was exclusive connection with the same credentials)
No need for MFB here - 5.x.x branches work fine.

20 years agoMFH: Fixed bug #30658 (Ensure that temporary files created by GD are removed).
Ilia Alshanetsky [Tue, 2 Nov 2004 16:42:13 +0000 (16:42 +0000)]
MFH: Fixed bug #30658 (Ensure that temporary files created by GD are removed).

20 years agoMFH: Fixed open_basedir & safe_mode bypass inside readlink() function.
Ilia Alshanetsky [Tue, 2 Nov 2004 00:38:07 +0000 (00:38 +0000)]
MFH: Fixed open_basedir & safe_mode bypass inside readlink() function.

20 years agoMFH: Fixed bug #30613 (Prevent infinite recursion in url redirection).
Ilia Alshanetsky [Mon, 1 Nov 2004 04:56:10 +0000 (04:56 +0000)]
MFH:  Fixed bug #30613 (Prevent infinite recursion in url redirection).

20 years ago- [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)
Andi Gutmans [Fri, 29 Oct 2004 00:38:44 +0000 (00:38 +0000)]
- [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)