]> granicus.if.org Git - php/log
php
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

19 years agoeurealloc() should not be used with UBYTES()
Andrei Zmievski [Tue, 24 Jan 2006 23:09:43 +0000 (23:09 +0000)]
eurealloc() should not be used with UBYTES()

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

19 years ago- Implemented #36141 Add ReflectionClass::newInstanceArgs($args)
Marcus Boerger [Tue, 24 Jan 2006 20:19:49 +0000 (20:19 +0000)]
- Implemented #36141 Add ReflectionClass::newInstanceArgs($args)

19 years ago- Add fast access to HashTable
Marcus Boerger [Tue, 24 Jan 2006 19:48:11 +0000 (19:48 +0000)]
- Add fast access to HashTable

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

19 years agofix #36113 (Reading records of unsupported type causes segfault)
Antony Dovgal [Mon, 23 Jan 2006 22:40:39 +0000 (22:40 +0000)]
fix #36113 (Reading records of unsupported type causes segfault)

19 years agoupdate copyright year, and add credits for Davey Shafik/info on where Phar came from
Greg Beaver [Mon, 23 Jan 2006 19:30:14 +0000 (19:30 +0000)]
update copyright year, and add credits for Davey Shafik/info on where Phar came from

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

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

19 years ago- Go with 0.9.4.
Derick Rethans [Mon, 23 Jan 2006 09:04:50 +0000 (09:04 +0000)]
- Go with 0.9.4.

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

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

19 years ago- WS
Marcus Boerger [Sun, 22 Jan 2006 23:53:53 +0000 (23:53 +0000)]
- WS

19 years ago- Fix memory leaks
Marcus Boerger [Sun, 22 Jan 2006 23:48:02 +0000 (23:48 +0000)]
- Fix memory leaks

19 years ago- WS
Marcus Boerger [Sun, 22 Jan 2006 23:46:50 +0000 (23:46 +0000)]
- WS

19 years ago- WS
Marcus Boerger [Sun, 22 Jan 2006 22:15:55 +0000 (22:15 +0000)]
- WS

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

19 years ago- Hmm one more # is needed
Marcus Boerger [Sun, 22 Jan 2006 21:46:47 +0000 (21:46 +0000)]
- Hmm one more # is needed

19 years ago- Fix for head and add a bit more info
Marcus Boerger [Sun, 22 Jan 2006 21:45:38 +0000 (21:45 +0000)]
- Fix for head and add a bit more info

19 years ago- Fix method invocation issues
Marcus Boerger [Sun, 22 Jan 2006 18:55:02 +0000 (18:55 +0000)]
- Fix method invocation issues

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

19 years ago- Fixed constant names in tests.
Derick Rethans [Sat, 21 Jan 2006 15:57:43 +0000 (15:57 +0000)]
- Fixed constant names in tests.

19 years ago- namespace protect constants
Derick Rethans [Sat, 21 Jan 2006 12:48:46 +0000 (12:48 +0000)]
- namespace protect constants

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

19 years agoadded new option of mbstring to php.ini
Rui Hirokawa [Sat, 21 Jan 2006 02:49:32 +0000 (02:49 +0000)]
added new option of mbstring to php.ini

19 years agoChange license from LGPL to PHP.
Omar Kilani [Sat, 21 Jan 2006 01:14:14 +0000 (01:14 +0000)]
Change license from LGPL to PHP.

19 years ago- Fixed bug #Â36110 (missing sanity checks for external build)
foobar [Fri, 20 Jan 2006 21:58:17 +0000 (21:58 +0000)]
- Fixed bug #Â36110 (missing sanity checks for external build)

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

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

19 years agofix #36096 (oci_result() returns garbage after oci_fetch() failed)
Antony Dovgal [Fri, 20 Jan 2006 11:01:36 +0000 (11:01 +0000)]
fix #36096 (oci_result() returns garbage after oci_fetch() failed)

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

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

19 years agofix test
Antony Dovgal [Thu, 19 Jan 2006 21:27:15 +0000 (21:27 +0000)]
fix test

19 years agofix tests
Antony Dovgal [Thu, 19 Jan 2006 20:52:45 +0000 (20:52 +0000)]
fix tests

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

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

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

19 years agofix typo (and possible segfault)
Antony Dovgal [Wed, 18 Jan 2006 23:39:00 +0000 (23:39 +0000)]
fix typo (and possible segfault)

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

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

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

19 years agoreorganize resource destruction.
Antony Dovgal [Wed, 18 Jan 2006 10:11:12 +0000 (10:11 +0000)]
reorganize resource destruction.
- use one helper function for all resource types
- destroy all resources when connections are still available

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

19 years agoimprove open_basedir checks in GD
Antony Dovgal [Tue, 17 Jan 2006 23:49:14 +0000 (23:49 +0000)]
improve open_basedir checks in GD

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

19 years agofix build
Antony Dovgal [Tue, 17 Jan 2006 22:13:39 +0000 (22:13 +0000)]
fix build

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

19 years ago- MFB: imagecolorallocate* returns false on error
Pierre Joye [Tue, 17 Jan 2006 16:34:58 +0000 (16:34 +0000)]
- MFB: imagecolorallocate* returns false on error

19 years agoUnicode stuff is changed according to decision maden on PDM.
Dmitry Stogov [Tue, 17 Jan 2006 12:18:53 +0000 (12:18 +0000)]
Unicode stuff is changed according to decision maden on PDM.
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.

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

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

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

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

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

19 years agofix bug #35999 (recursive mkdir() does not work with relative path like "foo/bar")
Antony Dovgal [Mon, 16 Jan 2006 19:47:07 +0000 (19:47 +0000)]
fix bug #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:35 +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:54 +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:17:50 +0000 (09:17 +0000)]
Fixed bug #36016 (realpath cache memleaks)

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

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

19 years agoavoid segfaults
Antony Dovgal [Sun, 15 Jan 2006 16:05:49 +0000 (16:05 +0000)]
avoid segfaults