]> granicus.if.org Git - php/log
php
17 years agotypo
Greg Beaver [Fri, 16 Nov 2007 04:17:37 +0000 (04:17 +0000)]
typo

17 years agoChangeLog update
<changelog@php.net> [Fri, 16 Nov 2007 01:31:34 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix test (thanks to Felipe Pena for noticing)
Antony Dovgal [Thu, 15 Nov 2007 22:14:04 +0000 (22:14 +0000)]
fix test (thanks to Felipe Pena for noticing)

17 years ago- Allow numeric options
Hannes Magnusson [Thu, 15 Nov 2007 13:11:48 +0000 (13:11 +0000)]
- Allow numeric options
- Add tests

17 years agoEnsure that the same phar can be referenced in multiple logical ways:
Greg Beaver [Thu, 15 Nov 2007 05:21:11 +0000 (05:21 +0000)]
Ensure that the same phar can be referenced in multiple logical ways:

1) full path, with \ or / path separator
2) relative path to getcwd()

This should fix the last remaining windows-related quirks as well as similar problems
on unix

17 years agoChangeLog update
<changelog@php.net> [Thu, 15 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoupdate pdo_firebird status
Antony Dovgal [Wed, 14 Nov 2007 22:36:50 +0000 (22:36 +0000)]
update pdo_firebird status

17 years agoMFB
Elizabeth Marie Smith [Wed, 14 Nov 2007 19:44:24 +0000 (19:44 +0000)]
MFB

17 years agoNew testcases for uasort() function
Raghubansh Kumar [Wed, 14 Nov 2007 17:21:09 +0000 (17:21 +0000)]
New testcases for uasort() function

17 years ago- Add a testcase for chgrp() with a NULL as group name, which crashes ATM.
Derick Rethans [Wed, 14 Nov 2007 15:51:35 +0000 (15:51 +0000)]
- Add a testcase for chgrp() with a NULL as group name, which crashes ATM.

17 years agoMFB; Fix test
Hannes Magnusson [Wed, 14 Nov 2007 15:22:45 +0000 (15:22 +0000)]
MFB; Fix test

17 years agoMFB5.3: Fixed bug#43293 (Multiple segfaults in getopt())
Hannes Magnusson [Wed, 14 Nov 2007 14:55:44 +0000 (14:55 +0000)]
MFB5.3:  Fixed bug#43293 (Multiple segfaults in getopt())

17 years ago- pass parameters to buildconf.bat over to buildconf.js (#43281)
Johannes Schlüter [Wed, 14 Nov 2007 01:42:01 +0000 (01:42 +0000)]
- pass parameters to buildconf.bat over to buildconf.js (#43281)
[DOC] install.windows.building.php currently reads like "e.g. cscript /nologo
  win32/build/buildconf.js --add-modules-dir=../php-gtk2 [...]"  that
  might be changed to "buildconf.bat --add-modules-dir=../php-gtk2 [...]"

17 years agoChangeLog update
<changelog@php.net> [Wed, 14 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFix typos
Etienne Kneuss [Tue, 13 Nov 2007 23:37:09 +0000 (23:37 +0000)]
Fix typos

17 years agoMFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
Ilia Alshanetsky [Tue, 13 Nov 2007 20:08:17 +0000 (20:08 +0000)]
MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)

17 years agodisallow multiple access modifiers and 'abstract abstract' methods
Antony Dovgal [Tue, 13 Nov 2007 16:51:22 +0000 (16:51 +0000)]
disallow multiple access modifiers and 'abstract abstract' methods
add tests

17 years agoFixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
Dmitry Stogov [Tue, 13 Nov 2007 15:10:28 +0000 (15:10 +0000)]
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)

17 years agoremove Oracle8 support (it should have been done long ago..)
Antony Dovgal [Tue, 13 Nov 2007 11:09:30 +0000 (11:09 +0000)]
remove Oracle8 support (it should have been done long ago..)

17 years agoFixed bug #43248 (backward compatibility break in realpath())
Dmitry Stogov [Tue, 13 Nov 2007 09:47:19 +0000 (09:47 +0000)]
Fixed bug #43248 (backward compatibility break in realpath())

17 years agobegin win32 fixes for Phar object - still have a problem I can't track down yet,...
Greg Beaver [Tue, 13 Nov 2007 05:57:14 +0000 (05:57 +0000)]
begin win32 fixes for Phar object - still have a problem I can't track down yet, but it's only a matter of time before it is killed too

when passing in a full path with drive letter to the Phar object, we were
then passing "phar://C:/path/to/blah.phar" to php_parse_url(), which
thinks it is getting a valid url scheme "phar", host "C" path "/path/to/blah.phar"

we now pass "phar:///C:/path/to/blah.phar" to make it fail, and then properly
parse the url inside phar

17 years agoChangeLog update
<changelog@php.net> [Tue, 13 Nov 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix bug #43221 (SimpleXML adding default namespace in addAttribute)
Rob Richards [Mon, 12 Nov 2007 18:58:01 +0000 (18:58 +0000)]
fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test

17 years agoChanging the regex for %f so the it will match E-, E+ and E.
Zoe Slattery [Mon, 12 Nov 2007 18:22:10 +0000 (18:22 +0000)]
Changing the regex for %f so the it will match E-, E+ and E.

17 years agobetter error messages
Dmitry Stogov [Mon, 12 Nov 2007 17:53:36 +0000 (17:53 +0000)]
better error messages

17 years agofix error message (reported by Felipe Nascimento)
Antony Dovgal [Mon, 12 Nov 2007 16:55:28 +0000 (16:55 +0000)]
fix error message (reported by Felipe Nascimento)

17 years agoFixed bug #43183 ("use" of the same class in difference scripts results in a fatal...
Dmitry Stogov [Mon, 12 Nov 2007 15:52:11 +0000 (15:52 +0000)]
Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)

17 years agoNew testcases for ksort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:49:29 +0000 (15:49 +0000)]
New testcases for ksort() function

17 years agonew testcases for krsort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:44:47 +0000 (15:44 +0000)]
new testcases for krsort() function

17 years agofix #42736 (xmlrpc_server_call_method() crashes)
Antony Dovgal [Mon, 12 Nov 2007 11:22:00 +0000 (11:22 +0000)]
fix #42736 (xmlrpc_server_call_method() crashes)

17 years agoFixed bug #42937 (__call() method not invoked when methods are called on parent from...
Dmitry Stogov [Mon, 12 Nov 2007 09:12:20 +0000 (09:12 +0000)]
Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class).

17 years agoChangeLog update
<changelog@php.net> [Mon, 12 Nov 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- static can't be used as type hint, fixes #43126 (Etienne Kneuss)
Johannes Schlüter [Sun, 11 Nov 2007 22:10:57 +0000 (22:10 +0000)]
- static can't be used as type hint, fixes #43126 (Etienne Kneuss)

17 years agos/Ident/Indent
Jon Parise [Sun, 11 Nov 2007 20:27:25 +0000 (20:27 +0000)]
s/Ident/Indent

17 years ago- migrate syntax to rEST to allow html/docbook rendering
Lukas Smith [Sun, 11 Nov 2007 16:29:54 +0000 (16:29 +0000)]
- migrate syntax to rEST to allow html/docbook rendering

17 years agoMFB: Fixed parse error described in bug #43228
Ilia Alshanetsky [Sun, 11 Nov 2007 13:38:35 +0000 (13:38 +0000)]
MFB: Fixed parse error described in bug #43228

17 years agoChangeLog update
<changelog@php.net> [Sun, 11 Nov 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Sat, 10 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Allow using full path to load modules using "extension" directive
Jani Taskinen [Fri, 9 Nov 2007 16:26:55 +0000 (16:26 +0000)]
- Allow using full path to load modules using "extension" directive

17 years ago- Added support for [HOST=www.example.com] sections
Jani Taskinen [Fri, 9 Nov 2007 16:02:50 +0000 (16:02 +0000)]
- Added support for [HOST=www.example.com] sections
# Works the same way as PATH, just the SERVER_NAME is matched with these

17 years agows + cs
Jani Taskinen [Fri, 9 Nov 2007 13:49:06 +0000 (13:49 +0000)]
ws + cs

17 years agoFixed type-hint compatibility check in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 13:35:22 +0000 (13:35 +0000)]
Fixed type-hint compatibility check in namespaces

17 years agoFixed implementation of internal interfaces in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 12:16:55 +0000 (12:16 +0000)]
Fixed implementation of internal interfaces in namespaces

17 years agoFix crashes with pconn (merge from 5_3)
Andrey Hristov [Fri, 9 Nov 2007 12:13:15 +0000 (12:13 +0000)]
Fix crashes with pconn (merge from 5_3)

17 years agofix tests
Raghubansh Kumar [Fri, 9 Nov 2007 12:06:08 +0000 (12:06 +0000)]
fix tests

17 years ago- That line got lost while merging around...
Johannes Schlüter [Fri, 9 Nov 2007 11:34:17 +0000 (11:34 +0000)]
- That line got lost while merging around...

17 years ago- Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
Johannes Schlüter [Fri, 9 Nov 2007 10:33:51 +0000 (10:33 +0000)]
- Allow persistent zent_ptr_stacks (patch by Andrey Hristov)

17 years agofix test : better float values
Raghubansh Kumar [Fri, 9 Nov 2007 08:49:28 +0000 (08:49 +0000)]
fix test : better float values

17 years agofix tests: better float values
Raghubansh Kumar [Fri, 9 Nov 2007 07:29:18 +0000 (07:29 +0000)]
fix tests: better float values

17 years agoChangeLog update
<changelog@php.net> [Fri, 9 Nov 2007 01:31:27 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB
Lars Westermann [Thu, 8 Nov 2007 19:41:57 +0000 (19:41 +0000)]
MFB
- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)
- snprintf -> slprintf

17 years agoFix segfault in debug build
Andrey Hristov [Thu, 8 Nov 2007 17:29:06 +0000 (17:29 +0000)]
Fix segfault in debug build

17 years agofix open tag
Antony Dovgal [Thu, 8 Nov 2007 13:34:35 +0000 (13:34 +0000)]
fix open tag

17 years agoFixed bug #43216 (stream_is_local() returns false on "file://")
Dmitry Stogov [Thu, 8 Nov 2007 13:29:38 +0000 (13:29 +0000)]
Fixed bug #43216 (stream_is_local() returns false on "file://")

17 years agoplug memory leak on invalid result type
Antony Dovgal [Thu, 8 Nov 2007 13:28:38 +0000 (13:28 +0000)]
plug memory leak on invalid result type

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 11:39:10 +0000 (11:39 +0000)]
fix test

17 years agofix tests
Antony Dovgal [Thu, 8 Nov 2007 11:19:19 +0000 (11:19 +0000)]
fix tests

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 10:29:40 +0000 (10:29 +0000)]
fix test

17 years agothis error message may vary
Antony Dovgal [Thu, 8 Nov 2007 10:19:39 +0000 (10:19 +0000)]
this error message may vary

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 10:13:18 +0000 (10:13 +0000)]
fix test

17 years agoadd missing 64bit version of the test
Antony Dovgal [Thu, 8 Nov 2007 10:06:52 +0000 (10:06 +0000)]
add missing 64bit version of the test

17 years agofix tests
Antony Dovgal [Thu, 8 Nov 2007 08:11:41 +0000 (08:11 +0000)]
fix tests

17 years agoChangeLog update
<changelog@php.net> [Thu, 8 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix tests
Antony Dovgal [Wed, 7 Nov 2007 12:05:55 +0000 (12:05 +0000)]
fix tests

17 years agoT_IMPORT -> T_USE
Dmitry Stogov [Wed, 7 Nov 2007 09:14:06 +0000 (09:14 +0000)]
T_IMPORT -> T_USE

17 years agoFixed compilation
Dmitry Stogov [Wed, 7 Nov 2007 08:32:17 +0000 (08:32 +0000)]
Fixed compilation

17 years agoChangeLog update
<changelog@php.net> [Wed, 7 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agoWs + cs + missing fix for MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation
Jani Taskinen [Tue, 6 Nov 2007 17:58:41 +0000 (17:58 +0000)]
Ws + cs + missing fix for MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation

17 years ago- MFB Add tests
Marcus Boerger [Tue, 6 Nov 2007 15:29:32 +0000 (15:29 +0000)]
- MFB Add tests

17 years agoFixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)
Dmitry Stogov [Tue, 6 Nov 2007 14:56:32 +0000 (14:56 +0000)]
Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)

17 years ago- fix more variable stuff
Marcus Boerger [Tue, 6 Nov 2007 14:49:15 +0000 (14:49 +0000)]
- fix more variable stuff

17 years ago- fix tests
Marcus Boerger [Tue, 6 Nov 2007 14:47:11 +0000 (14:47 +0000)]
- fix tests

17 years agofix tests
Antony Dovgal [Tue, 6 Nov 2007 14:31:08 +0000 (14:31 +0000)]
fix tests

17 years agoFixed bug #43201 (Crash on using unitialized vals and __get/__set)
Dmitry Stogov [Tue, 6 Nov 2007 14:12:14 +0000 (14:12 +0000)]
Fixed bug #43201 (Crash on using unitialized vals and __get/__set)

17 years agofix: #2
Jani Taskinen [Tue, 6 Nov 2007 13:44:04 +0000 (13:44 +0000)]
fix: #2

17 years ago- Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
Jani Taskinen [Tue, 6 Nov 2007 13:26:24 +0000 (13:26 +0000)]
- Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
# Note: Same problem was with array_diff_assoc()

17 years agofix cleanup
Jani Taskinen [Tue, 6 Nov 2007 13:21:55 +0000 (13:21 +0000)]
fix cleanup

17 years agofix tests, add 64bit versions
Antony Dovgal [Tue, 6 Nov 2007 12:54:13 +0000 (12:54 +0000)]
fix tests, add 64bit versions

17 years ago- nuke extra UEXPECTF
Jani Taskinen [Tue, 6 Nov 2007 12:09:12 +0000 (12:09 +0000)]
- nuke extra UEXPECTF

17 years agoFixed windows build (Rob)
Dmitry Stogov [Tue, 6 Nov 2007 12:06:23 +0000 (12:06 +0000)]
Fixed windows build (Rob)

17 years agows + cs
Jani Taskinen [Tue, 6 Nov 2007 11:48:34 +0000 (11:48 +0000)]
ws + cs

17 years agows
Jani Taskinen [Tue, 6 Nov 2007 10:56:58 +0000 (10:56 +0000)]
ws

17 years agofix non ipv6 enabled win build
Rob Richards [Tue, 6 Nov 2007 10:56:53 +0000 (10:56 +0000)]
fix non ipv6 enabled win build

17 years ago- MFB ws
Marcus Boerger [Tue, 6 Nov 2007 10:54:29 +0000 (10:54 +0000)]
- MFB ws

17 years ago- ws + cs
Jani Taskinen [Tue, 6 Nov 2007 10:52:54 +0000 (10:52 +0000)]
- ws + cs

17 years agoT_IMPORT is gone
Antony Dovgal [Tue, 6 Nov 2007 09:54:34 +0000 (09:54 +0000)]
T_IMPORT is gone

17 years ago- Clarify the difference with * and + args
Jani Taskinen [Tue, 6 Nov 2007 09:48:14 +0000 (09:48 +0000)]
- Clarify the difference with * and + args

17 years ago- Move some entries to 5.3
Jani Taskinen [Tue, 6 Nov 2007 09:45:24 +0000 (09:45 +0000)]
- Move some entries to 5.3

17 years agoAllow user defined malloc/realloc/free
Dmitry Stogov [Tue, 6 Nov 2007 07:37:50 +0000 (07:37 +0000)]
Allow user defined malloc/realloc/free

17 years agoT_IMPORT -> T_USE
Dmitry Stogov [Tue, 6 Nov 2007 07:29:41 +0000 (07:29 +0000)]
T_IMPORT -> T_USE

17 years agoChangeLog update
<changelog@php.net> [Tue, 6 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning
Ilia Alshanetsky [Mon, 5 Nov 2007 23:55:21 +0000 (23:55 +0000)]
MFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning
messages for error inputs)

17 years ago- Fix another wrong expected result (this is a bug!)
Jani Taskinen [Mon, 5 Nov 2007 17:28:58 +0000 (17:28 +0000)]
- Fix another wrong expected result (this is a bug!)

17 years ago- Fix another wrong expected result
Jani Taskinen [Mon, 5 Nov 2007 17:24:00 +0000 (17:24 +0000)]
- Fix another wrong expected result

17 years ago- Fix expected result. This has hidden an obvious bug..
Jani Taskinen [Mon, 5 Nov 2007 17:09:26 +0000 (17:09 +0000)]
- Fix expected result. This has hidden an obvious bug..

17 years agoNew testcases for asort() function
Raghubansh Kumar [Mon, 5 Nov 2007 16:34:54 +0000 (16:34 +0000)]
New testcases for asort() function

17 years agows
Jani Taskinen [Mon, 5 Nov 2007 16:29:04 +0000 (16:29 +0000)]
ws

17 years agoFix test title
Raghubansh Kumar [Mon, 5 Nov 2007 16:19:55 +0000 (16:19 +0000)]
Fix test title

17 years agows
Jani Taskinen [Mon, 5 Nov 2007 16:14:11 +0000 (16:14 +0000)]
ws

17 years agows + cs + sync some fixes from PHP_5_3 branch
Jani Taskinen [Mon, 5 Nov 2007 16:12:55 +0000 (16:12 +0000)]
ws + cs + sync some fixes from PHP_5_3 branch