]> granicus.if.org Git - php/log
php
19 years agofix #36743 (In a class extending XMLReader array properties are not writable)
Antony Dovgal [Fri, 17 Mar 2006 10:15:58 +0000 (10:15 +0000)]
fix #36743 (In a class extending XMLReader array properties are not writable)

19 years agoOptimized FastCGI SAPI check. Check for ini options only once.
Dmitry Stogov [Fri, 17 Mar 2006 09:32:30 +0000 (09:32 +0000)]
Optimized FastCGI SAPI check. Check for ini options only once.

19 years agoAllowed 'auto_globals_jit' work together with 'register_argc_argv'
Dmitry Stogov [Fri, 17 Mar 2006 08:58:51 +0000 (08:58 +0000)]
Allowed 'auto_globals_jit' work together with 'register_argc_argv'

19 years agoFIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV...
Dmitry Stogov [Fri, 17 Mar 2006 08:47:41 +0000 (08:47 +0000)]
FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV related code is commented.

19 years agoOptimization of module unloading (temporary modules can be only in the end)
Dmitry Stogov [Fri, 17 Mar 2006 08:34:16 +0000 (08:34 +0000)]
Optimization of module unloading (temporary modules can be only in the end)

19 years agoAllow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
Ilia Alshanetsky [Fri, 17 Mar 2006 00:15:09 +0000 (00:15 +0000)]
Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
Allow getAttribute() to fetch MySQL specific attributes.
Eliminate unnecessary auto-commit call on connect.

19 years ago- Fix test
Marcus Boerger [Thu, 16 Mar 2006 00:39:50 +0000 (00:39 +0000)]
- Fix test

19 years agoFixed Bug #36614 (Segfault when using Soap)
Dmitry Stogov [Wed, 15 Mar 2006 16:13:18 +0000 (16:13 +0000)]
Fixed Bug #36614 (Segfault when using Soap)

19 years agoFixed memory leak on unused bind var.
Ilia Alshanetsky [Wed, 15 Mar 2006 15:25:50 +0000 (15:25 +0000)]
Fixed memory leak on unused bind var.

19 years agoFix: incorrect string length passed
Dmitry Stogov [Wed, 15 Mar 2006 14:12:26 +0000 (14:12 +0000)]
Fix: incorrect string length passed

19 years agoAdded E_STRICT warning in case of calling non-static method from incompatible context...
Dmitry Stogov [Wed, 15 Mar 2006 11:12:45 +0000 (11:12 +0000)]
Added E_STRICT warning in case of calling non-static method from incompatible context (this feature is staying for BC with php-4).

19 years agoEliminated run-time constant fetching for TRUE, FALSE and NULL
Dmitry Stogov [Wed, 15 Mar 2006 09:04:36 +0000 (09:04 +0000)]
Eliminated run-time constant fetching for TRUE, FALSE and NULL

19 years agoFixed "zend_vm_gen.php --without-specializer"
Dmitry Stogov [Wed, 15 Mar 2006 08:06:28 +0000 (08:06 +0000)]
Fixed "zend_vm_gen.php --without-specializer"

19 years agoFix Win32 compilation.
Frank M. Kromann [Tue, 14 Mar 2006 18:07:51 +0000 (18:07 +0000)]
Fix Win32 compilation.

19 years agofixed a 64-bit problem reported by Pierre
Georg Richter [Tue, 14 Mar 2006 15:53:16 +0000 (15:53 +0000)]
fixed a 64-bit problem reported by Pierre

19 years agoFixed bug #35988 (Unknown persistent list entry type in module shutdown)
Dmitry Stogov [Tue, 14 Mar 2006 15:16:07 +0000 (15:16 +0000)]
Fixed bug #35988 (Unknown persistent list entry type in module shutdown)

19 years agoMFH: add brackets and clarity
Antony Dovgal [Tue, 14 Mar 2006 15:15:22 +0000 (15:15 +0000)]
MFH: add brackets and clarity

19 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.

19 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)

19 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

19 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

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

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

19 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

19 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.

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

19 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

19 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

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

19 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

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

19 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".

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

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

19 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

19 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

19 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

19 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)

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

19 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

19 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

19 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.

19 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)

19 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

19 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.

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

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

19 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.

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

19 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)

19 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

19 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

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

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

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

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

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

19 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)

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

19 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.

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

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

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

19 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)

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

19 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)

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

19 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)

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

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

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

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

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

19 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.

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

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

19 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

19 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.

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

19 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

19 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)

19 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)

19 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

19 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

19 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()

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

19 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

19 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)

19 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

19 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).

19 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.

19 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)

19 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

19 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

19 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).

19 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

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

19 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

19 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).

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