]> granicus.if.org Git - php/log
php
19 years ago- Add new test
Marcus Boerger [Mon, 6 Feb 2006 01:28:08 +0000 (01:28 +0000)]
- Add new test

19 years ago- Synch c-level iterator and iterator methods
Marcus Boerger [Mon, 6 Feb 2006 00:58:11 +0000 (00:58 +0000)]
- Synch c-level iterator and iterator methods
- Fix iterator checks
# A nice discussion with Andrei made me remember this issue

19 years ago- Make all default implementations public
Marcus Boerger [Mon, 6 Feb 2006 00:49:33 +0000 (00:49 +0000)]
- Make all default implementations public

19 years ago- Need one more thing exported
Marcus Boerger [Sun, 5 Feb 2006 23:42:53 +0000 (23:42 +0000)]
- Need one more thing exported

19 years ago- Iterator API was changed
Marcus Boerger [Sun, 5 Feb 2006 23:31:47 +0000 (23:31 +0000)]
- Iterator API was changed

19 years ago- Add missing .cvsignore
Marcus Boerger [Sun, 5 Feb 2006 23:29:34 +0000 (23:29 +0000)]
- Add missing .cvsignore

19 years ago- Disallow foreach($v as &$ref) when $v is an object that implements
Marcus Boerger [Sun, 5 Feb 2006 23:26:55 +0000 (23:26 +0000)]
- Disallow foreach($v as &$ref) when $v is an object that implements
  interface Iterator. The signature of Iterator::current() doesn't allow
  that. Maybe ppl also want IteratorByReference or similar. Unfortunatley
  this comes with an API change but there is no easier way.

19 years agoNeeds to use .ustr. portion of the union for IS_UNICODE.
Andrei Zmievski [Sun, 5 Feb 2006 20:54:11 +0000 (20:54 +0000)]
Needs to use .ustr. portion of the union for IS_UNICODE.

19 years agofix #36295 (typo in SplFileObject::flock() parameter name)
Antony Dovgal [Sun, 5 Feb 2006 19:22:13 +0000 (19:22 +0000)]
fix #36295 (typo in SplFileObject::flock() parameter name)

19 years ago- Initialize variable
Marcus Boerger [Sun, 5 Feb 2006 16:25:46 +0000 (16:25 +0000)]
- Initialize variable

19 years ago- MFB: ini entry for gd.jpeg_ignore_warning
Pierre Joye [Sun, 5 Feb 2006 16:05:46 +0000 (16:05 +0000)]
- MFB: ini entry for gd.jpeg_ignore_warning

19 years ago- test for jpeg support
Pierre Joye [Sun, 5 Feb 2006 15:53:02 +0000 (15:53 +0000)]
- test for jpeg support

19 years ago- Fix comparision where one argument is an object
Marcus Boerger [Sun, 5 Feb 2006 13:12:20 +0000 (13:12 +0000)]
- Fix comparision where one argument is an object

19 years ago- Fix bug #36287
Marcus Boerger [Sun, 5 Feb 2006 11:43:28 +0000 (11:43 +0000)]
- Fix bug #36287

19 years agoChangeLog update
<changelog@php.net> [Sun, 5 Feb 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMFB51 Fix build on win32
Frank M. Kromann [Sat, 4 Feb 2006 23:58:22 +0000 (23:58 +0000)]
MFB51 Fix build on win32

19 years ago- Test commit to see if mail works.
Derick Rethans [Sat, 4 Feb 2006 15:36:35 +0000 (15:36 +0000)]
- Test commit to see if mail works.

19 years ago- remove libjpeg direct output and wrap them in php warnings
Pierre Joye [Sat, 4 Feb 2006 14:56:58 +0000 (14:56 +0000)]
- remove libjpeg direct output and wrap them in php warnings

19 years agoMFB51: Fixed bug #34272 (empty array onto COM object blows up)
Rob Richards [Sat, 4 Feb 2006 10:59:18 +0000 (10:59 +0000)]
MFB51: Fixed bug #34272 (empty array onto COM object blows up)
fix mem leaks
WS fixes
add test

19 years agoChangeLog update
<changelog@php.net> [Sat, 4 Feb 2006 06:31:55 +0000 (06:31 +0000)]
ChangeLog update

19 years agoImplement Traversable instead of Iterator.
Andrei Zmievski [Sat, 4 Feb 2006 00:41:42 +0000 (00:41 +0000)]
Implement Traversable instead of Iterator.

19 years agoAdd code unit ops.
Andrei Zmievski [Sat, 4 Feb 2006 00:35:37 +0000 (00:35 +0000)]
Add code unit ops.

19 years agoAbstract the iterator interface so that we can add new types.
Andrei Zmievski [Sat, 4 Feb 2006 00:23:52 +0000 (00:23 +0000)]
Abstract the iterator interface so that we can add new types.

19 years agoGah. In order to avoid memory corruption when using references in
Andrei Zmievski [Fri, 3 Feb 2006 23:50:42 +0000 (23:50 +0000)]
Gah. In order to avoid memory corruption when using references in
foreach() this code is necessary. But it makes iterator 6x slower. We
should keep thinking about how to optimize it.

19 years agoGuard against assign-by-ref.
Andrei Zmievski [Fri, 3 Feb 2006 21:53:05 +0000 (21:53 +0000)]
Guard against assign-by-ref.

19 years agoFixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)
Dmitry Stogov [Fri, 3 Feb 2006 16:30:27 +0000 (16:30 +0000)]
Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)

19 years agoMF51: fix #36010 (Segfault when re-creating and re-executing statements with bound...
Antony Dovgal [Fri, 3 Feb 2006 14:48:24 +0000 (14:48 +0000)]
MF51: fix #36010 (Segfault when re-creating and re-executing statements with bound parameters)

19 years agoduplicate string when needed
Antony Dovgal [Fri, 3 Feb 2006 13:24:26 +0000 (13:24 +0000)]
duplicate string when needed

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

19 years agoChangeLog update
<changelog@php.net> [Fri, 3 Feb 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update

19 years agoRewrite to use C-level iterators for performance. Also, cache the string
Andrei Zmievski [Fri, 3 Feb 2006 00:09:19 +0000 (00:09 +0000)]
Rewrite to use C-level iterators for performance. Also, cache the string
in the iterator object for immutability.

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

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

19 years ago- add a weak/tolerant mode to the jpeg loader
Pierre Joye [Thu, 2 Feb 2006 20:30:54 +0000 (20:30 +0000)]
- add a weak/tolerant mode to the jpeg loader
 * new INI option to enable it (off by default)
   gd.jpeg_ignore_warning (0|1)
 * The default mode is the current behavior
 * if the warning mode is enabled, the image may be loaded succesfully
   but the jpeg warnings will be raise as notices

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

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

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

19 years agofix tests
Antony Dovgal [Thu, 2 Feb 2006 15:04:22 +0000 (15:04 +0000)]
fix tests

19 years agofix win32 snapshots
Antony Dovgal [Thu, 2 Feb 2006 14:45:54 +0000 (14:45 +0000)]
fix win32 snapshots

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

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

19 years agoMF51: fix #36258 (SplFileObject::getPath() may lead to segfault)
Antony Dovgal [Thu, 2 Feb 2006 12:20:26 +0000 (12:20 +0000)]
MF51: 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:42:12 +0000 (11:42 +0000)]
Bug #36226 Inconsistent handling when passing potential arrays

19 years agoFix encoding of empty strings.
Omar Kilani [Thu, 2 Feb 2006 10:54:32 +0000 (10:54 +0000)]
Fix encoding of empty strings.
Add empty string value test case.

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

19 years agoChangeLog update
<changelog@php.net> [Thu, 2 Feb 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

19 years agoFix Andrei.
Sebastian Bergmann [Thu, 2 Feb 2006 06:01:27 +0000 (06:01 +0000)]
Fix Andrei.

19 years agoRemove debug message.
Andrei Zmievski [Thu, 2 Feb 2006 00:05:21 +0000 (00:05 +0000)]
Remove debug message.

19 years agoCheck for intern->text before destroying it.
Andrei Zmievski [Wed, 1 Feb 2006 23:53:53 +0000 (23:53 +0000)]
Check for intern->text before destroying it.

19 years agoProof-of-concept for TextIterator. Much more work to be done here.
Andrei Zmievski [Wed, 1 Feb 2006 23:50:50 +0000 (23:50 +0000)]
Proof-of-concept for TextIterator. Much more work to be done here.

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

19 years agoFixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
Joe Orton [Wed, 1 Feb 2006 13:10:04 +0000 (13:10 +0000)]
Fixed bug #36208 (symbol namespace conflicts using bundled gd).  (Jakub Moc)

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

19 years agofix build
Antony Dovgal [Wed, 1 Feb 2006 09:10:23 +0000 (09:10 +0000)]
fix build

19 years agoMFB: Fix line endings.
Sebastian Bergmann [Wed, 1 Feb 2006 07:42:13 +0000 (07:42 +0000)]
MFB: Fix line endings.

19 years agoChangeLog update
<changelog@php.net> [Wed, 1 Feb 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update

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

19 years ago- Implemented PECL req #6641: negative values for hexadecimal and octal numbers
Derick Rethans [Tue, 31 Jan 2006 19:12:29 +0000 (19:12 +0000)]
- Implemented PECL req #6641: negative values for hexadecimal and octal numbers
  are not supported.

19 years ago- Fixed tests.
Derick Rethans [Tue, 31 Jan 2006 19:09:07 +0000 (19:09 +0000)]
- Fixed tests.

19 years ago- Fixed PECL bug #6639: uppercase hexadecimal digits are not supported.
Derick Rethans [Tue, 31 Jan 2006 18:51:49 +0000 (18:51 +0000)]
- Fixed PECL bug #6639: uppercase hexadecimal digits are not supported.

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

19 years agomerge from 5.1 forgotten patch
Antony Dovgal [Tue, 31 Jan 2006 18:41:38 +0000 (18:41 +0000)]
merge from 5.1 forgotten patch

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

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

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

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

19 years agoAdd some documentation to the JSON extension.
Omar Kilani [Tue, 31 Jan 2006 09:00:47 +0000 (09:00 +0000)]
Add some documentation to the JSON extension.

19 years agoAdd tests for JSON based on tests found on json.org:
Omar Kilani [Tue, 31 Jan 2006 09:00:14 +0000 (09:00 +0000)]
Add tests for JSON based on tests found on json.org:

http://www.crockford.com/JSON/JSON_checker/test/

19 years ago- Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
Omar Kilani [Tue, 31 Jan 2006 08:59:06 +0000 (08:59 +0000)]
- Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
- No longer uses json-c, implements it's own JSON parser and encoder.
- JSON parser based on Douglas Crockford's JSON_checker.

19 years agoRemove json_c.
Omar Kilani [Tue, 31 Jan 2006 08:54:55 +0000 (08:54 +0000)]
Remove json_c.

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

19 years agoChangeLog update
<changelog@php.net> [Tue, 31 Jan 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMSession now works with the new MCache server
Mark L. Woodward [Mon, 30 Jan 2006 16:18:40 +0000 (16:18 +0000)]
MSession now works with the new MCache server

19 years agoChangeLog update
<changelog@php.net> [Mon, 30 Jan 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update

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

19 years ago- An empty string is still a valid string, so there is no reason to return
Derick Rethans [Sun, 29 Jan 2006 16:37:42 +0000 (16:37 +0000)]
- An empty string is still a valid string, so there is no reason to return
  NULL here.

19 years agoChangeLog update
<changelog@php.net> [Sun, 29 Jan 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

19 years agoMF51: use free()
Michael Wallner [Sat, 28 Jan 2006 08:08:48 +0000 (08:08 +0000)]
MF51: use free()

19 years agoChangeLog update
<changelog@php.net> [Sat, 28 Jan 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update

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

19 years agoMFB51 Add header so WDDX builds as shared
Frank M. Kromann [Sat, 28 Jan 2006 06:17:09 +0000 (06:17 +0000)]
MFB51 Add header so WDDX builds as shared

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

19 years agoMF5_1: include png.h prior php.h
Michael Wallner [Fri, 27 Jan 2006 20:48:42 +0000 (20:48 +0000)]
MF5_1: include png.h prior php.h

19 years agoMF_5_1
Michael Wallner [Fri, 27 Jan 2006 20:22:48 +0000 (20:22 +0000)]
MF_5_1

19 years ago- add imap_savebody()
Michael Wallner [Fri, 27 Jan 2006 19:44:40 +0000 (19:44 +0000)]
- add imap_savebody()

19 years ago- add PNG filter constants
Pierre Joye [Fri, 27 Jan 2006 18:05:26 +0000 (18:05 +0000)]
- add PNG filter constants

19 years agoChangeLog update
<changelog@php.net> [Fri, 27 Jan 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- add filter mode support for imagepng
Pierre Joye [Fri, 27 Jan 2006 01:59:26 +0000 (01:59 +0000)]
- add filter mode support for imagepng
  imagepng("file", $comp_mode, $filter_mode);
  The filters are defined in the libpng docs for png_set_filter
  allow to divide the size of png images by more than 2. Constants
  will be added later

  BC kept, by default no filter are set

Fine to MFH? With the constants?

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

19 years ago- fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP
Michael Wallner [Thu, 26 Jan 2006 13:20:56 +0000 (13:20 +0000)]
- fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP

19 years agoMFB51: Fix bug #35954 (Fatal com_exception casting object)
Rob Richards [Thu, 26 Jan 2006 11:18:09 +0000 (11:18 +0000)]
MFB51: Fix bug #35954 (Fatal com_exception casting object)

19 years agoChangeLog update
<changelog@php.net> [Thu, 26 Jan 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update

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

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

19 years agoChangeLog update
<changelog@php.net> [Wed, 25 Jan 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

19 years ago. Update docu
Marcus Boerger [Wed, 25 Jan 2006 00:20:39 +0000 (00:20 +0000)]
. Update docu

19 years agoUse zend_codepoint_to_uchar() macro.
Andrei Zmievski [Wed, 25 Jan 2006 00:02:23 +0000 (00:02 +0000)]
Use zend_codepoint_to_uchar() macro.

19 years agoimprove CS
Antony Dovgal [Tue, 24 Jan 2006 23:58:54 +0000 (23:58 +0000)]
improve CS

19 years agows
Antony Dovgal [Tue, 24 Jan 2006 23:39:09 +0000 (23:39 +0000)]
ws

19 years ago- Update docu
Marcus Boerger [Tue, 24 Jan 2006 23:36:13 +0000 (23:36 +0000)]
- Update docu