]> granicus.if.org Git - php/log
php
14 years ago- path len sanity check
Pierre Joye [Mon, 17 Jan 2011 14:29:16 +0000 (14:29 +0000)]
- path len sanity check

14 years ago- don't try to access if calloc fails (quick review of its usage: seems that the...
Pierre Joye [Mon, 17 Jan 2011 14:07:40 +0000 (14:07 +0000)]
- don't try to access if calloc fails (quick review of its usage: seems that the stats member is validated in other places, to be confirmed)

14 years ago- fix NULL derefencing
Pierre Joye [Mon, 17 Jan 2011 14:01:01 +0000 (14:01 +0000)]
- fix NULL derefencing

14 years agoFixed compiler warning
Ilia Alshanetsky [Mon, 17 Jan 2011 13:44:54 +0000 (13:44 +0000)]
Fixed compiler warning

14 years agoFix tests: don't expect people to use a certain db/schema for testing
Ulf Wendel [Mon, 17 Jan 2011 13:06:44 +0000 (13:06 +0000)]
Fix tests: don't expect people to use a certain db/schema for testing

14 years agoMFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 11:20:54 +0000 (11:20 +0000)]
MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)

14 years agoRemove this void comment (c/p mistake)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:59:07 +0000 (09:59 +0000)]
Remove this void comment (c/p mistake)

14 years agoMFT: Implemented FR #47802 (Support for setting character sets in DSN strings)
Kalle Sommer Nielsen [Mon, 17 Jan 2011 09:54:22 +0000 (09:54 +0000)]
MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)

14 years agoFix bug #47143, bug #51458 - provide more useful info in bad exception cases
Stanislav Malyshev [Sun, 16 Jan 2011 21:24:43 +0000 (21:24 +0000)]
Fix bug #47143, bug #51458 - provide more useful info in bad exception cases

14 years agoAdd options to debug_backtrace functions
Stanislav Malyshev [Sun, 16 Jan 2011 20:39:22 +0000 (20:39 +0000)]
Add options to debug_backtrace functions

14 years agofix more parameter stuff, now it is complete
Andrey Hristov [Fri, 14 Jan 2011 15:37:49 +0000 (15:37 +0000)]
fix more parameter stuff, now it is complete

14 years agopass data which is available
Andrey Hristov [Fri, 14 Jan 2011 15:10:09 +0000 (15:10 +0000)]
pass data which is available

14 years ago- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
Johannes Schlüter [Fri, 14 Jan 2011 14:57:57 +0000 (14:57 +0000)]
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)

14 years ago- Fix 5.3.5 date in NEWS
Johannes Schlüter [Fri, 14 Jan 2011 14:54:18 +0000 (14:54 +0000)]
- Fix 5.3.5 date in NEWS

14 years agoadd missing dl() function to FPM SAPI
Antony Dovgal [Fri, 14 Jan 2011 13:53:59 +0000 (13:53 +0000)]
add missing dl() function to FPM SAPI

14 years ago-disable the analyzer for the snapshot in 5.3 too
Pierre Joye [Thu, 13 Jan 2011 19:44:00 +0000 (19:44 +0000)]
-disable the analyzer for the snapshot in 5.3 too

14 years agoFixed variable re-declaration
Ilia Alshanetsky [Thu, 13 Jan 2011 12:56:28 +0000 (12:56 +0000)]
Fixed variable re-declaration

14 years agorevert non-BC change in 5.3
Stanislav Malyshev [Thu, 13 Jan 2011 07:27:46 +0000 (07:27 +0000)]
revert non-BC change in 5.3

14 years ago- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_pa...
Felipe Pena [Wed, 12 Jan 2011 22:17:10 +0000 (22:17 +0000)]
- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
  patch by: klaus at triendl dot eu

14 years ago- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
Derick Rethans [Wed, 12 Jan 2011 19:50:09 +0000 (19:50 +0000)]
- Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
  big-endian systems). (Patch by rein@basefarm.no)

14 years agoFixed variable re-declaration
Ilia Alshanetsky [Wed, 12 Jan 2011 13:21:27 +0000 (13:21 +0000)]
Fixed variable re-declaration

14 years ago- Fixed compiler warnings
Felipe Pena [Wed, 12 Jan 2011 00:29:59 +0000 (00:29 +0000)]
- Fixed compiler warnings

14 years agoAdded missing success check around chmod() for windows during temp file creation
Ilia Alshanetsky [Tue, 11 Jan 2011 12:57:19 +0000 (12:57 +0000)]
Added missing success check around chmod() for windows during temp file creation

14 years agoFixed bug #53630 (Fixed parameter handling inside readline() function).
Ilia Alshanetsky [Mon, 10 Jan 2011 18:19:02 +0000 (18:19 +0000)]
Fixed bug #53630 (Fixed parameter handling inside readline() function).

14 years agonew flag
Andrey Hristov [Mon, 10 Jan 2011 15:14:56 +0000 (15:14 +0000)]
new flag

14 years ago- remove local redeclaration
Pierre Joye [Mon, 10 Jan 2011 08:28:47 +0000 (08:28 +0000)]
- remove local redeclaration

14 years ago- possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 08:07:38 +0000 (08:07 +0000)]
- possible NULL deref

14 years ago- local redeclaration
Pierre Joye [Mon, 10 Jan 2011 01:04:36 +0000 (01:04 +0000)]
- local redeclaration

14 years ago- some more possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 00:43:08 +0000 (00:43 +0000)]
- some more possible NULL deref

14 years ago- fix possible NULL deref
Pierre Joye [Mon, 10 Jan 2011 00:30:07 +0000 (00:30 +0000)]
- fix possible NULL deref

14 years ago- new sec flags should not be on by default for 5.3, yet
Pierre Joye [Sun, 9 Jan 2011 21:41:54 +0000 (21:41 +0000)]
- new sec flags should not be on by default for 5.3, yet

14 years ago- add configure option to enable the builtin static analyzer (will be enabled for...
Pierre Joye [Sun, 9 Jan 2011 21:38:46 +0000 (21:38 +0000)]
- add configure option to enable the builtin static analyzer (will be enabled for snaps' log)

14 years ago- debug code--
Pierre Joye [Sun, 9 Jan 2011 15:19:03 +0000 (15:19 +0000)]
- debug code--

14 years ago- let try to fix pecl header install so we can do the same than unix, install them...
Pierre Joye [Sun, 9 Jan 2011 14:01:21 +0000 (14:01 +0000)]
- let try to fix pecl header install so we can do the same than unix, install them in ext/<extname> instead of pecl<extname>

14 years agoMFH: added an option to http_build_query for RFC-3986
Rui Hirokawa [Sat, 8 Jan 2011 02:34:33 +0000 (02:34 +0000)]
MFH: added an option to http_build_query for RFC-3986
based url-encoding.

14 years ago- define the php*.lib/dll names
Pierre Joye [Fri, 7 Jan 2011 15:51:36 +0000 (15:51 +0000)]
- define the php*.lib/dll names

14 years agoProper fix for
Andrey Hristov [Fri, 7 Jan 2011 14:22:30 +0000 (14:22 +0000)]
Proper fix for
Bug #53503      mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

14 years agoImplement request #53684 (Deprecated HTML in sample php.ini).
Adam Harvey [Fri, 7 Jan 2011 03:43:20 +0000 (03:43 +0000)]
Implement request #53684 (Deprecated HTML in sample php.ini).

14 years ago- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
Felipe Pena [Fri, 7 Jan 2011 01:11:16 +0000 (01:11 +0000)]
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.

14 years agoFix bug #53682
Rasmus Lerdorf [Thu, 6 Jan 2011 22:48:20 +0000 (22:48 +0000)]
Fix bug #53682

14 years ago- fix vc6 random behavior for Fix bug #53632 with x87 fpu
Pierre Joye [Thu, 6 Jan 2011 17:08:46 +0000 (17:08 +0000)]
- fix vc6 random behavior for Fix bug #53632 with x87 fpu

14 years ago- add CVE (too late for the release tho')
Pierre Joye [Thu, 6 Jan 2011 12:51:35 +0000 (12:51 +0000)]
- add CVE (too late for the release tho')

14 years agoRemove empty files left when r306542 was reverted in r306552.
Adam Harvey [Thu, 6 Jan 2011 02:24:49 +0000 (02:24 +0000)]
Remove empty files left when r306542 was reverted in r306552.

14 years agoImplemented FR #53466 (SQLite3Result::columnType() should return false after all...
Scott MacVicar [Thu, 6 Jan 2011 00:08:59 +0000 (00:08 +0000)]
Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).

14 years agoImplement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)
Etienne Kneuss [Wed, 5 Jan 2011 15:01:18 +0000 (15:01 +0000)]
Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)

14 years agoAdded test
Ilia Alshanetsky [Wed, 5 Jan 2011 14:41:50 +0000 (14:41 +0000)]
Added test

14 years ago- This will be PHP 5.3.6
Johannes Schlüter [Wed, 5 Jan 2011 13:39:30 +0000 (13:39 +0000)]
- This will be PHP 5.3.6

14 years agoOptimize unix timestamp to date-string conversion for very high year values
Ilia Alshanetsky [Wed, 5 Jan 2011 04:13:23 +0000 (04:13 +0000)]
Optimize unix timestamp to date-string conversion for very high year values

14 years ago- revert rev. 307044
Pierre Joye [Wed, 5 Jan 2011 00:59:31 +0000 (00:59 +0000)]
- revert rev. 307044

14 years agoAdd test for bug #53632
Scott MacVicar [Tue, 4 Jan 2011 23:36:56 +0000 (23:36 +0000)]
Add test for bug #53632

14 years agoFix bug #53632 with x87 fpu
Scott MacVicar [Tue, 4 Jan 2011 22:36:23 +0000 (22:36 +0000)]
Fix bug #53632 with x87 fpu

14 years agofix unit tests for intl in accordance with new ICU releases
Stanislav Malyshev [Tue, 4 Jan 2011 03:24:38 +0000 (03:24 +0000)]
fix unit tests for intl in accordance with new ICU releases

14 years agoFixed linking of extensions that would use a static .lib file (libname_a.lib rather...
Kalle Sommer Nielsen [Mon, 3 Jan 2011 23:08:47 +0000 (23:08 +0000)]
Fixed linking of extensions that would use a static .lib file (libname_a.lib rather than libname.lib)

# This fixes `configure --with-mcrypt=shared' to properly find and
# link against libmcrypt.lib rather than libmcrypt_a.lib

14 years agoMy name is Hannes
Hannes Magnusson [Mon, 3 Jan 2011 23:08:08 +0000 (23:08 +0000)]
My name is Hannes
# And today is my birthday \o/

14 years agoChange DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries...
Scott MacVicar [Mon, 3 Jan 2011 19:24:04 +0000 (19:24 +0000)]
Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this.

14 years agoFix error with initialisation flag being set too early. If encryption is enabled...
Scott MacVicar [Mon, 3 Jan 2011 19:15:36 +0000 (19:15 +0000)]
Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur.

Also fix a WS error.

14 years agoFixed Bug #53629 (memory leak inside highlight_string()).
Ilia Alshanetsky [Mon, 3 Jan 2011 14:39:48 +0000 (14:39 +0000)]
Fixed Bug #53629 (memory leak inside highlight_string()).

14 years agoImlement clone for formatters that support it
Stanislav Malyshev [Mon, 3 Jan 2011 03:58:57 +0000 (03:58 +0000)]
Imlement clone for formatters that support it
# also some test fixes, more to follow

14 years ago- prevent php(version)lib.(dll|lib) to be overriden
Pierre Joye [Mon, 3 Jan 2011 01:22:07 +0000 (01:22 +0000)]
- prevent php(version)lib.(dll|lib) to be overriden

14 years ago- we need the core config.w32 only once
Pierre Joye [Mon, 3 Jan 2011 01:08:21 +0000 (01:08 +0000)]
- we need the core config.w32 only once

14 years ago- use the ext deps list for phpize's ADD_EXTENSION_DEP function
Pierre Joye [Sun, 2 Jan 2011 18:29:56 +0000 (18:29 +0000)]
- use the ext deps list for phpize's ADD_EXTENSION_DEP function

14 years ago- typo, and remove undesired committed part
Pierre Joye [Sun, 2 Jan 2011 18:14:50 +0000 (18:14 +0000)]
- typo, and remove undesired committed part

14 years ago- typo
Pierre Joye [Sun, 2 Jan 2011 18:13:20 +0000 (18:13 +0000)]
- typo

14 years ago- generate a list of ext and how they are built, should be updated by phpize'd make...
Pierre Joye [Sun, 2 Jan 2011 18:03:00 +0000 (18:03 +0000)]
- generate a list of ext and how they are built, should be updated by phpize'd make (un)install as well, later

14 years ago- fix ADD_EXTENSION_DEP detection
Pierre Joye [Sat, 1 Jan 2011 20:00:21 +0000 (20:00 +0000)]
- fix ADD_EXTENSION_DEP detection

14 years ago- Year++
Felipe Pena [Sat, 1 Jan 2011 02:51:27 +0000 (02:51 +0000)]
- Year++

14 years ago- Year++
Felipe Pena [Sat, 1 Jan 2011 02:48:19 +0000 (02:48 +0000)]
- Year++

14 years ago- Year++
Felipe Pena [Sat, 1 Jan 2011 02:19:59 +0000 (02:19 +0000)]
- Year++

14 years agoAdd SQLite3_Stmt::readOnly for checking if a statement is read only
Scott MacVicar [Fri, 31 Dec 2010 16:37:12 +0000 (16:37 +0000)]
Add SQLite3_Stmt::readOnly for checking if a statement is read only

14 years ago- Do not violate php_stream abstraction and use php_stream_tell instead of accessing...
Gustavo André dos Santos Lopes [Thu, 30 Dec 2010 19:00:19 +0000 (19:00 +0000)]
- Do not violate php_stream abstraction and use php_stream_tell instead of accessing the field .position.
#Should have no behavior changes.

14 years agoNew test for stream_meta_data($zipstream)
Hannes Magnusson [Thu, 30 Dec 2010 17:41:36 +0000 (17:41 +0000)]
New test for stream_meta_data($zipstream)

14 years agoremoved extra ?> from the FILE section
Eyal Teutsch [Thu, 30 Dec 2010 14:36:01 +0000 (14:36 +0000)]
removed extra ?> from the FILE section

14 years ago- WS
Pierre Joye [Tue, 28 Dec 2010 17:20:10 +0000 (17:20 +0000)]
- WS

14 years agofix segfault when node is NULL
Antony Dovgal [Mon, 27 Dec 2010 21:47:52 +0000 (21:47 +0000)]
fix segfault when node is NULL

14 years agotypo
Rob Richards [Mon, 27 Dec 2010 19:00:13 +0000 (19:00 +0000)]
typo

14 years agofix crash with entity declarations
Rob Richards [Mon, 27 Dec 2010 18:57:49 +0000 (18:57 +0000)]
fix crash with entity declarations

14 years ago- Fixed bug #53612 (Segmentation fault when using several cloned intl
Gustavo André dos Santos Lopes [Mon, 27 Dec 2010 01:10:08 +0000 (01:10 +0000)]
- Fixed bug #53612 (Segmentation fault when using several cloned intl
  objects).

14 years agoSplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject...
Eyal Teutsch [Sun, 26 Dec 2010 13:29:29 +0000 (13:29 +0000)]
SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFileObject::fgetcsv.csv, as to make this naming convetion windows legitimate

14 years agofixed 6 tests to pass on non-linux os, by removing the generic linux error string...
Eyal Teutsch [Sun, 26 Dec 2010 13:10:23 +0000 (13:10 +0000)]
fixed 6 tests to pass on non-linux os, by removing the generic linux error string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings

14 years agousing PWD which is supported by run-tests.php, rather than $cwd
Eyal Teutsch [Sun, 26 Dec 2010 09:47:50 +0000 (09:47 +0000)]
using PWD which is supported by run-tests.php, rather than $cwd

14 years ago- Fixed bug #53603 (ZipArchive should quiet stat errors).
Gustavo André dos Santos Lopes [Fri, 24 Dec 2010 22:38:36 +0000 (22:38 +0000)]
- Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does
#not exist. Most url_stat handlers never emit messages; the plain
#one does only so in the extraordinary event of an open_basedir
#restriction.
#But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the
#FS_EXISTS, which suggests that mere checks on file existence are
#supposed to use this flag (arguably).
#The downside is that important diagnostic messages might be
#omitted.

14 years ago- Fix PCRE build on Windows; closes bug #53606.
Gustavo André dos Santos Lopes [Fri, 24 Dec 2010 19:01:25 +0000 (19:01 +0000)]
- Fix PCRE build on Windows; closes bug #53606.

14 years agoUpgraded\ bundled\ PCRE\ to\ version\ 8.11.
Ilia Alshanetsky [Fri, 24 Dec 2010 15:03:29 +0000 (15:03 +0000)]
Upgraded\ bundled\ PCRE\ to\ version\ 8.11.

14 years ago- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
Gustavo André dos Santos Lopes [Thu, 23 Dec 2010 01:44:54 +0000 (01:44 +0000)]
- Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
- Fixed stream_socket_enable_crypto() not honoring the socket timeout in
  server mode.

14 years agoFixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).
Ilia Alshanetsky [Wed, 22 Dec 2010 16:18:59 +0000 (16:18 +0000)]
Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).

14 years agoremoved unused var
Ilia Alshanetsky [Tue, 21 Dec 2010 22:05:15 +0000 (22:05 +0000)]
removed unused var

14 years ago- Revert of revision 306542, turns out the semantics of compare() are
Gustavo André dos Santos Lopes [Tue, 21 Dec 2010 19:52:17 +0000 (19:52 +0000)]
- Revert of revision 306542, turns out the semantics of compare() are
  different in SplMinHeap and SplMaxHeap.

14 years ago- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
Gustavo André dos Santos Lopes [Tue, 21 Dec 2010 17:29:14 +0000 (17:29 +0000)]
- Fixed bug #53588 (SplMinHeap bad sorting with custom compare
  function).

14 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 20 Dec 2010 23:00:11 +0000 (23:00 +0000)]
Fixed compiler warnings

14 years agoFixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Hannes Magnusson [Mon, 20 Dec 2010 11:00:27 +0000 (11:00 +0000)]
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array

14 years ago- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
Gustavo André dos Santos Lopes [Sun, 19 Dec 2010 23:47:00 +0000 (23:47 +0000)]
- Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to
  segfault).

14 years agoFix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz
Stanislav Malyshev [Sun, 19 Dec 2010 05:07:31 +0000 (05:07 +0000)]
Fix bad args to grapheme_extract(), reported by Maksymilian Arciemowicz

14 years ago- Cosmetics again
Felipe Pena [Sat, 18 Dec 2010 18:06:34 +0000 (18:06 +0000)]
- Cosmetics again

14 years ago- Cosmetics
Felipe Pena [Sat, 18 Dec 2010 18:04:19 +0000 (18:04 +0000)]
- Cosmetics

14 years ago- fix test
Pierre Joye [Sat, 18 Dec 2010 13:34:22 +0000 (13:34 +0000)]
- fix test

14 years ago - NEWS update and test related to the NULL poisoning recent fixes
Pierre Joye [Sat, 18 Dec 2010 12:51:23 +0000 (12:51 +0000)]
 - NEWS update and test related to the NULL poisoning recent fixes

14 years ago- fix possible crash introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:08:50 +0000 (12:08 +0000)]
- fix possible crash introduced by the null poisoning patch

14 years ago- fix leak introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:06:58 +0000 (12:06 +0000)]
- fix leak introduced by the null poisoning patch

14 years ago- fix leak introduced by the null poisoning patch
Pierre Joye [Sat, 18 Dec 2010 12:05:55 +0000 (12:05 +0000)]
- fix leak introduced by the null poisoning patch

14 years ago- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
Jérôme Loyet [Sat, 18 Dec 2010 11:22:11 +0000 (11:22 +0000)]
- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).