]> granicus.if.org Git - php/log
php
19 years agofix #36010 (Segfault when re-creating and re-executing statements with bound parameters)
Antony Dovgal [Fri, 3 Feb 2006 14:46:42 +0000 (14:46 +0000)]
fix #36010 (Segfault when re-creating and re-executing statements with bound parameters)

19 years agoFixed bug #36268 (Object destructors called even after fatal errors)
Dmitry Stogov [Fri, 3 Feb 2006 09:31:59 +0000 (09:31 +0000)]
Fixed bug #36268 (Object destructors called even after fatal errors)

19 years ago- MFH Fix ArrayIterator::seek() edge cases
Marcus Boerger [Thu, 2 Feb 2006 22:17:42 +0000 (22:17 +0000)]
- MFH Fix ArrayIterator::seek() edge cases

19 years agonuke unused variable
Antony Dovgal [Thu, 2 Feb 2006 21:43:09 +0000 (21:43 +0000)]
nuke unused variable

19 years ago- Fix oversight
Marcus Boerger [Thu, 2 Feb 2006 18:59:11 +0000 (18:59 +0000)]
- Fix oversight

19 years agoMFH: Prevent bindport from being used uninitialized
Sara Golemon [Thu, 2 Feb 2006 18:16:43 +0000 (18:16 +0000)]
MFH: Prevent bindport from being used uninitialized

19 years agoOnly use win32 directory separators on win32 or netware.
Ilia Alshanetsky [Thu, 2 Feb 2006 15:10:04 +0000 (15:10 +0000)]
Only use win32 directory separators on win32 or netware.

19 years agoadd test for bug #36258
Antony Dovgal [Thu, 2 Feb 2006 13:56:16 +0000 (13:56 +0000)]
add test for bug #36258

19 years agoMFH: add missing folding tags
Antony Dovgal [Thu, 2 Feb 2006 12:40:33 +0000 (12:40 +0000)]
MFH: add missing folding tags
nuke unnecessary semicolons

19 years agofix #36258 (SplFileObject::getPath() may lead to segfault)
Antony Dovgal [Thu, 2 Feb 2006 12:19:14 +0000 (12:19 +0000)]
fix #36258 (SplFileObject::getPath() may lead to segfault)

19 years agoBug #36226 Inconsistent handling when passing potential arrays
Dmitry Stogov [Thu, 2 Feb 2006 11:41:45 +0000 (11:41 +0000)]
Bug #36226 Inconsistent handling when passing potential arrays

19 years agoAIX support
Dmitry Stogov [Thu, 2 Feb 2006 09:59:23 +0000 (09:59 +0000)]
AIX support

19 years agoReimplement FastCGI interface
Dmitry Stogov [Thu, 2 Feb 2006 08:17:23 +0000 (08:17 +0000)]
Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch.  The result is actually slightly faster, and more importantly,
clear of any copyright issues.

19 years agoFixed encoding of inhereted objects
Dmitry Stogov [Wed, 1 Feb 2006 17:18:24 +0000 (17:18 +0000)]
Fixed encoding of inhereted objects

19 years agoClarify new entries.
Ilia Alshanetsky [Wed, 1 Feb 2006 17:05:38 +0000 (17:05 +0000)]
Clarify new entries.

19 years agoMFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
Joe Orton [Wed, 1 Feb 2006 13:52:46 +0000 (13:52 +0000)]
MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)

19 years agoMFH: fix #36242 (Possible memory corruption in stream_select())
Antony Dovgal [Wed, 1 Feb 2006 10:31:57 +0000 (10:31 +0000)]
MFH: fix #36242 (Possible memory corruption in stream_select())

19 years agoFix line endings.
Sebastian Bergmann [Wed, 1 Feb 2006 07:41:24 +0000 (07:41 +0000)]
Fix line endings.

19 years agoFix possibility of a wrong element being deleted by zend_hash_del()
Zeev Suraski [Wed, 1 Feb 2006 01:01:05 +0000 (01:01 +0000)]
Fix possibility of a wrong element being deleted by zend_hash_del()
Thanks Stefan!

19 years ago- MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong results).
Derick Rethans [Tue, 31 Jan 2006 18:44:19 +0000 (18:44 +0000)]
- MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong results).

19 years agofix test
Antony Dovgal [Tue, 31 Jan 2006 18:39:28 +0000 (18:39 +0000)]
fix test

19 years agoMFH: fix #36235 (ocicolumnname delivers empty results before a succesfull ocifetch)
Antony Dovgal [Tue, 31 Jan 2006 18:38:52 +0000 (18:38 +0000)]
MFH: fix #36235 (ocicolumnname delivers empty results before a succesfull ocifetch)

19 years ago- MFH: Upgraded timezonedb to 2006a.
Derick Rethans [Tue, 31 Jan 2006 18:08:15 +0000 (18:08 +0000)]
- MFH: Upgraded timezonedb to 2006a.

19 years agoFixed bug #36222 (errorInfo in PDOException is always NULL).
Ilia Alshanetsky [Tue, 31 Jan 2006 17:20:32 +0000 (17:20 +0000)]
Fixed bug #36222 (errorInfo in PDOException is always NULL).

19 years ago- Moved msession to PECL.
Derick Rethans [Tue, 31 Jan 2006 08:11:35 +0000 (08:11 +0000)]
- Moved msession to PECL.

19 years agofix printf-style formats
Antony Dovgal [Mon, 30 Jan 2006 21:14:54 +0000 (21:14 +0000)]
fix printf-style formats

19 years agonuke ws pollution
foobar [Sun, 29 Jan 2006 17:54:45 +0000 (17:54 +0000)]
nuke ws pollution

19 years agoFixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows
Ilia Alshanetsky [Sun, 29 Jan 2006 17:35:54 +0000 (17:35 +0000)]
Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows
affected by the operation).

19 years agofix news
foobar [Sun, 29 Jan 2006 15:25:10 +0000 (15:25 +0000)]
fix news

19 years ago- not efree but free
Michael Wallner [Sat, 28 Jan 2006 08:07:20 +0000 (08:07 +0000)]
- not efree but free

19 years agoExport symbols that will allow building WDDX as shared object
Frank M. Kromann [Sat, 28 Jan 2006 06:18:01 +0000 (06:18 +0000)]
Export symbols that will allow building WDDX as shared object

19 years agoAdd header so WDDX builds as shared
Frank M. Kromann [Sat, 28 Jan 2006 06:15:25 +0000 (06:15 +0000)]
Add header so WDDX builds as shared

19 years ago- #36185 entry
Pierre Joye [Sat, 28 Jan 2006 00:16:56 +0000 (00:16 +0000)]
- #36185 entry

19 years ago- MFH: #36185 str_rot13(NULL) crash
Pierre Joye [Sat, 28 Jan 2006 00:14:01 +0000 (00:14 +0000)]
- MFH: #36185 str_rot13(NULL) crash

19 years ago- include png.h prior php.h
Michael Wallner [Fri, 27 Jan 2006 20:46:02 +0000 (20:46 +0000)]
- include png.h prior php.h

19 years ago- fix imap_fetchbody(); there is no default mailgets()
Michael Wallner [Fri, 27 Jan 2006 20:18:03 +0000 (20:18 +0000)]
- fix imap_fetchbody(); there is no default mailgets()

19 years ago- imagepng filter enty
Pierre Joye [Fri, 27 Jan 2006 20:11:54 +0000 (20:11 +0000)]
- imagepng filter enty

19 years ago- added imap_savebody()
Michael Wallner [Fri, 27 Jan 2006 19:47:14 +0000 (19:47 +0000)]
- added imap_savebody()

19 years agoMFH: add imap_savebody()
Michael Wallner [Fri, 27 Jan 2006 19:46:11 +0000 (19:46 +0000)]
MFH: add imap_savebody()

19 years ago- MFH: add filter option to imagepng
Pierre Joye [Fri, 27 Jan 2006 13:36:30 +0000 (13:36 +0000)]
- MFH: add filter option to imagepng
- add constants
  PS: If someone can check why #include "png.h" fails, it will be cleaner

19 years agoFixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
Ilia Alshanetsky [Thu, 26 Jan 2006 15:45:33 +0000 (15:45 +0000)]
Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
end of the string).

19 years agoBFN
Michael Wallner [Thu, 26 Jan 2006 13:26:51 +0000 (13:26 +0000)]
BFN

19 years agoMFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP
Michael Wallner [Thu, 26 Jan 2006 13:23:33 +0000 (13:23 +0000)]
MFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP

19 years agoBFN
Rob Richards [Thu, 26 Jan 2006 11:18:46 +0000 (11:18 +0000)]
BFN

19 years agoFix bug #35954 (Fatal com_exception casting object)
Rob Richards [Thu, 26 Jan 2006 11:17:34 +0000 (11:17 +0000)]
Fix bug #35954 (Fatal com_exception casting object)

19 years ago- MFH Bug #36141 Add ReflectionClass::newInstanceArgs($args)
Marcus Boerger [Wed, 25 Jan 2006 22:03:54 +0000 (22:03 +0000)]
- MFH Bug #36141 Add ReflectionClass::newInstanceArgs($args)

19 years ago- MFH
Marcus Boerger [Wed, 25 Jan 2006 22:03:18 +0000 (22:03 +0000)]
- MFH

19 years agofix possible crash in textContent
Rob Richards [Wed, 25 Jan 2006 17:34:05 +0000 (17:34 +0000)]
fix possible crash in textContent

19 years agoProperly rewrite queries where a bound parameter appears more then once.
Ilia Alshanetsky [Wed, 25 Jan 2006 16:35:23 +0000 (16:35 +0000)]
Properly rewrite queries where a bound parameter appears more then once.

19 years ago- MFH Bug #35978 %n format string specifier wrongly implemented
Marcus Boerger [Tue, 24 Jan 2006 20:59:46 +0000 (20:59 +0000)]
- MFH Bug #35978 %n format string specifier wrongly implemented

19 years agocURL extension news.
Ilia Alshanetsky [Tue, 24 Jan 2006 20:11:14 +0000 (20:11 +0000)]
cURL extension news.

19 years agoMFH: fix #36113 (Reading records of unsupported type causes segfault)
Antony Dovgal [Mon, 23 Jan 2006 22:42:12 +0000 (22:42 +0000)]
MFH: fix #36113 (Reading records of unsupported type causes segfault)

19 years ago- date is not a server API
Derick Rethans [Mon, 23 Jan 2006 18:07:40 +0000 (18:07 +0000)]
- date is not a server API

19 years agoFixed bug #36134 (DirectoryIterator constructor failed to detect empty
Ilia Alshanetsky [Mon, 23 Jan 2006 15:24:10 +0000 (15:24 +0000)]
Fixed bug #36134 (DirectoryIterator constructor failed to detect empty
directory names).

19 years ago- MFH Fix error message
Marcus Boerger [Mon, 23 Jan 2006 02:26:32 +0000 (02:26 +0000)]
- MFH Fix error message

19 years ago- MFH
Marcus Boerger [Sun, 22 Jan 2006 23:57:41 +0000 (23:57 +0000)]
- MFH

19 years ago- MFH Fix issues with static method invocation
Marcus Boerger [Sun, 22 Jan 2006 22:14:32 +0000 (22:14 +0000)]
- MFH Fix issues with static method invocation

19 years ago- MFH Show the exact version
Marcus Boerger [Sun, 22 Jan 2006 22:09:54 +0000 (22:09 +0000)]
- MFH Show the exact version

19 years ago- MFH Update test
Marcus Boerger [Sun, 22 Jan 2006 22:07:43 +0000 (22:07 +0000)]
- MFH Update test

19 years agoFugbix typo.
Sebastian Bergmann [Sun, 22 Jan 2006 21:01:51 +0000 (21:01 +0000)]
Fugbix typo.

19 years agofix news
foobar [Sun, 22 Jan 2006 18:47:36 +0000 (18:47 +0000)]
fix news

19 years agoNews about further get_headers() changes.
Ilia Alshanetsky [Sun, 22 Jan 2006 18:34:12 +0000 (18:34 +0000)]
News about further get_headers() changes.

19 years agoMFH
Rui Hirokawa [Sat, 21 Jan 2006 02:49:52 +0000 (02:49 +0000)]
MFH

19 years agofix typo
Antony Dovgal [Fri, 20 Jan 2006 16:58:48 +0000 (16:58 +0000)]
fix typo

19 years agoadd new test
Antony Dovgal [Fri, 20 Jan 2006 11:07:34 +0000 (11:07 +0000)]
add new test

19 years agoMFH: fix #36096 (oci_result() returns garbage after oci_fetch() failed)
Antony Dovgal [Fri, 20 Jan 2006 11:02:49 +0000 (11:02 +0000)]
MFH: fix #36096 (oci_result() returns garbage after oci_fetch() failed)

19 years agoAllow get_headers() to return header information even for non-200 responses.
Ilia Alshanetsky [Fri, 20 Jan 2006 01:40:32 +0000 (01:40 +0000)]
Allow get_headers() to return header information even for non-200 responses.

19 years agoFixed bug #36071 (Engine Crash related with 'clone')
Dmitry Stogov [Thu, 19 Jan 2006 07:23:32 +0000 (07:23 +0000)]
Fixed bug #36071 (Engine Crash related with 'clone')

19 years agoMFH: couple of pedantic fixes: "static" should be first
Antony Dovgal [Wed, 18 Jan 2006 23:55:47 +0000 (23:55 +0000)]
MFH: couple of pedantic fixes: "static" should be first

19 years ago- Enable date_sun_info() function.
Derick Rethans [Wed, 18 Jan 2006 21:40:38 +0000 (21:40 +0000)]
- Enable date_sun_info() function.

19 years agoMFH: make sure ce_child is properly initialized
Antony Dovgal [Wed, 18 Jan 2006 21:06:47 +0000 (21:06 +0000)]
MFH: make sure ce_child is properly initialized

19 years agoMFH: fix error message on `make test` when bison is not installed
Antony Dovgal [Wed, 18 Jan 2006 17:59:20 +0000 (17:59 +0000)]
MFH: fix error message on `make test` when bison is not installed

19 years agofix news
foobar [Wed, 18 Jan 2006 16:12:37 +0000 (16:12 +0000)]
fix news

19 years agoMake get_headers() use the default context.
Ilia Alshanetsky [Wed, 18 Jan 2006 14:05:14 +0000 (14:05 +0000)]
Make get_headers() use the default context.

19 years agoMFH: reorganize resource destruction
Antony Dovgal [Wed, 18 Jan 2006 10:12:34 +0000 (10:12 +0000)]
MFH: reorganize resource destruction

19 years agoMFH: improve open_basedir checks in GD
Antony Dovgal [Tue, 17 Jan 2006 23:47:08 +0000 (23:47 +0000)]
MFH: improve open_basedir checks in GD

19 years agoMFH: fix #36055 (possible OCI8 crash in multithreaded environment)
Antony Dovgal [Tue, 17 Jan 2006 23:44:51 +0000 (23:44 +0000)]
MFH: fix #36055 (possible OCI8 crash in multithreaded environment)

19 years agoBug fixing news
Ilia Alshanetsky [Tue, 17 Jan 2006 19:57:01 +0000 (19:57 +0000)]
Bug fixing news

19 years agoFixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).
Ilia Alshanetsky [Tue, 17 Jan 2006 19:56:25 +0000 (19:56 +0000)]
Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).

19 years agoyou fix, add, update or remove..
foobar [Tue, 17 Jan 2006 19:19:45 +0000 (19:19 +0000)]
you fix, add, update or remove..

19 years ago- remove old return_long
Pierre Joye [Tue, 17 Jan 2006 19:04:06 +0000 (19:04 +0000)]
- remove old return_long

19 years ago- imagecolorallocate* returns false entry
Pierre Joye [Tue, 17 Jan 2006 16:33:11 +0000 (16:33 +0000)]
- imagecolorallocate* returns false entry

19 years ago- return false on error
Pierre Joye [Tue, 17 Jan 2006 15:44:12 +0000 (15:44 +0000)]
- return false on error

19 years ago- Returns FALSE on error, it is how it must work
Pierre Joye [Tue, 17 Jan 2006 15:23:29 +0000 (15:23 +0000)]
- Returns FALSE on error, it is how it must work

19 years agoFixed bug #36037 (heredoc adds extra line number)
Dmitry Stogov [Tue, 17 Jan 2006 09:39:57 +0000 (09:39 +0000)]
Fixed bug #36037 (heredoc adds extra line number)

19 years agoOnly report mkdir() errors if error reporting option is set.
Ilia Alshanetsky [Tue, 17 Jan 2006 02:32:09 +0000 (02:32 +0000)]
Only report mkdir() errors if error reporting option is set.

19 years agoMFH: fix #36038 (ext/hash compile failure on Mac OSX)
Antony Dovgal [Mon, 16 Jan 2006 23:04:23 +0000 (23:04 +0000)]
MFH: fix #36038 (ext/hash compile failure on Mac OSX)

19 years agofix typo
Antony Dovgal [Mon, 16 Jan 2006 20:40:41 +0000 (20:40 +0000)]
fix typo

19 years agoMFH: fix #35999 (recursive mkdir() does not work with relative path like "foo/bar")
Antony Dovgal [Mon, 16 Jan 2006 19:48:23 +0000 (19:48 +0000)]
MFH: fix #35999 (recursive mkdir() does not work with relative path like "foo/bar")

19 years agoFixed first-chance exception during request shutdown
Dmitry Stogov [Mon, 16 Jan 2006 14:26:07 +0000 (14:26 +0000)]
Fixed first-chance exception during request shutdown

19 years agoFixed bug #36006 (Problem with $this in __destruct())
Dmitry Stogov [Mon, 16 Jan 2006 10:12:36 +0000 (10:12 +0000)]
Fixed bug #36006 (Problem with $this in __destruct())

19 years agoFixed bug #36016 (realpath cache memleaks)
Dmitry Stogov [Mon, 16 Jan 2006 09:12:22 +0000 (09:12 +0000)]
Fixed bug #36016 (realpath cache memleaks)

19 years agoFixed bug #36016 (realpath cache memleaks)
Dmitry Stogov [Mon, 16 Jan 2006 09:09:37 +0000 (09:09 +0000)]
Fixed bug #36016 (realpath cache memleaks)

19 years agoAdded a check for special characters in the session name.
Ilia Alshanetsky [Sun, 15 Jan 2006 16:51:18 +0000 (16:51 +0000)]
Added a check for special characters in the session name.

19 years ago- MFH Fix issue found by Nuno
Marcus Boerger [Sun, 15 Jan 2006 00:17:43 +0000 (00:17 +0000)]
- MFH Fix issue found by Nuno

19 years agoadd test for bug #36010
Antony Dovgal [Sat, 14 Jan 2006 22:23:43 +0000 (22:23 +0000)]
add test for bug #36010

19 years ago- Update
Marcus Boerger [Sat, 14 Jan 2006 20:21:10 +0000 (20:21 +0000)]
- Update

19 years ago- Fix test
Marcus Boerger [Sat, 14 Jan 2006 15:53:37 +0000 (15:53 +0000)]
- Fix test

19 years ago- BFN
Marcus Boerger [Sat, 14 Jan 2006 15:24:06 +0000 (15:24 +0000)]
- BFN

19 years ago- Fixed bug #36011
Marcus Boerger [Sat, 14 Jan 2006 15:22:40 +0000 (15:22 +0000)]
- Fixed bug #36011