]> granicus.if.org Git - php/log
php
15 years agoFix arginfo
Kalle Sommer Nielsen [Fri, 15 May 2009 09:10:01 +0000 (09:10 +0000)]
Fix arginfo

15 years agoChangeLog update
<changelog@php.net> [Fri, 15 May 2009 01:32:53 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix test
Felipe Pena [Thu, 14 May 2009 22:59:02 +0000 (22:59 +0000)]
- Fix test

15 years agoThrow an error rather than silently changing to the default.
Scott MacVicar [Thu, 14 May 2009 22:00:38 +0000 (22:00 +0000)]
Throw an error rather than silently changing to the default.

15 years ago- Fix the harmless patch that caused harm :)
Jani Taskinen [Thu, 14 May 2009 21:23:44 +0000 (21:23 +0000)]
- Fix the harmless patch that caused harm :)

15 years ago- Fix harmless extra for() loop iteration
Jani Taskinen [Thu, 14 May 2009 21:00:07 +0000 (21:00 +0000)]
- Fix harmless extra for() loop iteration

15 years ago- Improved fix for #42414
Felipe Pena [Thu, 14 May 2009 17:23:51 +0000 (17:23 +0000)]
- Improved fix for #42414

15 years ago- Fixed bug #48256 (Crash due to double-linking of history.o)
Jani Taskinen [Thu, 14 May 2009 13:40:37 +0000 (13:40 +0000)]
- Fixed bug #48256 (Crash due to double-linking of history.o)

15 years agofix potential free of NULL
Greg Beaver [Thu, 14 May 2009 13:36:44 +0000 (13:36 +0000)]
fix potential free of NULL

15 years agoMFB: Fixed compiler warnings
Ilia Alshanetsky [Thu, 14 May 2009 12:30:06 +0000 (12:30 +0000)]
MFB: Fixed compiler warnings

15 years agoFixed wrong return value
Dmitry Stogov [Thu, 14 May 2009 08:22:09 +0000 (08:22 +0000)]
Fixed wrong return value

15 years agoChangeLog update
<changelog@php.net> [Thu, 14 May 2009 01:32:51 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- New tests
Felipe Pena [Thu, 14 May 2009 01:28:23 +0000 (01:28 +0000)]
- New tests

15 years ago- Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver)
Felipe Pena [Thu, 14 May 2009 01:25:17 +0000 (01:25 +0000)]
- Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver)

15 years agoAllow the json_decode() depth to be any size, but keep the static one around for...
Scott MacVicar [Thu, 14 May 2009 00:13:57 +0000 (00:13 +0000)]
Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth.

15 years agoMFB: fix Bug #48257: PharData throws exception with non-phar tar
Greg Beaver [Wed, 13 May 2009 20:26:18 +0000 (20:26 +0000)]
MFB: fix Bug #48257: PharData throws exception with non-phar tar

15 years agoFix compiler warnings, safe_emalloc expects size_t, not double as ceil returns
Kalle Sommer Nielsen [Wed, 13 May 2009 16:29:03 +0000 (16:29 +0000)]
Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns

15 years agoNuke compiler warning
Kalle Sommer Nielsen [Wed, 13 May 2009 15:54:48 +0000 (15:54 +0000)]
Nuke compiler warning

15 years agoMFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
Ilia Alshanetsky [Wed, 13 May 2009 14:23:29 +0000 (14:23 +0000)]
MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
iso8601.datetime)

15 years ago- Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
Felipe Pena [Wed, 13 May 2009 02:14:18 +0000 (02:14 +0000)]
- Fixed bug #48240 (DBA Segmentation fault dba_nextkey)

15 years agoChangeLog update
<changelog@php.net> [Wed, 13 May 2009 01:32:51 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fixed bug #48247 (PHP crashes on errors during startup)
Jani Taskinen [Wed, 13 May 2009 00:45:57 +0000 (00:45 +0000)]
- Fixed bug #48247 (PHP crashes on errors during startup)
#
# This was sum of many little things:
# 1. Wrong assumption made in order_by_dep.awk on the ordering
#    (that script was done prior to adding runtime deps..?)
# 2. request shutdown calls weren't done in reverse order like all other
#    shutdown funcs are called.
# 3. config0.m4 rename is necessary for keeping things simple.
#

15 years ago- Moved test for bug #44861 to PDO commons and added support for pdo_oci
Matteo Beccati [Tue, 12 May 2009 23:39:57 +0000 (23:39 +0000)]
- Moved test for bug #44861 to PDO commons and added support for pdo_oci
# This allows scrollable cursors to be tested with all the drivers
# that currently support them (pgsql and oci), ensuring a consistent
# behaviour. The test is skipped when using other drivers.

15 years ago- Fixed bug #48248 (SIGSEGV when access to private property via &__get)
Felipe Pena [Tue, 12 May 2009 22:50:56 +0000 (22:50 +0000)]
- Fixed bug #48248 (SIGSEGV when access to private property via &__get)

15 years ago- Fixed bug #48188
Matteo Beccati [Tue, 12 May 2009 22:17:50 +0000 (22:17 +0000)]
- Fixed bug #48188

15 years ago- Fixed bug #48070
Matteo Beccati [Tue, 12 May 2009 21:52:54 +0000 (21:52 +0000)]
- Fixed bug #48070

15 years agoMFB
Matteo Beccati [Tue, 12 May 2009 21:35:21 +0000 (21:35 +0000)]
MFB
- Updated PDO_OCI to the latest version (from PHP_5_3 branch)
# This commit reverts some changes to the tests. Given the very high
# failure ratio of the current tests on HEAD I'm not going to fix them
# now. Keeping ext/pdo_oci in sync with 5.3 will be much more helpful when
# merging. The effort to fix the tests can start when 5.3 is out.

15 years agoMFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
Ilia Alshanetsky [Tue, 12 May 2009 12:37:52 +0000 (12:37 +0000)]
MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
wrong result)

15 years agoChangeLog update
<changelog@php.net> [Tue, 12 May 2009 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix code && new test
Felipe Pena [Mon, 11 May 2009 14:59:37 +0000 (14:59 +0000)]
- Fix code && new test

15 years ago- Added missing param checks
Felipe Pena [Mon, 11 May 2009 14:13:41 +0000 (14:13 +0000)]
- Added missing param checks

15 years agoMFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
Ilia Alshanetsky [Mon, 11 May 2009 12:22:19 +0000 (12:22 +0000)]
MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
invalid paths)

15 years ago- define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
Pierre Joye [Mon, 11 May 2009 10:43:44 +0000 (10:43 +0000)]
- define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)

15 years ago- Removed unnecessary TSRMLS_FETCH() calls
Jani Taskinen [Mon, 11 May 2009 08:31:03 +0000 (08:31 +0000)]
- Removed unnecessary TSRMLS_FETCH() calls

15 years ago- Syncing with PHP_5_3 (merging some stuff that was not merged before for some reason)
Jani Taskinen [Mon, 11 May 2009 07:51:43 +0000 (07:51 +0000)]
- Syncing with PHP_5_3 (merging some stuff that was not merged before for some reason)

15 years agoFix conditional
Kalle Sommer Nielsen [Mon, 11 May 2009 06:42:06 +0000 (06:42 +0000)]
Fix conditional

15 years ago-fix path
Jani Taskinen [Mon, 11 May 2009 05:01:17 +0000 (05:01 +0000)]
-fix path

15 years ago- Starting tests for this extension
Felipe Pena [Mon, 11 May 2009 03:09:13 +0000 (03:09 +0000)]
- Starting tests for this extension

15 years ago- Fixed tests
Felipe Pena [Mon, 11 May 2009 01:53:01 +0000 (01:53 +0000)]
- Fixed tests

15 years agoChangeLog update
<changelog@php.net> [Mon, 11 May 2009 01:33:02 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- And more CS fixes
Jani Taskinen [Mon, 11 May 2009 00:45:09 +0000 (00:45 +0000)]
- And more CS fixes

15 years ago- Nuked more whitespace
Jani Taskinen [Mon, 11 May 2009 00:40:10 +0000 (00:40 +0000)]
- Nuked more whitespace

15 years agows
Jani Taskinen [Sun, 10 May 2009 22:37:30 +0000 (22:37 +0000)]
ws

15 years agoMFB: missing part of the GC stuff
Jani Taskinen [Sun, 10 May 2009 21:55:07 +0000 (21:55 +0000)]
MFB: missing part of the GC stuff

15 years ago- Replaced by zend_multibyte-01.phpt
Jani Taskinen [Sun, 10 May 2009 21:10:00 +0000 (21:10 +0000)]
- Replaced by zend_multibyte-01.phpt

15 years ago- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte...
Jani Taskinen [Sun, 10 May 2009 21:04:26 +0000 (21:04 +0000)]
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)

15 years agoMF5 fixes
Stanislav Malyshev [Sun, 10 May 2009 21:01:38 +0000 (21:01 +0000)]
MF5 fixes

15 years ago- Fixed bug #48227 (NumberFormatter::format leaks memory)
Felipe Pena [Sun, 10 May 2009 20:15:39 +0000 (20:15 +0000)]
- Fixed bug #48227 (NumberFormatter::format leaks memory)

15 years agoMFB: Add test for #48224
Etienne Kneuss [Sun, 10 May 2009 20:13:08 +0000 (20:13 +0000)]
MFB: Add test for #48224

15 years ago- MFB: Removed the RETURN_TRUE to keep consistency with documentation.
David Coallier [Sun, 10 May 2009 20:00:58 +0000 (20:00 +0000)]
- MFB: Removed the RETURN_TRUE to keep consistency with documentation.
  This function is supposed to be "void registerPHPFunctions"

15 years agoMFB: Fix #48224 (Remove incorrect shuffle)
Etienne Kneuss [Sun, 10 May 2009 16:45:30 +0000 (16:45 +0000)]
MFB: Fix #48224 (Remove incorrect shuffle)

15 years ago- Simplify test (cweiske)
Felipe Pena [Sun, 10 May 2009 15:48:25 +0000 (15:48 +0000)]
- Simplify test (cweiske)

15 years ago- Fixed bug #48221 (memory leak when passing invalid xslt parameter)
Felipe Pena [Sun, 10 May 2009 15:12:32 +0000 (15:12 +0000)]
- Fixed bug #48221 (memory leak when passing invalid xslt parameter)

15 years agoChangeLog update
<changelog@php.net> [Sun, 10 May 2009 01:32:59 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fixed memory leak (patch by Christian Weiske)
Felipe Pena [Sun, 10 May 2009 01:00:15 +0000 (01:00 +0000)]
- Fixed memory leak (patch by Christian Weiske)

15 years agoRemove bad CREDITS file
Johannes Schlüter [Sat, 9 May 2009 22:33:55 +0000 (22:33 +0000)]
Remove bad CREDITS file
# I'd welcome sane proposals for ext/standard credits, there are ca. 20 people
# mentioned as "Author" and >100 people who committed into *.c here

15 years agoFix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME)
Etienne Kneuss [Sat, 9 May 2009 21:05:18 +0000 (21:05 +0000)]
Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME)

15 years agoUpdate bundled libmagic to 5.03
Scott MacVicar [Sat, 9 May 2009 20:34:26 +0000 (20:34 +0000)]
Update bundled libmagic to 5.03

15 years ago- Fixed bug #47468 (enable cli|cgi-only extensions for embed sapi)
Jani Taskinen [Sat, 9 May 2009 20:26:28 +0000 (20:26 +0000)]
- Fixed bug #47468 (enable cli|cgi-only extensions  for embed sapi)

15 years agoBroken test when you have a snapshot as it relies on CVS
Scott MacVicar [Sat, 9 May 2009 20:18:18 +0000 (20:18 +0000)]
Broken test when you have a snapshot as it relies on CVS

15 years agoFix bug #48206 again
Scott MacVicar [Sat, 9 May 2009 19:42:43 +0000 (19:42 +0000)]
Fix bug #48206 again

15 years agoFix bug #48206 - Iterating over an invalid data structure leads to a segfault
Scott MacVicar [Sat, 9 May 2009 19:37:34 +0000 (19:37 +0000)]
Fix bug #48206 - Iterating over an invalid data structure leads to a segfault

15 years agoChangeLog update
<changelog@php.net> [Sat, 9 May 2009 01:33:06 +0000 (01:33 +0000)]
ChangeLog update

15 years agoMFb5.3: fix comments
Hannes Magnusson [Fri, 8 May 2009 11:36:43 +0000 (11:36 +0000)]
MFb5.3: fix comments

15 years agoPPC machines mark char as unsigned, rather than signed.
Scott MacVicar [Fri, 8 May 2009 11:36:35 +0000 (11:36 +0000)]
PPC machines mark char as unsigned, rather than signed.
This caused a segfault when using the T type for zend_parse_parameters because the default value
ended up being 255 and never -1

15 years agoFix default behavior of file() (FILE_TEXT flag is the default)
Arnaud Le Blanc [Fri, 8 May 2009 10:01:40 +0000 (10:01 +0000)]
Fix default behavior of file() (FILE_TEXT flag is the default)

15 years agoMissing check
Arnaud Le Blanc [Fri, 8 May 2009 10:00:09 +0000 (10:00 +0000)]
Missing check

15 years agoMFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
Arnaud Le Blanc [Fri, 8 May 2009 09:50:11 +0000 (09:50 +0000)]
MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n) (fixes #48175)

15 years agofix ZTS build
Antony Dovgal [Fri, 8 May 2009 07:58:12 +0000 (07:58 +0000)]
fix ZTS build

15 years agoAdd missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE...
Brian Shire [Fri, 8 May 2009 03:32:54 +0000 (03:32 +0000)]
Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE options. related to fix for bug #39637

15 years agoChangeLog update
<changelog@php.net> [Fri, 8 May 2009 01:33:08 +0000 (01:33 +0000)]
ChangeLog update

15 years ago- Fixed bug #48185 removing no-op code
Matteo Beccati [Thu, 7 May 2009 23:04:02 +0000 (23:04 +0000)]
- Fixed bug #48185 removing no-op code

15 years ago- Fix build
Felipe Pena [Thu, 7 May 2009 22:44:37 +0000 (22:44 +0000)]
- Fix build

15 years agoMFB Print warning when using loadExtension on non cli, cgi and embeded
Scott MacVicar [Thu, 7 May 2009 16:52:40 +0000 (16:52 +0000)]
MFB Print warning when using loadExtension on non cli, cgi and embeded

15 years agoSome unicode updates for sqlite3
Scott MacVicar [Thu, 7 May 2009 16:50:54 +0000 (16:50 +0000)]
Some unicode updates for sqlite3

15 years ago- Missed one line
Jani Taskinen [Thu, 7 May 2009 13:47:34 +0000 (13:47 +0000)]
- Missed one line

15 years ago- Fix test to actually test for the bug
Jani Taskinen [Thu, 7 May 2009 13:43:48 +0000 (13:43 +0000)]
- Fix test to actually test for the bug

15 years agoMFB: fixed compiler warning
Ilia Alshanetsky [Thu, 7 May 2009 12:41:25 +0000 (12:41 +0000)]
MFB: fixed compiler warning

15 years ago- Missing title
Felipe Pena [Thu, 7 May 2009 12:15:48 +0000 (12:15 +0000)]
- Missing title

15 years agoUpdate bundled libsqlite to 3.6.14
Scott MacVicar [Thu, 7 May 2009 11:24:20 +0000 (11:24 +0000)]
Update bundled libsqlite to 3.6.14

15 years agoMFB5.3: Fix tests
Hannes Magnusson [Thu, 7 May 2009 08:09:36 +0000 (08:09 +0000)]
MFB5.3: Fix tests

15 years agoChangeLog update
<changelog@php.net> [Thu, 7 May 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Add missing file
Jani Taskinen [Wed, 6 May 2009 19:02:27 +0000 (19:02 +0000)]
- Add missing file

15 years agoMFB: Fixed bug #48156 (Added support for lcov v1.7)
Ilia Alshanetsky [Wed, 6 May 2009 14:04:58 +0000 (14:04 +0000)]
MFB: Fixed bug #48156 (Added support for lcov v1.7)

15 years agoChangeLog update
<changelog@php.net> [Wed, 6 May 2009 01:32:49 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed compiler warning due to llabs() function
Ilia Alshanetsky [Tue, 5 May 2009 12:34:03 +0000 (12:34 +0000)]
MFB: Fixed compiler warning due to llabs() function

15 years ago- Maybe this is enough on windows..
Jani Taskinen [Tue, 5 May 2009 01:51:04 +0000 (01:51 +0000)]
- Maybe this is enough on windows..

15 years agoRegenerate
Matt Wilmas [Tue, 5 May 2009 01:44:33 +0000 (01:44 +0000)]
Regenerate

15 years agows fix + missing folding tags
Jani Taskinen [Tue, 5 May 2009 01:44:08 +0000 (01:44 +0000)]
ws fix + missing folding tags

15 years agoMFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside...
Greg Beaver [Tue, 5 May 2009 01:42:06 +0000 (01:42 +0000)]
MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block

15 years agoImplemented manual scanning for strings/comments, plus misc. fixes
Matt Wilmas [Tue, 5 May 2009 01:35:13 +0000 (01:35 +0000)]
Implemented manual scanning for strings/comments, plus misc. fixes
For details, see http://news.php.net/php.internals/43808

15 years agoChangeLog update
<changelog@php.net> [Tue, 5 May 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix the patch
Jani Taskinen [Tue, 5 May 2009 01:28:10 +0000 (01:28 +0000)]
- Fix the patch

15 years ago- Fix build (modified utf7 stuff is rather new..)
Jani Taskinen [Tue, 5 May 2009 01:22:31 +0000 (01:22 +0000)]
- Fix build (modified utf7 stuff is rather new..)

15 years ago- Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers)
Jani Taskinen [Tue, 5 May 2009 00:30:40 +0000 (00:30 +0000)]
- Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers)
[DOC] Synced regular and cURL http wrapper "header" option to accept
[DOC] either string or array.

15 years ago- revert last commit and fix inline
Pierre Joye [Mon, 4 May 2009 21:03:00 +0000 (21:03 +0000)]
- revert last commit and fix inline

15 years agoUpdate libmagic data file to 5.02
Scott MacVicar [Mon, 4 May 2009 20:54:28 +0000 (20:54 +0000)]
Update libmagic data file to 5.02

15 years agoUpdate libmagic to 5.02
Scott MacVicar [Mon, 4 May 2009 20:52:43 +0000 (20:52 +0000)]
Update libmagic to 5.02

15 years ago- a macro will just do it too
Pierre Joye [Mon, 4 May 2009 20:32:33 +0000 (20:32 +0000)]
- a  macro will just do it too

15 years ago- Fixed warnings
Derick Rethans [Mon, 4 May 2009 19:55:33 +0000 (19:55 +0000)]
- Fixed warnings