]> granicus.if.org Git - php/log
php
18 years agoMFH: add brackets and clarity
Antony Dovgal [Tue, 14 Mar 2006 15:15:22 +0000 (15:15 +0000)]
MFH: add brackets and clarity

18 years agoFixed offset/length parameter validation in substr_compare() function.
Ilia Alshanetsky [Tue, 14 Mar 2006 14:55:13 +0000 (14:55 +0000)]
Fixed offset/length parameter validation in substr_compare() function.

18 years agoFixed bug #36568 (memory_limit setting on win32 has no effect)
Dmitry Stogov [Tue, 14 Mar 2006 14:19:00 +0000 (14:19 +0000)]
Fixed bug #36568 (memory_limit setting on win32 has no effect)

18 years agozend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros
Dmitry Stogov [Tue, 14 Mar 2006 11:24:45 +0000 (11:24 +0000)]
zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros

18 years agoBe more verbose in phpinfo() output
Edin Kadribasic [Tue, 14 Mar 2006 10:49:18 +0000 (10:49 +0000)]
Be more verbose in phpinfo() output

18 years ago- bug #36625 fix
Marcus Boerger [Mon, 13 Mar 2006 22:56:20 +0000 (22:56 +0000)]
- bug #36625 fix

18 years ago- Add missing file extension
Marcus Boerger [Mon, 13 Mar 2006 22:55:27 +0000 (22:55 +0000)]
- Add missing file extension

18 years ago- #36697, Transparency is lost when using imagecreatetruecolor
Pierre Joye [Mon, 13 Mar 2006 21:56:38 +0000 (21:56 +0000)]
- #36697, Transparency is lost when using imagecreatetruecolor

18 years agoAdded overflow checks to wordwrap() function.
Ilia Alshanetsky [Mon, 13 Mar 2006 14:37:10 +0000 (14:37 +0000)]
Added overflow checks to wordwrap() function.

18 years agoFixed build
Edin Kadribasic [Mon, 13 Mar 2006 11:37:51 +0000 (11:37 +0000)]
Fixed build

18 years agoOptimized cleanup loops on request shutdown
Dmitry Stogov [Mon, 13 Mar 2006 11:13:42 +0000 (11:13 +0000)]
Optimized cleanup loops on request shutdown

18 years agoFixed realpath() cache for main script with FastCGI SAPI
Dmitry Stogov [Mon, 13 Mar 2006 09:35:45 +0000 (09:35 +0000)]
Fixed realpath() cache for main script with FastCGI SAPI

18 years ago- Fix news
Marcus Boerger [Mon, 13 Mar 2006 00:03:22 +0000 (00:03 +0000)]
- Fix news

18 years ago- MFH:
Marcus Boerger [Sun, 12 Mar 2006 17:22:34 +0000 (17:22 +0000)]
- MFH:
- Fix ReflectionParameter
  . Reintroduce getClass()
  . Change getDeclaringClass() to return what it suggests
  . (inactive but tested) Add getDeclaringFunction()
  . (inactive but tested) Add getPosition()
- Fix tests accordingly
# This also fixes Bug #36687 ReflectionParameter::getDeclaringClass returns
# wrong result

18 years agovar news
Ilia Alshanetsky [Sun, 12 Mar 2006 16:54:13 +0000 (16:54 +0000)]
var news

18 years agoAs per agreement during PDM, remove the E_STRICT deprecation notice from
Ilia Alshanetsky [Sun, 12 Mar 2006 16:52:18 +0000 (16:52 +0000)]
As per agreement during PDM, remove the E_STRICT deprecation notice from
"var".

18 years ago- Prefix test names
Marcus Boerger [Sun, 12 Mar 2006 12:38:25 +0000 (12:38 +0000)]
- Prefix test names
- Add missing skipif

18 years agoMFH
Rui Hirokawa [Sun, 12 Mar 2006 07:54:42 +0000 (07:54 +0000)]
MFH

18 years ago- MFH Fix writing faillog with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 18:13:37 +0000 (18:13 +0000)]
- MFH Fix writing faillog with redirected tests

18 years ago- MFH Fix test results with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 17:58:24 +0000 (17:58 +0000)]
- MFH Fix test results with redirected tests

18 years ago- Load list of extensions to test from php that is being tested rather than
Marcus Boerger [Sat, 11 Mar 2006 16:37:53 +0000 (16:37 +0000)]
- Load list of extensions to test from php that is being tested rather than
  from php running the tests

18 years agofix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)
Georg Richter [Sat, 11 Mar 2006 11:16:03 +0000 (11:16 +0000)]
fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)

18 years ago- Fix
Marcus Boerger [Fri, 10 Mar 2006 22:18:25 +0000 (22:18 +0000)]
- Fix

18 years ago MFH:
Brian France [Fri, 10 Mar 2006 18:19:29 +0000 (18:19 +0000)]
MFH:
        for the primary file only lookup the real file path and
        add it to the included_files list if already opened
        otherwise it will get opened and added to the included_files list in zend_execute_scripts

18 years ago- #36686, do not be quiet with the extern GD
Pierre Joye [Fri, 10 Mar 2006 18:07:27 +0000 (18:07 +0000)]
- #36686, do not be quiet with the extern GD

18 years agofixed different value was returned in mb_get_info.
Seiji Masugata [Fri, 10 Mar 2006 16:22:15 +0000 (16:22 +0000)]
fixed different value was returned in mb_get_info.

18 years agoFixed bug #36629 (SoapServer::handle() exits on SOAP faults)
Dmitry Stogov [Fri, 10 Mar 2006 11:46:52 +0000 (11:46 +0000)]
Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)

18 years agoFixed debug_zval_dump() to support private and protected members
Dmitry Stogov [Fri, 10 Mar 2006 08:42:56 +0000 (08:42 +0000)]
Fixed debug_zval_dump() to support private and protected members

18 years agoMFH: Move temporary local storage of primary file's realpath up one block to ensure...
Sara Golemon [Thu, 9 Mar 2006 20:32:22 +0000 (20:32 +0000)]
MFH: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.

18 years agoBack to dev
Ilia Alshanetsky [Thu, 9 Mar 2006 14:22:59 +0000 (14:22 +0000)]
Back to dev

18 years ago5.1.3RC1
Ilia Alshanetsky [Thu, 9 Mar 2006 14:12:15 +0000 (14:12 +0000)]
5.1.3RC1

18 years agoMFH: Make spl_register_std_class() and spl_register_sub_class() available outside...
Sebastian Bergmann [Thu, 9 Mar 2006 11:43:45 +0000 (11:43 +0000)]
MFH: Make spl_register_std_class() and spl_register_sub_class() available outside of SPL, for instance in SPL_Types.

18 years ago- MFH
Marcus Boerger [Wed, 8 Mar 2006 23:54:43 +0000 (23:54 +0000)]
- MFH

18 years ago- Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)
Michael Wallner [Wed, 8 Mar 2006 22:00:21 +0000 (22:00 +0000)]
- Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)

18 years ago- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's
Marcus Boerger [Wed, 8 Mar 2006 21:54:48 +0000 (21:54 +0000)]
- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's

18 years ago- remove declaration of non existant function php_treat_data
Michael Wallner [Wed, 8 Mar 2006 08:43:25 +0000 (08:43 +0000)]
- remove declaration of non existant function php_treat_data

18 years agoMFH Fix for RISC OS
Alex Waugh [Tue, 7 Mar 2006 22:37:53 +0000 (22:37 +0000)]
MFH Fix for RISC OS

18 years agoMFH Improve DOCUMENT_ROOT setting
Alex Waugh [Tue, 7 Mar 2006 22:35:30 +0000 (22:35 +0000)]
MFH Improve DOCUMENT_ROOT setting

18 years ago- Update
Marcus Boerger [Tue, 7 Mar 2006 19:29:04 +0000 (19:29 +0000)]
- Update

18 years agoupdated for simplexml changes
Rob Richards [Tue, 7 Mar 2006 15:27:01 +0000 (15:27 +0000)]
updated for simplexml changes

18 years ago- Synch with head
Rob Richards [Tue, 7 Mar 2006 15:22:48 +0000 (15:22 +0000)]
- Synch with head

18 years agoMFH
Antony Dovgal [Tue, 7 Mar 2006 07:47:43 +0000 (07:47 +0000)]
MFH
add workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing()
fix #36250 (PHP Causes ORA-07445 Core dump in Oracle server 9.2.x)

18 years agostray text
Rasmus Lerdorf [Mon, 6 Mar 2006 23:26:28 +0000 (23:26 +0000)]
stray text

18 years agoFix build and sync parameters with config0.m4.
Sebastian Bergmann [Mon, 6 Mar 2006 22:49:16 +0000 (22:49 +0000)]
Fix build and sync parameters with config0.m4.

18 years ago- MFH Missed 'proto'
Marcus Boerger [Mon, 6 Mar 2006 22:22:54 +0000 (22:22 +0000)]
- MFH Missed 'proto'

18 years ago*** empty log message ***
Andrei Zmievski [Mon, 6 Mar 2006 21:59:18 +0000 (21:59 +0000)]
*** empty log message ***

18 years agoMFH (Import PCRE 6.6)
Andrei Zmievski [Mon, 6 Mar 2006 21:45:57 +0000 (21:45 +0000)]
MFH (Import PCRE 6.6)

18 years ago- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).
Derick Rethans [Mon, 6 Mar 2006 21:44:58 +0000 (21:44 +0000)]
- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).
  (Derick)

18 years agofix win build
Rob Richards [Mon, 6 Mar 2006 20:21:52 +0000 (20:21 +0000)]
fix win build

18 years agofix logo (proper spacing between the letters)
Colin Viebrock [Mon, 6 Mar 2006 19:10:19 +0000 (19:10 +0000)]
fix logo (proper spacing between the letters)

18 years ago- Fix last %v, too
Marcus Boerger [Mon, 6 Mar 2006 10:56:41 +0000 (10:56 +0000)]
- Fix last %v, too

18 years ago- There is no %v in 5.1 (found by Tony)
Marcus Boerger [Mon, 6 Mar 2006 10:09:13 +0000 (10:09 +0000)]
- There is no %v in 5.1 (found by Tony)

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:06:25 +0000 (10:06 +0000)]
- MFH Proto fixes

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)]
- MFH Proto fixes

18 years agoFixed compatibility with ext/hash
Dmitry Stogov [Mon, 6 Mar 2006 09:58:01 +0000 (09:58 +0000)]
Fixed compatibility with ext/hash

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 09:50:44 +0000 (09:50 +0000)]
- MFH Proto fixes

18 years ago- There is no ltouch.
Derick Rethans [Sun, 5 Mar 2006 19:01:37 +0000 (19:01 +0000)]
- There is no ltouch.

18 years ago- Added lchown() and lchgrp() to change user/group ownership of symlinks.
Derick Rethans [Sun, 5 Mar 2006 18:57:54 +0000 (18:57 +0000)]
- Added lchown() and lchgrp() to change user/group ownership of symlinks.

18 years ago- fix typo, reword slightly
Michael Wallner [Sun, 5 Mar 2006 17:56:16 +0000 (17:56 +0000)]
- fix typo, reword slightly

18 years ago- Update
Marcus Boerger [Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)]
- Update

18 years ago- Fix issues with not/double calling of constructors of SPL iterators
Marcus Boerger [Sun, 5 Mar 2006 17:39:49 +0000 (17:39 +0000)]
- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erroneous RecursiveDirectoryIterator::getSubPathInfo()
- Drop dead code
- Add tests
- Update docu

18 years agoMFH:
Ilia Alshanetsky [Sun, 5 Mar 2006 17:18:01 +0000 (17:18 +0000)]
MFH:
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).

Added missing constant for MAX_BUFFER_SIZE.

18 years agoadd test
Antony Dovgal [Sun, 5 Mar 2006 16:12:48 +0000 (16:12 +0000)]
add test

18 years ago- Add missing function for completeness
Marcus Boerger [Sun, 5 Mar 2006 16:12:24 +0000 (16:12 +0000)]
- Add missing function for completeness

18 years agofix #36611 (assignment to SimpleXML object attribute changes argument type to string)
Antony Dovgal [Sun, 5 Mar 2006 15:36:03 +0000 (15:36 +0000)]
fix #36611 (assignment to SimpleXML object attribute changes argument type to string)

18 years agoMFH: fix #36606 (pg_query_params() changes arguments type to string)
Antony Dovgal [Sun, 5 Mar 2006 13:35:52 +0000 (13:35 +0000)]
MFH: fix #36606 (pg_query_params() changes arguments type to string)

18 years agofix crashes using notations and entity decls
Rob Richards [Fri, 3 Mar 2006 20:15:10 +0000 (20:15 +0000)]
fix crashes using notations and entity decls
add test

18 years agoSync with source distro, enable hash by default
Edin Kadribasic [Fri, 3 Mar 2006 14:34:34 +0000 (14:34 +0000)]
Sync with source distro, enable hash by default

18 years agoFixed incorrect backtrace type ("::" instead of "->") for __set()/__get()
Dmitry Stogov [Fri, 3 Mar 2006 12:06:29 +0000 (12:06 +0000)]
Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()

18 years agoFixed crash
Dmitry Stogov [Fri, 3 Mar 2006 10:29:29 +0000 (10:29 +0000)]
Fixed crash

18 years agoRemove "called at [(null):0]" from debug backtrace
Dmitry Stogov [Fri, 3 Mar 2006 10:09:21 +0000 (10:09 +0000)]
Remove "called at [(null):0]" from debug backtrace

18 years agoFixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
Dmitry Stogov [Fri, 3 Mar 2006 09:20:33 +0000 (09:20 +0000)]
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)

18 years ago- Added the test case for bug #36599
Derick Rethans [Fri, 3 Mar 2006 07:53:21 +0000 (07:53 +0000)]
- Added the test case for bug #36599

18 years ago- Fixed bug #36599 (DATE_W3C format constant incorrect).
Derick Rethans [Fri, 3 Mar 2006 07:52:55 +0000 (07:52 +0000)]
- Fixed bug #36599 (DATE_W3C format constant incorrect).

18 years agogive credit where it is due.
Ilia Alshanetsky [Thu, 2 Mar 2006 21:32:32 +0000 (21:32 +0000)]
give credit where it is due.

18 years agoFixed bug #36388 (ext/soap crashes when throwing exception and session persistence...
Dmitry Stogov [Thu, 2 Mar 2006 14:07:48 +0000 (14:07 +0000)]
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)

18 years ago- MFH Use object handler get in the same way as the rest of the engine does
Marcus Boerger [Thu, 2 Mar 2006 00:45:28 +0000 (00:45 +0000)]
- MFH Use object handler get in the same way as the rest of the engine does

18 years agoMFH add safe_mode num of parameter check
Yasuo Ohgaki [Thu, 2 Mar 2006 00:37:22 +0000 (00:37 +0000)]
MFH add safe_mode num of parameter check

18 years agoRemove no longer needed check (checked at a higher level now).
Ilia Alshanetsky [Wed, 1 Mar 2006 18:37:11 +0000 (18:37 +0000)]
Remove no longer needed check (checked at a higher level now).

18 years ago- MFH Fix string-conversion and const updating
Marcus Boerger [Wed, 1 Mar 2006 17:21:04 +0000 (17:21 +0000)]
- MFH Fix string-conversion and const updating

18 years ago- Fix test
Marcus Boerger [Wed, 1 Mar 2006 17:19:22 +0000 (17:19 +0000)]
- Fix test

18 years agonuke tests for libxml2 version - will always be > 2.6.0
Rob Richards [Wed, 1 Mar 2006 15:37:45 +0000 (15:37 +0000)]
nuke tests for libxml2 version - will always be > 2.6.0

18 years agoFixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
Ilia Alshanetsky [Tue, 28 Feb 2006 14:45:18 +0000 (14:45 +0000)]
Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).

18 years ago- MFH Fix dependency checks
Marcus Boerger [Tue, 28 Feb 2006 12:26:03 +0000 (12:26 +0000)]
- MFH Fix dependency checks

18 years ago- Fix warning
Marcus Boerger [Tue, 28 Feb 2006 02:22:57 +0000 (02:22 +0000)]
- Fix warning

18 years ago- MFH Fix issues withhandling of derived info classes as entries
Marcus Boerger [Tue, 28 Feb 2006 01:33:32 +0000 (01:33 +0000)]
- MFH Fix issues withhandling of derived info classes as entries

18 years ago- MFH Argument parsing specifier 'C', which is necessary for SPL already
Marcus Boerger [Mon, 27 Feb 2006 22:23:21 +0000 (22:23 +0000)]
- MFH Argument parsing specifier 'C', which is necessary for SPL already

18 years ago- MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
Derick Rethans [Mon, 27 Feb 2006 19:41:33 +0000 (19:41 +0000)]
- MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).

18 years agoThis fix was reverted
Ilia Alshanetsky [Mon, 27 Feb 2006 14:22:26 +0000 (14:22 +0000)]
This fix was reverted

18 years ago- MFH Fix count/foreach interaction
Marcus Boerger [Mon, 27 Feb 2006 13:38:03 +0000 (13:38 +0000)]
- MFH Fix count/foreach interaction

18 years ago- Cleanup
Marcus Boerger [Mon, 27 Feb 2006 11:55:18 +0000 (11:55 +0000)]
- Cleanup

18 years ago- MFH: Add .cvsignore
Johannes Schlüter [Mon, 27 Feb 2006 11:38:36 +0000 (11:38 +0000)]
- MFH: Add .cvsignore

18 years agoFixed memory leak
Dmitry Stogov [Mon, 27 Feb 2006 07:12:14 +0000 (07:12 +0000)]
Fixed memory leak

18 years ago- Fix tests
Johannes Schlüter [Mon, 27 Feb 2006 00:18:59 +0000 (00:18 +0000)]
- Fix tests

18 years ago- Update
Marcus Boerger [Sun, 26 Feb 2006 23:21:50 +0000 (23:21 +0000)]
- Update

18 years ago- Synch with head
Marcus Boerger [Sun, 26 Feb 2006 23:14:45 +0000 (23:14 +0000)]
- Synch with head

18 years agoRevert previous fix to allow for a more comprehensive patch from Derick.
Ilia Alshanetsky [Sun, 26 Feb 2006 22:14:58 +0000 (22:14 +0000)]
Revert previous fix to allow for a more comprehensive patch from Derick.

18 years agoFixed bug #36510 (strtotime() fails to parse date strings with tabs).
Ilia Alshanetsky [Sun, 26 Feb 2006 17:05:45 +0000 (17:05 +0000)]
Fixed bug #36510 (strtotime() fails to parse date strings with tabs).

18 years ago- Warning fixes by Steph
Marcus Boerger [Sun, 26 Feb 2006 10:57:00 +0000 (10:57 +0000)]
- Warning fixes by Steph

18 years ago- Update
Marcus Boerger [Sat, 25 Feb 2006 21:43:02 +0000 (21:43 +0000)]
- Update