]> granicus.if.org Git - php/log
php
17 years ago- Fix test
Johannes Schlüter [Sat, 21 Apr 2007 02:46:29 +0000 (02:46 +0000)]
- Fix test

17 years agoChangeLog update
<changelog@php.net> [Sat, 21 Apr 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix tests
Antony Dovgal [Fri, 20 Apr 2007 21:37:31 +0000 (21:37 +0000)]
fix tests

17 years agoopen the file in text mode and avoid downcoding
Antony Dovgal [Fri, 20 Apr 2007 21:17:37 +0000 (21:17 +0000)]
open the file in text mode and avoid downcoding

17 years agofix tests
Antony Dovgal [Fri, 20 Apr 2007 21:13:45 +0000 (21:13 +0000)]
fix tests

17 years agofix test
Antony Dovgal [Fri, 20 Apr 2007 21:01:03 +0000 (21:01 +0000)]
fix test

17 years agoavoid 10 000 warnings
Antony Dovgal [Fri, 20 Apr 2007 21:00:07 +0000 (21:00 +0000)]
avoid 10 000 warnings

17 years agofix tests
Antony Dovgal [Fri, 20 Apr 2007 20:57:57 +0000 (20:57 +0000)]
fix tests

17 years agofix timezone_abbreviations_list() in unicode mode
Antony Dovgal [Fri, 20 Apr 2007 20:55:30 +0000 (20:55 +0000)]
fix timezone_abbreviations_list() in unicode mode

17 years agofix test
Antony Dovgal [Fri, 20 Apr 2007 10:15:12 +0000 (10:15 +0000)]
fix test

17 years agonew test
Antony Dovgal [Fri, 20 Apr 2007 09:17:37 +0000 (09:17 +0000)]
new test

17 years agoupdate ext/gmp status and maintainers
Antony Dovgal [Fri, 20 Apr 2007 08:18:35 +0000 (08:18 +0000)]
update ext/gmp status and maintainers

17 years agofix test
Antony Dovgal [Fri, 20 Apr 2007 08:00:43 +0000 (08:00 +0000)]
fix test

17 years agothis test is for 32bit
Antony Dovgal [Fri, 20 Apr 2007 07:55:14 +0000 (07:55 +0000)]
this test is for 32bit

17 years agoChangeLog update
<changelog@php.net> [Fri, 20 Apr 2007 01:31:04 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #41067 (json_encode() problem with UTF-16 input).
Ilia Alshanetsky [Thu, 19 Apr 2007 22:49:11 +0000 (22:49 +0000)]
MFB:  Fixed bug #41067 (json_encode() problem with UTF-16 input).

17 years agoUse ZEND_U_CONVERTER().
Andrei Zmievski [Thu, 19 Apr 2007 15:36:51 +0000 (15:36 +0000)]
Use ZEND_U_CONVERTER().

17 years agofix #41118 (PHP does not handle overflow of octal integers)
Antony Dovgal [Thu, 19 Apr 2007 11:24:48 +0000 (11:24 +0000)]
fix #41118 (PHP does not handle overflow of octal integers)
MFB a small part of optimization patch applied only to 5_2

17 years agoThe right place to edit
Andrey Hristov [Thu, 19 Apr 2007 09:50:10 +0000 (09:50 +0000)]
The right place to edit

17 years agoUpdate credits line
Andrey Hristov [Thu, 19 Apr 2007 09:47:48 +0000 (09:47 +0000)]
Update credits line

17 years agofix gmp_gcdext() in Unicode mode
Antony Dovgal [Thu, 19 Apr 2007 09:36:34 +0000 (09:36 +0000)]
fix gmp_gcdext() in Unicode mode

17 years agofix & unify double-to-string conversion utils
Antony Dovgal [Thu, 19 Apr 2007 09:30:10 +0000 (09:30 +0000)]
fix & unify double-to-string conversion utils

17 years agoFixed tests
Dmitry Stogov [Thu, 19 Apr 2007 07:00:57 +0000 (07:00 +0000)]
Fixed tests

17 years ago- fix vpath build
Sascha Schumann [Thu, 19 Apr 2007 06:42:57 +0000 (06:42 +0000)]
- fix vpath build

17 years agoChangeLog update
<changelog@php.net> [Thu, 19 Apr 2007 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

17 years agoadd new tests for ext/gmp
Antony Dovgal [Wed, 18 Apr 2007 21:04:05 +0000 (21:04 +0000)]
add new tests for ext/gmp

17 years agosame for gmp_scan*()
Antony Dovgal [Wed, 18 Apr 2007 20:53:21 +0000 (20:53 +0000)]
same for gmp_scan*()

17 years agodo not allow negative byte index
Antony Dovgal [Wed, 18 Apr 2007 20:36:47 +0000 (20:36 +0000)]
do not allow negative byte index
tests will follow soon

17 years ago- fixed bug #40325 (Vary: header missing in gzip output handlers); no MFH
Michael Wallner [Wed, 18 Apr 2007 19:39:12 +0000 (19:39 +0000)]
- fixed bug #40325 (Vary: header missing in gzip output handlers); no MFH
  [DOC] since PHP 6 a Vary header will be sent without regards to whether
        the negotiation was successful or not and unless the complete
        output buffer gets discarded

17 years agoFixed tests (win32)
Dmitry Stogov [Wed, 18 Apr 2007 14:51:47 +0000 (14:51 +0000)]
Fixed tests (win32)

17 years agoFixed crash on win32 in case of negative size
Dmitry Stogov [Wed, 18 Apr 2007 14:23:35 +0000 (14:23 +0000)]
Fixed crash on win32 in case of negative size

17 years agoFixed crash
Dmitry Stogov [Wed, 18 Apr 2007 13:53:32 +0000 (13:53 +0000)]
Fixed crash

17 years agoFixed endless loop in open_basedir check
Dmitry Stogov [Wed, 18 Apr 2007 11:59:03 +0000 (11:59 +0000)]
Fixed endless loop in open_basedir check

17 years agoupdate EXTENSIONS file:
Antony Dovgal [Wed, 18 Apr 2007 10:58:08 +0000 (10:58 +0000)]
update EXTENSIONS file:
- drop extensions which have been moved to PECL
- add pdo*, zip, xmlreader, xmlwriter, json
- update maintainers lists and statuses to reflect current situation

17 years agoMFB: add file locking under windows
Rob Richards [Wed, 18 Apr 2007 09:48:07 +0000 (09:48 +0000)]
MFB: add file locking under windows
change win build to use common clock compat files

17 years agoFixed test
Dmitry Stogov [Wed, 18 Apr 2007 08:34:58 +0000 (08:34 +0000)]
Fixed test

17 years agomore test fixes
Antony Dovgal [Wed, 18 Apr 2007 08:09:02 +0000 (08:09 +0000)]
more test fixes

17 years agoFixed tests (win32)
Dmitry Stogov [Wed, 18 Apr 2007 07:57:31 +0000 (07:57 +0000)]
Fixed tests (win32)

17 years agoChangeLog update
<changelog@php.net> [Wed, 18 Apr 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix putenv("var") (i.e. unset) on BSD systems
Antony Dovgal [Tue, 17 Apr 2007 20:33:45 +0000 (20:33 +0000)]
fix putenv("var") (i.e. unset) on BSD systems
add test

17 years agofix test
Antony Dovgal [Tue, 17 Apr 2007 20:17:20 +0000 (20:17 +0000)]
fix test

17 years agoMFB:- Fix a possible leak when multiple -c parameters are used
foobar [Tue, 17 Apr 2007 20:01:22 +0000 (20:01 +0000)]
MFB:- Fix a possible leak when multiple -c parameters are used

17 years agoadd .cvsignore
Antony Dovgal [Tue, 17 Apr 2007 19:59:58 +0000 (19:59 +0000)]
add .cvsignore

17 years agoadd tests for CGI
Antony Dovgal [Tue, 17 Apr 2007 19:48:22 +0000 (19:48 +0000)]
add tests for CGI

17 years agoMFB
foobar [Tue, 17 Apr 2007 19:48:16 +0000 (19:48 +0000)]
MFB

17 years agofix leak appearing when more than one -f option specified
Antony Dovgal [Tue, 17 Apr 2007 18:51:24 +0000 (18:51 +0000)]
fix leak appearing when more than one -f option specified

17 years agoAdd support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS
Sara Golemon [Tue, 17 Apr 2007 18:39:18 +0000 (18:39 +0000)]
Add support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS

17 years agoFix proto
Hannes Magnusson [Tue, 17 Apr 2007 15:44:25 +0000 (15:44 +0000)]
Fix proto

17 years ago- +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori)
Pierre Joye [Tue, 17 Apr 2007 15:37:26 +0000 (15:37 +0000)]
- +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori)

17 years ago- fix arginfo
Pierre Joye [Tue, 17 Apr 2007 15:24:05 +0000 (15:24 +0000)]
- fix arginfo

17 years ago- add imagegrabwindow and imagegrabscreen (win32 only)
Pierre Joye [Tue, 17 Apr 2007 15:11:56 +0000 (15:11 +0000)]
- add imagegrabwindow and imagegrabscreen (win32 only)
  capture a window using its handle or a full screen
  optional bbox and to/from clipboard  will follow shortly

17 years agoUpdated testcase ltrim()
Zoe Slattery [Tue, 17 Apr 2007 11:55:39 +0000 (11:55 +0000)]
Updated testcase ltrim()

17 years ago- Fix #41109: recursiveiterator.inc says 'implements' Iterator instead of 'extends'
Marcus Boerger [Tue, 17 Apr 2007 06:31:19 +0000 (06:31 +0000)]
- Fix #41109: recursiveiterator.inc says 'implements' Iterator instead of 'extends'

17 years agotypo
Dmitry Stogov [Tue, 17 Apr 2007 06:27:03 +0000 (06:27 +0000)]
typo

17 years agoChangeLog update
<changelog@php.net> [Tue, 17 Apr 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB:- Updated bundled shtool to 2.0.6 and added "platform" command in it.
foobar [Mon, 16 Apr 2007 20:50:18 +0000 (20:50 +0000)]
MFB:- Updated bundled shtool to 2.0.6 and added "platform" command in it.

17 years ago- Fix zend_parse_parameters_ex() for format specifiers like "+f", like multiple
Johannes Schlüter [Mon, 16 Apr 2007 18:50:05 +0000 (18:50 +0000)]
- Fix zend_parse_parameters_ex() for format specifiers like "+f", like multiple
  values followed by forced parameters. Fixes tests like
  ext/standard/tests/array/007.phpt and others

17 years agoMFB (handling of control characters)
Andrei Zmievski [Mon, 16 Apr 2007 16:52:20 +0000 (16:52 +0000)]
MFB (handling of control characters)

17 years agoMFB use strlcat()
Antony Dovgal [Mon, 16 Apr 2007 12:49:07 +0000 (12:49 +0000)]
MFB use strlcat()
fix buffer overrun & bug #41101

17 years agoWIN64 support
Dmitry Stogov [Mon, 16 Apr 2007 09:43:53 +0000 (09:43 +0000)]
WIN64 support

17 years agofix test
Antony Dovgal [Mon, 16 Apr 2007 08:14:27 +0000 (08:14 +0000)]
fix test

17 years agoChangeLog update
<changelog@php.net> [Mon, 16 Apr 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Allow using syntax highlighting in fastcgi mode
foobar [Sun, 15 Apr 2007 23:02:05 +0000 (23:02 +0000)]
MFB: Allow using syntax highlighting in fastcgi mode

17 years agoMFB: sync getopt from CLI
foobar [Sun, 15 Apr 2007 22:54:26 +0000 (22:54 +0000)]
MFB: sync getopt from CLI

17 years agoChangeLog update
<changelog@php.net> [Sun, 15 Apr 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- libgd #74, gdImageFilledArc, huge CPU usage with large angles
Pierre Joye [Sat, 14 Apr 2007 17:30:51 +0000 (17:30 +0000)]
-  libgd #74, gdImageFilledArc, huge CPU usage with large angles

17 years ago- Fix warning
Marcus Boerger [Sat, 14 Apr 2007 11:14:40 +0000 (11:14 +0000)]
- Fix warning

17 years agouse default socket (removed by mistake?)
Antony Dovgal [Sat, 14 Apr 2007 10:42:41 +0000 (10:42 +0000)]
use default socket (removed by mistake?)

17 years agoset MYSQL_OPT_RECONNECT (see bug #41083)
Antony Dovgal [Sat, 14 Apr 2007 10:35:00 +0000 (10:35 +0000)]
set MYSQL_OPT_RECONNECT (see bug #41083)

17 years agofix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13)
Antony Dovgal [Sat, 14 Apr 2007 10:19:10 +0000 (10:19 +0000)]
fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13)

17 years agoChangeLog update
<changelog@php.net> [Sat, 14 Apr 2007 01:31:09 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MFB: Updated timezone database to version 2007.5. (Derick)
Derick Rethans [Fri, 13 Apr 2007 14:52:06 +0000 (14:52 +0000)]
- MFB: Updated timezone database to version 2007.5. (Derick)

17 years agofix #41075 (memleak when creating default object caused exception)
Antony Dovgal [Fri, 13 Apr 2007 14:39:34 +0000 (14:39 +0000)]
fix #41075 (memleak when creating default object caused exception)

17 years ago- MFB: Fixed bug #39416 (Milliseconds in date()).
Derick Rethans [Fri, 13 Apr 2007 14:10:38 +0000 (14:10 +0000)]
- MFB: Fixed bug #39416 (Milliseconds in date()).

17 years agoadd UEXPECTF
Antony Dovgal [Fri, 13 Apr 2007 13:37:55 +0000 (13:37 +0000)]
add UEXPECTF

17 years agonew test
Antony Dovgal [Fri, 13 Apr 2007 13:37:09 +0000 (13:37 +0000)]
new test

17 years ago- MFB: Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).
Derick Rethans [Fri, 13 Apr 2007 08:34:11 +0000 (08:34 +0000)]
- MFB: Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).

17 years ago- MFB: Fixed bug #40290 (strtotime() returns unexpected result with particular
Derick Rethans [Fri, 13 Apr 2007 08:11:35 +0000 (08:11 +0000)]
- MFB: Fixed bug #40290 (strtotime() returns unexpected result with particular
  timezone offset).

17 years agoMFB: reverting incorrect changes to pack test
Brian Shire [Fri, 13 Apr 2007 02:15:12 +0000 (02:15 +0000)]
MFB: reverting incorrect changes to pack test
# only a problem on darwin, latest gcc-4.2 branch works as expected.

17 years agoChangeLog update
<changelog@php.net> [Fri, 13 Apr 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd support for %I64(u|d) to sprintf() utilities
Antony Dovgal [Thu, 12 Apr 2007 22:00:56 +0000 (22:00 +0000)]
add support for %I64(u|d) to sprintf() utilities

17 years ago- Fix release states
Marcus Boerger [Thu, 12 Apr 2007 21:06:40 +0000 (21:06 +0000)]
- Fix release states

17 years ago- Fix release date
Marcus Boerger [Thu, 12 Apr 2007 20:59:58 +0000 (20:59 +0000)]
- Fix release date

17 years ago- Prepare release 1.1.0
Marcus Boerger [Thu, 12 Apr 2007 20:58:09 +0000 (20:58 +0000)]
- Prepare release 1.1.0

17 years ago- Add test
Johannes Schlüter [Thu, 12 Apr 2007 18:31:57 +0000 (18:31 +0000)]
- Add test

17 years agoFixed bug #41063 (chdir doesn't like root paths).
Dmitry Stogov [Thu, 12 Apr 2007 15:29:10 +0000 (15:29 +0000)]
Fixed bug #41063 (chdir doesn't like root paths).

17 years agobail out if unicode.semantics is On (stream_select() is unable to cast Unicode stream...
Antony Dovgal [Thu, 12 Apr 2007 13:17:14 +0000 (13:17 +0000)]
bail out if unicode.semantics is On (stream_select() is unable to cast Unicode streams to FDs)
check stream_select() return value correctly and avoid endless loop

17 years agoreturn success only if succeeded casting at least one stream to fd
Antony Dovgal [Thu, 12 Apr 2007 13:15:17 +0000 (13:15 +0000)]
return success only if succeeded casting at least one stream to fd

17 years agoadd new test and SKIPIF sections
Antony Dovgal [Thu, 12 Apr 2007 12:43:54 +0000 (12:43 +0000)]
add new test and SKIPIF sections

17 years agoswap the options
Antony Dovgal [Thu, 12 Apr 2007 12:31:02 +0000 (12:31 +0000)]
swap the options

17 years agoadd short descriptions for PCRE ini options
Antony Dovgal [Thu, 12 Apr 2007 10:24:57 +0000 (10:24 +0000)]
add short descriptions for PCRE ini options

17 years agoChangeLog update
<changelog@php.net> [Thu, 12 Apr 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB
Antony Dovgal [Wed, 11 Apr 2007 22:35:25 +0000 (22:35 +0000)]
MFB

17 years agoimprove test
Antony Dovgal [Wed, 11 Apr 2007 22:29:46 +0000 (22:29 +0000)]
improve test

17 years agowe don't ship libmysql anymore, so there is no need for this message
Antony Dovgal [Wed, 11 Apr 2007 16:02:56 +0000 (16:02 +0000)]
we don't ship libmysql anymore, so there is no need for this message

17 years ago- Fixed bug #40861 (strtotime() doesn't handle double negative relative time
Derick Rethans [Wed, 11 Apr 2007 14:36:45 +0000 (14:36 +0000)]
- Fixed bug #40861 (strtotime() doesn't handle double negative relative time
  units correctly).

17 years ago- add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build
Pierre Joye [Wed, 11 Apr 2007 11:45:19 +0000 (11:45 +0000)]
- add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build

17 years agonew tests: array_merge, array_push, fprintf. modified tests: count_recursive, md5.
Zoe Slattery [Wed, 11 Apr 2007 11:44:37 +0000 (11:44 +0000)]
new tests: array_merge, array_push, fprintf. modified tests: count_recursive, md5.

17 years agofix #41048 (PHP6 Segmentation fault issue)
Scott MacVicar [Wed, 11 Apr 2007 10:43:28 +0000 (10:43 +0000)]
fix #41048 (PHP6 Segmentation fault issue)

17 years agoChangeLog update
<changelog@php.net> [Wed, 11 Apr 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update