]> granicus.if.org Git - php/log
php
16 years agofix ws
Antony Dovgal [Mon, 5 Jan 2009 11:14:43 +0000 (11:14 +0000)]
fix ws

16 years agoMFH: only add "# original source" if a redirect is active
Antony Dovgal [Mon, 5 Jan 2009 09:19:09 +0000 (09:19 +0000)]
MFH: only add "# original source" if a redirect is active

16 years agofix memleaks correctly and make valgrind happy
Antony Dovgal [Mon, 5 Jan 2009 09:14:58 +0000 (09:14 +0000)]
fix memleaks correctly and make valgrind happy

16 years ago- fix build
Pierre Joye [Sun, 4 Jan 2009 20:18:57 +0000 (20:18 +0000)]
- fix build

16 years agoAdded missing initialization
Ilia Alshanetsky [Sun, 4 Jan 2009 16:31:12 +0000 (16:31 +0000)]
Added missing initialization

16 years agoMFH: fix PDO and other 'redirected' tests - add that "# original source" line only...
Antony Dovgal [Sun, 4 Jan 2009 15:56:45 +0000 (15:56 +0000)]
MFH: fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails

16 years agofix test
Antony Dovgal [Sun, 4 Jan 2009 15:21:56 +0000 (15:21 +0000)]
fix test

16 years ago- MFH Add compiler globals as
Marcus Boerger [Sun, 4 Jan 2009 15:20:19 +0000 (15:20 +0000)]
- MFH Add compiler globals as

16 years agoMFH
Antony Dovgal [Sun, 4 Jan 2009 15:19:57 +0000 (15:19 +0000)]
MFH

16 years ago- MFH - Set scope when copying a closure with a new this pointer.
Marcus Boerger [Sun, 4 Jan 2009 14:23:29 +0000 (14:23 +0000)]
- MFH - Set scope when copying a closure with a new this pointer.

16 years agoMFH:
Felipe Pena [Sat, 3 Jan 2009 22:08:38 +0000 (22:08 +0000)]
MFH:
- Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation

16 years ago- MFH Minor corrections and a new test
Marcus Boerger [Sat, 3 Jan 2009 20:41:01 +0000 (20:41 +0000)]
- MFH Minor corrections and a new test

16 years ago- MFH Show closure's bound as static parameter
Marcus Boerger [Sat, 3 Jan 2009 20:04:22 +0000 (20:04 +0000)]
- MFH Show closure's bound  as static parameter

16 years ago- MFH Prevent instantiation from Reflection
Marcus Boerger [Sat, 3 Jan 2009 19:29:55 +0000 (19:29 +0000)]
- MFH Prevent instantiation from Reflection

16 years agoMFH
Marcus Boerger [Sat, 3 Jan 2009 19:08:47 +0000 (19:08 +0000)]
MFH
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.

16 years ago- MFH Overlooked one instance number
Marcus Boerger [Sat, 3 Jan 2009 18:50:56 +0000 (18:50 +0000)]
- MFH Overlooked one instance number

16 years ago- MFH Fix refcounting
Marcus Boerger [Sat, 3 Jan 2009 18:22:20 +0000 (18:22 +0000)]
- MFH Fix refcounting

16 years ago- MFH Rebind closure when binding to property
Marcus Boerger [Sat, 3 Jan 2009 17:48:40 +0000 (17:48 +0000)]
- MFH Rebind closure when binding to property

16 years ago- MFH Improved closure support
Marcus Boerger [Sat, 3 Jan 2009 14:20:22 +0000 (14:20 +0000)]
- MFH Improved closure support

16 years ago- MFH Add minimalistic closure support
Marcus Boerger [Sat, 3 Jan 2009 12:39:27 +0000 (12:39 +0000)]
- MFH Add minimalistic closure support

16 years ago- MFH Add reflection support helpers
Marcus Boerger [Sat, 3 Jan 2009 12:25:59 +0000 (12:25 +0000)]
- MFH Add reflection support helpers

16 years ago- MFH: Windows part
Felipe Pena [Sat, 3 Jan 2009 00:06:33 +0000 (00:06 +0000)]
- MFH: Windows part

16 years ago- MFH: Errr, rule nº 1: be portable :)
Felipe Pena [Fri, 2 Jan 2009 21:42:52 +0000 (21:42 +0000)]
- MFH: Errr, rule nº 1: be portable :)

16 years ago- MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)
Felipe Pena [Fri, 2 Jan 2009 21:28:28 +0000 (21:28 +0000)]
- MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)

16 years ago- MFH: Year++
Felipe Pena [Fri, 2 Jan 2009 20:45:43 +0000 (20:45 +0000)]
- MFH: Year++

16 years agoFixed a possible crash when phar_create_signature() fails
Ilia Alshanetsky [Fri, 2 Jan 2009 20:43:41 +0000 (20:43 +0000)]
Fixed a possible crash when phar_create_signature() fails

16 years ago- MFH Catch exceptions in cli -a
Marcus Boerger [Fri, 2 Jan 2009 13:14:49 +0000 (13:14 +0000)]
- MFH Catch exceptions in cli -a

16 years agoMFH: Check if configure script was copied, and output an error if it wasn't
Kalle Sommer Nielsen [Fri, 2 Jan 2009 12:18:21 +0000 (12:18 +0000)]
MFH: Check if configure script was copied, and output an error if it wasn't

16 years agoMFH: Redirect the "1 file(s) copied" message to nul
Kalle Sommer Nielsen [Fri, 2 Jan 2009 05:51:20 +0000 (05:51 +0000)]
MFH: Redirect the "1 file(s) copied" message to nul

16 years ago- Remove NO_RECURSE as it causes a huge performance impact. Up to 50%
Andi Gutmans [Fri, 2 Jan 2009 04:59:41 +0000 (04:59 +0000)]
- Remove NO_RECURSE as it causes a huge performance impact. Up to 50%
  with Wordpress. Stack size is not really anymore of an issue than on
  Linux with FastCGI (php-cgi.exe). For ISAPI it may be an issue but we
  have other places where we may eat up stack.

16 years agoAdd some missing NEWS items
Scott MacVicar [Fri, 2 Jan 2009 03:04:50 +0000 (03:04 +0000)]
Add some missing NEWS items

16 years agoMFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.
Scott MacVicar [Fri, 2 Jan 2009 03:02:22 +0000 (03:02 +0000)]
MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.

16 years ago- fix build (declaration first please)
Pierre Joye [Fri, 2 Jan 2009 01:50:13 +0000 (01:50 +0000)]
- fix build (declaration first please)

16 years ago- year++
Pierre Joye [Fri, 2 Jan 2009 00:39:14 +0000 (00:39 +0000)]
- year++

16 years ago- fix filename property read
Pierre Joye [Fri, 2 Jan 2009 00:10:20 +0000 (00:10 +0000)]
- fix filename property read

16 years ago- MFB: restore overwrite feature (regression introduced in 5.2.8)
Pierre Joye [Fri, 2 Jan 2009 00:07:57 +0000 (00:07 +0000)]
- MFB: restore overwrite feature (regression introduced in 5.2.8)

16 years ago- MFB: restore fix for binary mode on win (regression introduced in 5.2.8)
Pierre Joye [Fri, 2 Jan 2009 00:04:33 +0000 (00:04 +0000)]
- MFB: restore fix for binary mode on win (regression introduced in 5.2.8)

16 years agoBFN
Ilia Alshanetsky [Thu, 1 Jan 2009 20:16:33 +0000 (20:16 +0000)]
BFN

16 years agoFixed bug #46844 (php scripts or included files with first line starting
Ilia Alshanetsky [Thu, 1 Jan 2009 20:16:24 +0000 (20:16 +0000)]
Fixed bug #46844 (php scripts or included files with first line starting
  with # have the 1st line missed from the output).

16 years ago- MFH Add var_dump support for closures
Marcus Boerger [Thu, 1 Jan 2009 16:22:44 +0000 (16:22 +0000)]
- MFH Add var_dump support for closures

16 years ago- MFH Fix SEGV if get_method() returns a non bound function
Marcus Boerger [Thu, 1 Jan 2009 15:28:15 +0000 (15:28 +0000)]
- MFH Fix SEGV if get_method() returns a non bound function

16 years ago- MFH: expose glob and globfree on wi ndows, can be used by shared ext (core or extern)
Pierre Joye [Thu, 1 Jan 2009 12:32:49 +0000 (12:32 +0000)]
- MFH: expose glob and globfree on wi ndows, can be used by shared ext (core or extern)

16 years agoMFH:
Kalle Sommer Nielsen [Thu, 1 Jan 2009 05:24:29 +0000 (05:24 +0000)]
MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell

16 years agoremoving xfail sections as test passes
Zoe Slattery [Wed, 31 Dec 2008 20:45:04 +0000 (20:45 +0000)]
removing xfail sections as test passes

16 years agoremoving xfail sections as test passes
Zoe Slattery [Wed, 31 Dec 2008 20:30:09 +0000 (20:30 +0000)]
removing xfail sections as test passes

16 years agoremoving xfail sections as test passes
Zoe Slattery [Wed, 31 Dec 2008 20:21:00 +0000 (20:21 +0000)]
removing xfail sections as test passes

16 years agonew test from Nat Mcugh
Zoe Slattery [Wed, 31 Dec 2008 20:06:26 +0000 (20:06 +0000)]
new test from Nat Mcugh

16 years ago- enable gehostname on windows [DOC]
Pierre Joye [Wed, 31 Dec 2008 19:47:13 +0000 (19:47 +0000)]
- enable gehostname on windows [DOC]

16 years ago- Fix windows build (missing MFH snippet)
Marcus Boerger [Wed, 31 Dec 2008 18:55:22 +0000 (18:55 +0000)]
- Fix windows build (missing MFH snippet)

16 years agoFixed bug #46845 Test expected to fail, but pass, don't cause error
Zoe Slattery [Wed, 31 Dec 2008 17:35:50 +0000 (17:35 +0000)]
Fixed bug #46845 Test expected to fail, but pass, don't cause error

16 years ago- Add needed include as reported by Pierre
Marcus Boerger [Wed, 31 Dec 2008 17:33:05 +0000 (17:33 +0000)]
- Add needed include as reported by Pierre

16 years agoMFH: don't use WRONG_PARAM_COUNT with new param parsing API
Antony Dovgal [Wed, 31 Dec 2008 15:48:18 +0000 (15:48 +0000)]
MFH: don't use WRONG_PARAM_COUNT with new param parsing API

16 years ago- BFN
Felipe Pena [Wed, 31 Dec 2008 15:45:59 +0000 (15:45 +0000)]
- BFN

16 years ago- MFH: Fixed bug #46973 (IPv6 address filter rejects valid address)
Felipe Pena [Wed, 31 Dec 2008 15:03:18 +0000 (15:03 +0000)]
- MFH: Fixed bug #46973 (IPv6 address filter rejects valid address)

16 years agoNuke unused variables
Hannes Magnusson [Wed, 31 Dec 2008 14:45:14 +0000 (14:45 +0000)]
Nuke unused variables

16 years ago- Use Revision instead of Id tag for version
Marcus Boerger [Wed, 31 Dec 2008 14:36:27 +0000 (14:36 +0000)]
- Use Revision instead of Id tag for version

16 years ago[DOC]
Ilia Alshanetsky [Wed, 31 Dec 2008 14:30:38 +0000 (14:30 +0000)]
[DOC]
Added gethostname() to return the current system host name.

16 years agoMFH
Marcus Boerger [Wed, 31 Dec 2008 14:27:09 +0000 (14:27 +0000)]
MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
  registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]

16 years ago- Sync with HEAD, no ability to not start builtin functions
Marcus Boerger [Wed, 31 Dec 2008 14:05:22 +0000 (14:05 +0000)]
- Sync with HEAD, no ability to not start builtin functions

16 years ago- MFH Fix info output
Marcus Boerger [Wed, 31 Dec 2008 13:49:14 +0000 (13:49 +0000)]
- MFH Fix info output

16 years agoMFH
Marcus Boerger [Wed, 31 Dec 2008 13:25:21 +0000 (13:25 +0000)]
MFH
- Register engine classes when and where they should be
- Show core module version as PHP version

16 years ago- MFH Do not show core ini entries twice
Marcus Boerger [Wed, 31 Dec 2008 12:52:39 +0000 (12:52 +0000)]
- MFH Do not show core ini entries twice

16 years ago- MFH Fix test
Marcus Boerger [Wed, 31 Dec 2008 12:33:12 +0000 (12:33 +0000)]
- MFH Fix test

16 years ago- MFH Move stdClass registering where it should be
Marcus Boerger [Wed, 31 Dec 2008 12:26:33 +0000 (12:26 +0000)]
- MFH Move stdClass registering where it should be

16 years agoMFH: Bump copyright year, 3 of 3.
Sebastian Bergmann [Wed, 31 Dec 2008 11:15:49 +0000 (11:15 +0000)]
MFH: Bump copyright year, 3 of 3.

16 years agoMFH: Bump copyright year, 2 of 3.
Sebastian Bergmann [Wed, 31 Dec 2008 11:13:54 +0000 (11:13 +0000)]
MFH: Bump copyright year, 2 of 3.

16 years agoMFH: Bump copyright year, 1 of 3.
Sebastian Bergmann [Wed, 31 Dec 2008 11:13:47 +0000 (11:13 +0000)]
MFH: Bump copyright year, 1 of 3.

16 years agoRevert to the previous version for these tests as they were overwritten by mistake...
Ant Phillips [Wed, 31 Dec 2008 10:36:12 +0000 (10:36 +0000)]
Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results).

16 years agoMFH: Fix #45820 (Empty ArrayObject keys not allowed)
Etienne Kneuss [Tue, 30 Dec 2008 23:34:29 +0000 (23:34 +0000)]
MFH: Fix #45820 (Empty ArrayObject keys not allowed)

16 years ago- MFH Provide a core module that contains all Zend and php/main (in 5.3 incl. stdClass)
Marcus Boerger [Tue, 30 Dec 2008 20:15:28 +0000 (20:15 +0000)]
- MFH Provide a core module that contains all Zend and php/main (in 5.3 incl. stdClass)

16 years agoMFH
Andrei Zmievski [Tue, 30 Dec 2008 19:37:35 +0000 (19:37 +0000)]
MFH

16 years agoMFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL).
Ilia Alshanetsky [Tue, 30 Dec 2008 19:11:13 +0000 (19:11 +0000)]
MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL).

16 years ago- MFH Show version and ini entries as default module info.
Marcus Boerger [Tue, 30 Dec 2008 19:10:37 +0000 (19:10 +0000)]
- MFH Show version and ini entries as default module info.

16 years ago- MFH Do not show empty ini directive tables for modules without ini entries.
Marcus Boerger [Tue, 30 Dec 2008 19:08:54 +0000 (19:08 +0000)]
- MFH Do not show empty ini directive tables for modules without ini entries.

16 years agoFix arginfo and proto
Hannes Magnusson [Tue, 30 Dec 2008 18:55:16 +0000 (18:55 +0000)]
Fix arginfo and proto

16 years agoMFH Use a module struct for the built-in functions
Marcus Boerger [Tue, 30 Dec 2008 18:17:44 +0000 (18:17 +0000)]
MFH Use a module struct for the built-in functions

16 years agoRevert to the previous version for these tests as they were overwritten by mistake...
Ant Phillips [Tue, 30 Dec 2008 16:49:43 +0000 (16:49 +0000)]
Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results).

16 years agorefixing missing skipif
Zoe Slattery [Tue, 30 Dec 2008 15:57:23 +0000 (15:57 +0000)]
refixing missing skipif

16 years ago- MFH Added missing check for void param. (patch by Kalle)
Felipe Pena [Tue, 30 Dec 2008 12:50:16 +0000 (12:50 +0000)]
- MFH Added missing check for void param. (patch by Kalle)

16 years ago- MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by...
Felipe Pena [Tue, 30 Dec 2008 02:17:30 +0000 (02:17 +0000)]
- MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria)

16 years agoThis is not TODO file..
Jani Taskinen [Mon, 29 Dec 2008 09:58:18 +0000 (09:58 +0000)]
This is not TODO file..

16 years ago- Errr, I lost the practice ;D
Felipe Pena [Sun, 28 Dec 2008 00:02:13 +0000 (00:02 +0000)]
- Errr, I lost the practice ;D

16 years ago- BFN #46957
Felipe Pena [Sat, 27 Dec 2008 23:59:43 +0000 (23:59 +0000)]
- BFN #46957

16 years ago- Bug #46957 (The tokenizer returns deprecated values)
Felipe Pena [Sat, 27 Dec 2008 23:16:56 +0000 (23:16 +0000)]
- Bug #46957 (The tokenizer returns deprecated values)

16 years agoMFH: Nuke more removed extensions
Hannes Magnusson [Sat, 27 Dec 2008 21:03:53 +0000 (21:03 +0000)]
MFH: Nuke more removed extensions

16 years agoMFH: - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct)
Hannes Magnusson [Sat, 27 Dec 2008 20:55:06 +0000 (20:55 +0000)]
MFH: - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct)
MFH: - Remove entries from removed extension (ifx

16 years agoMFH: Add sysvshm.init_mem.
Hannes Magnusson [Sat, 27 Dec 2008 20:28:38 +0000 (20:28 +0000)]
MFH: Add sysvshm.init_mem.
[DOC] Looks like this setting has always been available

16 years agoMFH
Antony Dovgal [Sat, 27 Dec 2008 20:23:12 +0000 (20:23 +0000)]
MFH

16 years agoMFH: fix compile warning
Antony Dovgal [Sat, 27 Dec 2008 20:22:10 +0000 (20:22 +0000)]
MFH: fix compile warning

16 years agoadd missing .cvsignore
Antony Dovgal [Sat, 27 Dec 2008 20:03:49 +0000 (20:03 +0000)]
add missing .cvsignore

16 years ago- Fixed tests
Felipe Pena [Sat, 27 Dec 2008 19:16:49 +0000 (19:16 +0000)]
- Fixed tests

16 years ago- MFH: Fixed code (comparison with string literal)
Felipe Pena [Sat, 27 Dec 2008 19:06:48 +0000 (19:06 +0000)]
- MFH: Fixed code (comparison with string literal)

16 years ago- MFH: Fixed memory leaks
Felipe Pena [Sat, 27 Dec 2008 13:32:24 +0000 (13:32 +0000)]
- MFH: Fixed memory leaks

16 years agoMFH: proper exports/imports for win32
Rob Richards [Sat, 27 Dec 2008 12:22:38 +0000 (12:22 +0000)]
MFH: proper exports/imports for win32

16 years agoMFH: add missing exports
Rob Richards [Sat, 27 Dec 2008 12:16:12 +0000 (12:16 +0000)]
MFH: add missing exports

16 years agoMFH: fix explode behavior to respect negative limit when string is empty.
Brian Shire [Sat, 27 Dec 2008 05:15:51 +0000 (05:15 +0000)]
MFH: fix explode behavior to respect negative limit when string is empty.

16 years agoMFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)
Arnaud Le Blanc [Sat, 27 Dec 2008 03:06:57 +0000 (03:06 +0000)]
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)

16 years ago- Fix test
Felipe Pena [Sat, 27 Dec 2008 01:19:49 +0000 (01:19 +0000)]
- Fix test

16 years agoMFH: force export on win32 to workaround win32 conig issues
Rob Richards [Sat, 27 Dec 2008 01:07:49 +0000 (01:07 +0000)]
MFH: force export on win32 to workaround win32 conig issues

16 years ago- MFH: Fix test
Felipe Pena [Sat, 27 Dec 2008 01:05:07 +0000 (01:05 +0000)]
- MFH: Fix test