]> granicus.if.org Git - php/log
php
17 years agooops, empty properties are not allowed
Antony Dovgal [Fri, 8 Jun 2007 08:57:21 +0000 (08:57 +0000)]
oops, empty properties are not allowed

17 years agoMFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty string...
Antony Dovgal [Fri, 8 Jun 2007 08:51:46 +0000 (08:51 +0000)]
MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty string keys).

17 years agoenable statement cache for non-persistent connections (patch by Chris Jones)
Antony Dovgal [Fri, 8 Jun 2007 08:44:26 +0000 (08:44 +0000)]
enable statement cache for non-persistent connections (patch by Chris Jones)

17 years ago- MFB: #41630, fix segfault when an invalid color index is present in the
Pierre Joye [Fri, 8 Jun 2007 05:25:52 +0000 (05:25 +0000)]
- MFB: #41630, fix segfault when an invalid color index is present in the
  image data

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

17 years agoMFB: Final shot at the date issue
Ilia Alshanetsky [Thu, 7 Jun 2007 23:16:41 +0000 (23:16 +0000)]
MFB: Final shot at the date issue

17 years agoreset active_result_id when fetching persistent connection
Antony Dovgal [Thu, 7 Jun 2007 12:17:16 +0000 (12:17 +0000)]
reset active_result_id when fetching persistent connection
patch by Peter Christensen

17 years agophp_localtime_r() checks
Antony Dovgal [Thu, 7 Jun 2007 09:07:12 +0000 (09:07 +0000)]
php_localtime_r() checks

17 years agophp_gmtime_r() fixes
Antony Dovgal [Thu, 7 Jun 2007 08:58:38 +0000 (08:58 +0000)]
php_gmtime_r() fixes

17 years agocheck return value of *time_r() functions for NULL
Antony Dovgal [Thu, 7 Jun 2007 08:46:32 +0000 (08:46 +0000)]
check return value of *time_r() functions for NULL
more checks will follow

17 years agoFixed typo
Ilia Alshanetsky [Thu, 7 Jun 2007 02:21:55 +0000 (02:21 +0000)]
Fixed typo

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

17 years agoMFB: Adjust previous patch to work on all compilers
Ilia Alshanetsky [Wed, 6 Jun 2007 23:16:45 +0000 (23:16 +0000)]
MFB: Adjust previous patch to work on all compilers

17 years agoMFB: Optimize out a loop
Ilia Alshanetsky [Wed, 6 Jun 2007 22:58:53 +0000 (22:58 +0000)]
MFB: Optimize out a loop

17 years agoimprove the checks
Antony Dovgal [Wed, 6 Jun 2007 22:08:53 +0000 (22:08 +0000)]
improve the checks

17 years agoMFB: Added missing format validator to unpack() function
Ilia Alshanetsky [Wed, 6 Jun 2007 22:04:47 +0000 (22:04 +0000)]
MFB: Added missing format validator to unpack() function

17 years agoimprove the check
Antony Dovgal [Wed, 6 Jun 2007 21:55:18 +0000 (21:55 +0000)]
improve the check

17 years agoMF5: Fix chunk_split fix - avoid using floats
Stanislav Malyshev [Wed, 6 Jun 2007 20:06:43 +0000 (20:06 +0000)]
MF5: Fix chunk_split fix - avoid using floats
MF5: Fix money_format - don't give strfmon more arguments then supplied
MF5: Fix str[c]spn integer overflow

17 years ago- Fix for passing of shared extensions to run-tests.php
foobar [Wed, 6 Jun 2007 18:27:54 +0000 (18:27 +0000)]
- Fix for passing of shared extensions to run-tests.php

17 years agofix test format
Stanislav Malyshev [Wed, 6 Jun 2007 17:47:15 +0000 (17:47 +0000)]
fix test format

17 years agoadd some edge cases
Stanislav Malyshev [Wed, 6 Jun 2007 17:14:59 +0000 (17:14 +0000)]
add some edge cases

17 years agoadd moneyformat test
Stanislav Malyshev [Wed, 6 Jun 2007 17:13:18 +0000 (17:13 +0000)]
add moneyformat test

17 years agoNew tests for file handling
Zoe Slattery [Wed, 6 Jun 2007 12:50:06 +0000 (12:50 +0000)]
New tests for file handling

17 years agofixed file permission for new empty file
Zoe Slattery [Wed, 6 Jun 2007 12:48:13 +0000 (12:48 +0000)]
fixed file permission for new empty file

17 years agofix gcov build..
Nuno Lopes [Wed, 6 Jun 2007 12:29:06 +0000 (12:29 +0000)]
fix gcov build..

17 years agominor optimization - make sure the objects are not the same instance before we start...
Antony Dovgal [Wed, 6 Jun 2007 11:57:24 +0000 (11:57 +0000)]
minor optimization - make sure the objects are not the same instance before we start comparing their properties

17 years agofix several integer overflows in GD
Antony Dovgal [Wed, 6 Jun 2007 09:43:39 +0000 (09:43 +0000)]
fix several integer overflows in GD

17 years agofix #41608 (segfault on a weird code with objects and switch())
Antony Dovgal [Wed, 6 Jun 2007 08:33:54 +0000 (08:33 +0000)]
fix #41608 (segfault on a weird code with objects and switch())

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

17 years agoMFB: Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).
Ilia Alshanetsky [Wed, 6 Jun 2007 00:01:13 +0000 (00:01 +0000)]
MFB: Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).

17 years agoMFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some
Ilia Alshanetsky [Tue, 5 Jun 2007 22:56:57 +0000 (22:56 +0000)]
MFB: Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some
non-well-formed SQL queries).

17 years agofix build
Antony Dovgal [Tue, 5 Jun 2007 13:51:29 +0000 (13:51 +0000)]
fix build

17 years agofix folding
Antony Dovgal [Tue, 5 Jun 2007 13:37:05 +0000 (13:37 +0000)]
fix folding

17 years agofix folding
Antony Dovgal [Tue, 5 Jun 2007 12:17:15 +0000 (12:17 +0000)]
fix folding

17 years agono readlink() on windows
Antony Dovgal [Tue, 5 Jun 2007 12:02:38 +0000 (12:02 +0000)]
no readlink() on windows

17 years agoenable display_startup_errors
Antony Dovgal [Tue, 5 Jun 2007 11:33:09 +0000 (11:33 +0000)]
enable display_startup_errors

17 years agoFixing incorrect comment in test cases fileinode_variation and filetype_variation
Zoe Slattery [Tue, 5 Jun 2007 11:32:45 +0000 (11:32 +0000)]
Fixing incorrect comment in test cases fileinode_variation and filetype_variation

17 years agofix test, add missing ones
Antony Dovgal [Tue, 5 Jun 2007 11:25:21 +0000 (11:25 +0000)]
fix test, add missing ones

17 years agoadd SET_VAR_ASCII_STRINGL()
Antony Dovgal [Tue, 5 Jun 2007 11:25:02 +0000 (11:25 +0000)]
add SET_VAR_ASCII_STRINGL()

17 years agofix HTTP_RAW_POST_DATA in Unicode mode
Antony Dovgal [Tue, 5 Jun 2007 11:24:37 +0000 (11:24 +0000)]
fix HTTP_RAW_POST_DATA in Unicode mode

17 years agoport the max_input_nesting_level ini option to Unicode mode
Antony Dovgal [Tue, 5 Jun 2007 11:24:13 +0000 (11:24 +0000)]
port the max_input_nesting_level ini option to Unicode mode

17 years agofix #41582 (SimpleXML crashes when accessing newly created element)
Antony Dovgal [Tue, 5 Jun 2007 10:02:02 +0000 (10:02 +0000)]
fix #41582 (SimpleXML crashes when accessing newly created element)

17 years agonew test cases for general functions
Zoe Slattery [Tue, 5 Jun 2007 09:21:54 +0000 (09:21 +0000)]
new test cases for general functions

17 years agoNew test cases for file system functions
Zoe Slattery [Tue, 5 Jun 2007 09:20:17 +0000 (09:20 +0000)]
New test cases for file system functions

17 years agoUpdated test output in line with changes to file.inc
Zoe Slattery [Tue, 5 Jun 2007 07:57:48 +0000 (07:57 +0000)]
Updated test output in line with changes to file.inc

17 years agoAdded fill_buffer() and fixed file_fill() to write binary data only
Zoe Slattery [Tue, 5 Jun 2007 07:54:58 +0000 (07:54 +0000)]
Added fill_buffer() and fixed file_fill() to write binary data only

17 years agofix #41594 (Statement cache is flushed too frequently)
Antony Dovgal [Tue, 5 Jun 2007 07:48:16 +0000 (07:48 +0000)]
fix #41594 (Statement cache is flushed too frequently)

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

17 years agoMFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with
Ilia Alshanetsky [Mon, 4 Jun 2007 23:52:34 +0000 (23:52 +0000)]
MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with
PHP).

17 years agoignore *.gcno
Nuno Lopes [Mon, 4 Jun 2007 18:11:38 +0000 (18:11 +0000)]
ignore *.gcno

17 years agoclean up temp file
Antony Dovgal [Mon, 4 Jun 2007 17:18:28 +0000 (17:18 +0000)]
clean up temp file

17 years agomissing ?> in skipif section
Zoe Slattery [Mon, 4 Jun 2007 17:00:44 +0000 (17:00 +0000)]
missing ?> in skipif section

17 years agoadd missing open_basedir checks to CGI
Antony Dovgal [Mon, 4 Jun 2007 15:37:38 +0000 (15:37 +0000)]
add missing open_basedir checks to CGI

17 years agochange E_NOTICE to E_ERROR when using a class constant from non-existent class
Antony Dovgal [Mon, 4 Jun 2007 08:24:32 +0000 (08:24 +0000)]
change E_NOTICE to E_ERROR when using a class constant from non-existent class
(noticed by Jani)
add tests

17 years agono register_globals in HEAD
Antony Dovgal [Mon, 4 Jun 2007 07:56:39 +0000 (07:56 +0000)]
no register_globals in HEAD

17 years agofix ws
Antony Dovgal [Mon, 4 Jun 2007 06:38:08 +0000 (06:38 +0000)]
fix ws

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

17 years agoMFB: fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit...
Brian Shire [Mon, 4 Jun 2007 01:23:22 +0000 (01:23 +0000)]
MFB: fix sprintf/printf %u tests so they work correctly on both 32-bit and 64-bit. (broken in previous fix)

17 years agoFix the expected results
Hannes Magnusson [Mon, 4 Jun 2007 00:11:11 +0000 (00:11 +0000)]
Fix the expected results
# This test still fails though

17 years agoadd missing test
foobar [Sun, 3 Jun 2007 22:50:08 +0000 (22:50 +0000)]
add missing test

17 years agoanother missed ])
foobar [Sun, 3 Jun 2007 21:57:31 +0000 (21:57 +0000)]
another missed ])

17 years agofix configure
foobar [Sun, 3 Jun 2007 21:54:28 +0000 (21:54 +0000)]
fix configure

17 years ago- MFB: fix logic
Pierre Joye [Sun, 3 Jun 2007 21:35:39 +0000 (21:35 +0000)]
- MFB: fix logic

17 years ago- MFB: PECL #11216, addEmptyDir crashes if the directory already exists
Pierre Joye [Sun, 3 Jun 2007 21:30:12 +0000 (21:30 +0000)]
- MFB: PECL #11216, addEmptyDir crashes if the directory already exists

17 years ago- Fixed bug #41576 (misbehaviour when using --without-apxs)
foobar [Sun, 3 Jun 2007 20:26:45 +0000 (20:26 +0000)]
- Fixed bug #41576 (misbehaviour when using --without-apxs)

17 years agoMFB: Corrected fix for CVE-2007-2872
Ilia Alshanetsky [Sun, 3 Jun 2007 18:53:51 +0000 (18:53 +0000)]
MFB: Corrected fix for CVE-2007-2872

17 years ago- @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION
Pierre Joye [Sun, 3 Jun 2007 17:43:13 +0000 (17:43 +0000)]
- @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION
  GD_EXTRA_VERSION and GD_VERSION_STRING
- fix #ifdef else clause

17 years ago- Improved the error message for exceeding max_input_nesting_level.
foobar [Sun, 3 Jun 2007 16:53:37 +0000 (16:53 +0000)]
- Improved the error message for exceeding max_input_nesting_level.

17 years agoMFB: Improved fix for MOPB-02-2007
Ilia Alshanetsky [Sun, 3 Jun 2007 16:19:55 +0000 (16:19 +0000)]
MFB: Improved fix for MOPB-02-2007

17 years agoChange printf %u behavior so that it does not truncate numbers at 32-bits. (Reported...
Brian Shire [Sun, 3 Jun 2007 09:11:52 +0000 (09:11 +0000)]
Change printf %u behavior so that it does not truncate numbers at 32-bits.  (Reported by Aditya Agarwal.)

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

17 years ago- MFB: sx/sy must be > 0 and < INT_MAX
Pierre Joye [Sat, 2 Jun 2007 15:41:02 +0000 (15:41 +0000)]
- MFB: sx/sy must be > 0 and < INT_MAX

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

17 years agofix test
foobar [Fri, 1 Jun 2007 22:19:20 +0000 (22:19 +0000)]
fix test

17 years ago- Fixed bug #41555 (configure failure: regression caused by fix for #41265
foobar [Fri, 1 Jun 2007 21:33:30 +0000 (21:33 +0000)]
- Fixed bug #41555 (configure failure: regression caused by fix for #41265

17 years ago- Add missing CXXFLAGS_CLEAN variable.
foobar [Fri, 1 Jun 2007 15:12:10 +0000 (15:12 +0000)]
- Add missing CXXFLAGS_CLEAN variable.

17 years agofix #41518 (file_exists() warns of open_basedir restriction on non-existent file)
Antony Dovgal [Fri, 1 Jun 2007 13:33:48 +0000 (13:33 +0000)]
fix #41518 (file_exists() warns of open_basedir restriction on non-existent file)

17 years agofix #39330 (apache2handler does not call shutdown actions before apache child die)
Antony Dovgal [Fri, 1 Jun 2007 10:02:41 +0000 (10:02 +0000)]
fix #39330 (apache2handler does not call shutdown actions before apache child die)

17 years agofix several mis-spelled 'temporary's add missing space in comment, and change 'script...
Greg Beaver [Fri, 1 Jun 2007 03:48:17 +0000 (03:48 +0000)]
fix several mis-spelled 'temporary's add missing space in comment, and change 'script end' to 'stub end' in manifest read error messages

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

17 years agofix folding
Antony Dovgal [Thu, 31 May 2007 21:36:56 +0000 (21:36 +0000)]
fix folding

17 years ago- Fix memory issue
Marcus Boerger [Thu, 31 May 2007 06:55:14 +0000 (06:55 +0000)]
- Fix memory issue

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

17 years ago- Add -p to stub-set command
Marcus Boerger [Wed, 30 May 2007 17:25:41 +0000 (17:25 +0000)]
- Add -p to stub-set command

17 years ago- Need to readd this but do it as a echo
Marcus Boerger [Wed, 30 May 2007 17:13:17 +0000 (17:13 +0000)]
- Need to readd this but do it as a echo

17 years ago- Minor fix
Marcus Boerger [Wed, 30 May 2007 17:00:06 +0000 (17:00 +0000)]
- Minor fix

17 years ago- This is not needed here
Marcus Boerger [Wed, 30 May 2007 16:50:22 +0000 (16:50 +0000)]
- This is not needed here

17 years ago- Skip precommand 'phar.php' and keep a pre-built phar.phar in cvs
Marcus Boerger [Wed, 30 May 2007 16:45:23 +0000 (16:45 +0000)]
- Skip precommand 'phar.php' and keep a pre-built phar.phar in cvs

17 years agoremove semicolons and make SunCC happy
Antony Dovgal [Wed, 30 May 2007 16:31:47 +0000 (16:31 +0000)]
remove semicolons and make SunCC happy

17 years agofix test names
Antony Dovgal [Wed, 30 May 2007 15:40:17 +0000 (15:40 +0000)]
fix test names

17 years agofix lstat() function resolving symlinks
Antony Dovgal [Wed, 30 May 2007 10:50:45 +0000 (10:50 +0000)]
fix lstat() function resolving symlinks
patch by Scott MacVicar

17 years agocheck length only when it's specified
Antony Dovgal [Wed, 30 May 2007 09:16:29 +0000 (09:16 +0000)]
check length only when it's specified
add the same check to fgetss()

17 years ago- version agnosticism (PECL/HEAD)
Michael Wallner [Wed, 30 May 2007 07:10:25 +0000 (07:10 +0000)]
- version agnosticism (PECL/HEAD)
- release 1.4
# you ignorants shall burn in hell

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

17 years agoMFB: Fixed an interger overflow inside chunk_split(), identified by
Ilia Alshanetsky [Wed, 30 May 2007 00:38:00 +0000 (00:38 +0000)]
MFB: Fixed an interger overflow inside chunk_split(), identified by
Gerhard Wagner

17 years agomore typofixes
Antony Dovgal [Tue, 29 May 2007 21:24:45 +0000 (21:24 +0000)]
more typofixes

17 years agoMFB
Ilia Alshanetsky [Tue, 29 May 2007 21:06:04 +0000 (21:06 +0000)]
MFB

17 years agofix #41516 (fgets() returns a line of text when length parameter is <= 0)
Antony Dovgal [Tue, 29 May 2007 20:48:38 +0000 (20:48 +0000)]
fix #41516 (fgets() returns a line of text when length parameter is <= 0)

17 years agofix typo & build
Antony Dovgal [Tue, 29 May 2007 20:31:22 +0000 (20:31 +0000)]
fix typo & build

17 years agoMFB
Ilia Alshanetsky [Tue, 29 May 2007 20:11:23 +0000 (20:11 +0000)]
MFB