]> granicus.if.org Git - php/log
php
16 years ago- Remove duplicated lines.
Moriyoshi Koizumi [Tue, 22 Jul 2008 09:18:30 +0000 (09:18 +0000)]
- Remove duplicated lines.

16 years agows
Jani Taskinen [Tue, 22 Jul 2008 07:44:41 +0000 (07:44 +0000)]
ws

16 years agoClosure object cannot have properties
Dmitry Stogov [Tue, 22 Jul 2008 07:29:31 +0000 (07:29 +0000)]
Closure object cannot have properties

16 years ago- This test works fine (patch by Lars Strojny)
Derick Rethans [Tue, 22 Jul 2008 07:13:52 +0000 (07:13 +0000)]
- This test works fine (patch by Lars Strojny)

16 years agoFixed test
Dmitry Stogov [Tue, 22 Jul 2008 07:09:59 +0000 (07:09 +0000)]
Fixed test

16 years agoImproved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)
Dmitry Stogov [Tue, 22 Jul 2008 07:03:00 +0000 (07:03 +0000)]
Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed)

16 years ago- MFH: Segfault when an exception is thrown on persistent connections
Pierre Joye [Tue, 22 Jul 2008 06:51:00 +0000 (06:51 +0000)]
- MFH: Segfault when an exception is thrown on persistent connections

16 years ago- MFH: Added arginfo
Felipe Pena [Tue, 22 Jul 2008 01:47:22 +0000 (01:47 +0000)]
- MFH: Added arginfo

16 years agoMFH: Fix integer oveflow in strrpos()
Scott MacVicar [Tue, 22 Jul 2008 01:10:58 +0000 (01:10 +0000)]
MFH: Fix integer oveflow in strrpos()

16 years agoMFH:
Felipe Pena [Mon, 21 Jul 2008 22:41:39 +0000 (22:41 +0000)]
MFH:
- Removed ntest and utest
- Removed -U flag to `make test' just to test once each test

16 years ago- Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.
Felipe Pena [Mon, 21 Jul 2008 19:32:21 +0000 (19:32 +0000)]
- Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.
  (patch by Christian Hoffmann)

16 years agoOptimisation for zend_memnstr when the needle is only a single character. (Patch...
Scott MacVicar [Mon, 21 Jul 2008 18:47:02 +0000 (18:47 +0000)]
Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)

16 years ago- SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)
Pierre Joye [Mon, 21 Jul 2008 17:35:50 +0000 (17:35 +0000)]
- SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)

16 years agoAdded check for small ZEMD_MM_SEG_SIZE
Dmitry Stogov [Mon, 21 Jul 2008 17:06:35 +0000 (17:06 +0000)]
Added check for small ZEMD_MM_SEG_SIZE

16 years agoMFH:- Visibility (bug #45564)
Jani Taskinen [Mon, 21 Jul 2008 16:23:00 +0000 (16:23 +0000)]
MFH:- Visibility (bug #45564)

16 years agoMFH: sync
Jani Taskinen [Mon, 21 Jul 2008 16:16:30 +0000 (16:16 +0000)]
MFH: sync

16 years agoMFH: Sync with PHP 6.
Jani Taskinen [Mon, 21 Jul 2008 16:08:15 +0000 (16:08 +0000)]
MFH: Sync with PHP 6.

16 years agoMFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
Johannes Schlüter [Mon, 21 Jul 2008 13:09:28 +0000 (13:09 +0000)]
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
     pecl#12794, pecl#12401

# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
#  http://news.php.net/php.qa/64378)
#
#  PDO_MYSQL_TEST_DSN  - DSN
#    For example: mysql:dbname=test;host=localhost;port=3306
#
#  PDO_MYSQL_TEST_HOST    - database host
#  PDO_MYSQL_TEST_DB      - database (schema) name
#  PDO_MYSQL_TEST_SOCKET  - database server socket
#  PDO_MYSQL_TEST_ENGINE  - storage engine to use
#  PDO_MYSQL_TEST_USER    - database user
#  PDO_MYSQL_TEST_PASS    - database user password
#  PDO_MYSQL_TEST_CHARSET - database charset
#
#  NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
#  part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
#  for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.

16 years agoPure, old-fashion CVS grown, bug fix.
Andrey Hristov [Mon, 21 Jul 2008 13:05:46 +0000 (13:05 +0000)]
Pure, old-fashion CVS grown, bug fix.

16 years agoFix for bug#45179 --with-mysql-sock fails to compile & work
Andrey Hristov [Mon, 21 Jul 2008 12:58:51 +0000 (12:58 +0000)]
Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql

16 years agoFix tests (patch by Lars)
Hannes Magnusson [Mon, 21 Jul 2008 12:23:38 +0000 (12:23 +0000)]
Fix tests (patch by Lars)

16 years ago- Forward compatibility.
Jani Taskinen [Mon, 21 Jul 2008 11:46:18 +0000 (11:46 +0000)]
- Forward compatibility.
# @DOC@, [DOC], *DOC*: Added FILE_TEXT and FILE_BINARY constants for forward compatibility.

16 years agoMFH
Kalle Sommer Nielsen [Mon, 21 Jul 2008 11:09:36 +0000 (11:09 +0000)]
MFH

16 years ago- More stupid WS etc fixes. Plus the missing help text place holders for Steph to...
Jani Taskinen [Mon, 21 Jul 2008 11:05:23 +0000 (11:05 +0000)]
- More stupid WS etc fixes. Plus the missing help text place holders for Steph to fill up..

16 years agoMFH: Stupid WS fixes..Thanks Steph!
Jani Taskinen [Mon, 21 Jul 2008 10:48:31 +0000 (10:48 +0000)]
MFH: Stupid WS fixes..Thanks Steph!

16 years agoMFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!)
Jani Taskinen [Mon, 21 Jul 2008 10:31:37 +0000 (10:31 +0000)]
MFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!)

16 years agoMFH: sync configure.in with HEAD (where applicable)
Jani Taskinen [Mon, 21 Jul 2008 10:17:36 +0000 (10:17 +0000)]
MFH: sync configure.in with HEAD (where applicable)

16 years agoRun the tests with E_STRICT again
Hannes Magnusson [Mon, 21 Jul 2008 09:59:37 +0000 (09:59 +0000)]
Run the tests with E_STRICT again
# Why isn't E_STRICT in E_ALL?

16 years agoMFH: Add E_USER_DEPRECATED (patch by Lars Strojny)
Hannes Magnusson [Mon, 21 Jul 2008 09:41:00 +0000 (09:41 +0000)]
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)

16 years agoMFH: fix proto
Hannes Magnusson [Mon, 21 Jul 2008 09:38:04 +0000 (09:38 +0000)]
MFH: fix proto

16 years agoFix test on Windows
Kalle Sommer Nielsen [Mon, 21 Jul 2008 09:32:56 +0000 (09:32 +0000)]
Fix test on Windows

16 years ago- MFH: Fixed one more test (on 32 bits)
Derick Rethans [Mon, 21 Jul 2008 09:32:15 +0000 (09:32 +0000)]
- MFH: Fixed one more test (on 32 bits)

16 years agoFixed chdir() into requested file directory inconsistencies
Dmitry Stogov [Mon, 21 Jul 2008 08:43:36 +0000 (08:43 +0000)]
Fixed chdir() into requested file directory inconsistencies

16 years ago- MFH Little debug hack to allow printing vm function
Marcus Boerger [Mon, 21 Jul 2008 08:14:24 +0000 (08:14 +0000)]
- MFH Little debug hack to allow printing vm function

16 years ago- MFH: fix test
Derick Rethans [Mon, 21 Jul 2008 07:27:26 +0000 (07:27 +0000)]
- MFH: fix test

16 years agoMFH
Antony Dovgal [Mon, 21 Jul 2008 07:27:13 +0000 (07:27 +0000)]
MFH

16 years ago- MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).
Derick Rethans [Sun, 20 Jul 2008 20:58:51 +0000 (20:58 +0000)]
- MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).

16 years agoFix macro redef
Kalle Sommer Nielsen [Sun, 20 Jul 2008 20:17:48 +0000 (20:17 +0000)]
Fix macro redef

16 years agoMFH + NEWS entry
Kalle Sommer Nielsen [Sun, 20 Jul 2008 19:03:18 +0000 (19:03 +0000)]
MFH + NEWS entry

16 years ago- MFH: Bug #45572
Moriyoshi Koizumi [Sun, 20 Jul 2008 18:26:02 +0000 (18:26 +0000)]
- MFH: Bug #45572

16 years agoMFH: Iterator methods overwriting optimisations
Etienne Kneuss [Sun, 20 Jul 2008 17:32:10 +0000 (17:32 +0000)]
MFH: Iterator methods overwriting optimisations

16 years ago- BFN: #45571
Felipe Pena [Sun, 20 Jul 2008 16:54:06 +0000 (16:54 +0000)]
- BFN: #45571

16 years ago- Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static...
Felipe Pena [Sun, 20 Jul 2008 16:51:28 +0000 (16:51 +0000)]
- Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
  patch by Robin Fernandes

16 years agoMFH: Fix build for solaris
Etienne Kneuss [Sun, 20 Jul 2008 16:32:55 +0000 (16:32 +0000)]
MFH: Fix build for solaris

16 years agoFixed test
Dmitry Stogov [Sun, 20 Jul 2008 16:20:02 +0000 (16:20 +0000)]
Fixed test

16 years agoFixed test
Dmitry Stogov [Sun, 20 Jul 2008 15:56:28 +0000 (15:56 +0000)]
Fixed test

16 years ago- Fix the header (thanks Johannes)
Moriyoshi Koizumi [Sun, 20 Jul 2008 15:10:24 +0000 (15:10 +0000)]
- Fix the header (thanks Johannes)

16 years agoFixed directory reanming/deletion
Dmitry Stogov [Sun, 20 Jul 2008 14:42:34 +0000 (14:42 +0000)]
Fixed directory reanming/deletion

16 years ago- Added arginfo
Felipe Pena [Sun, 20 Jul 2008 14:28:41 +0000 (14:28 +0000)]
- Added arginfo

16 years ago- WS fix
Moriyoshi Koizumi [Sun, 20 Jul 2008 12:47:34 +0000 (12:47 +0000)]
- WS fix

16 years ago- Happy New Year!
Steph Fox [Sun, 20 Jul 2008 02:20:31 +0000 (02:20 +0000)]
- Happy New Year!
(better late than never, eh?)

16 years ago- Update get_define() calls to reflect earlier change in return value on failure
Steph Fox [Sun, 20 Jul 2008 01:19:45 +0000 (01:19 +0000)]
- Update get_define() calls to reflect earlier change in return value on failure
- Rename output files (to avoid that build option for "php5ts.exe")
- Add libpath to intermediate dir path (avoids a naming collision that wasn't there last week)
- Don't make assumptions about trailing whitespace in incoming data

16 years agoMFH: Complete the ZTS build fix
Etienne Kneuss [Sat, 19 Jul 2008 19:45:55 +0000 (19:45 +0000)]
MFH: Complete the ZTS build fix

16 years ago- MFH: Fixed ZTS build.
Derick Rethans [Sat, 19 Jul 2008 19:24:07 +0000 (19:24 +0000)]
- MFH: Fixed ZTS build.

16 years ago- Fix logic in get_define()
Steph Fox [Sat, 19 Jul 2008 19:02:59 +0000 (19:02 +0000)]
- Fix logic in get_define()

16 years ago- MFH: Country codes are ISO 3166.
Derick Rethans [Sat, 19 Jul 2008 17:38:29 +0000 (17:38 +0000)]
- MFH: Country codes are ISO 3166.

16 years ago- Rejig REMOVE_TARGET
Steph Fox [Sat, 19 Jul 2008 16:57:58 +0000 (16:57 +0000)]
- Rejig REMOVE_TARGET
- Tidy ADD_EXTENSION_DEP
- Put summary output in alphabetical order

16 years ago- MFH Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php...
Marcus Boerger [Sat, 19 Jul 2008 15:56:59 +0000 (15:56 +0000)]
- MFH Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php.html)

16 years ago- MFH Added RecursiveTreeIterator
Marcus Boerger [Sat, 19 Jul 2008 15:49:21 +0000 (15:49 +0000)]
- MFH Added RecursiveTreeIterator

16 years agoMFH: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the...
Etienne Kneuss [Sat, 19 Jul 2008 13:13:57 +0000 (13:13 +0000)]
MFH: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch)

16 years agoMFH: Implement DirectoryIterator::seek
Etienne Kneuss [Sat, 19 Jul 2008 11:20:18 +0000 (11:20 +0000)]
MFH: Implement DirectoryIterator::seek

16 years agoNew tests
Henrique do Nascimento Angelo [Fri, 18 Jul 2008 23:52:01 +0000 (23:52 +0000)]
New tests

16 years ago- New tests
Felipe Pena [Fri, 18 Jul 2008 19:24:49 +0000 (19:24 +0000)]
- New tests

16 years agoMFB:
Felipe Pena [Fri, 18 Jul 2008 19:24:03 +0000 (19:24 +0000)]
MFB:
- Fixed bug #45556 (Return value from callback isn't freed).
- Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback).
- Fixed wrong arginfo for xmlrpc_encode_request()

16 years ago- Added: Deprecated ticks support.
Felipe Pena [Fri, 18 Jul 2008 17:55:59 +0000 (17:55 +0000)]
- Added: Deprecated ticks support.

16 years ago- Make SAPI include paths work (on my box at least)
Steph Fox [Fri, 18 Jul 2008 17:35:37 +0000 (17:35 +0000)]
- Make SAPI include paths work (on my box at least)

16 years ago- Make REMOVE_TARGET work in all cases
Steph Fox [Fri, 18 Jul 2008 15:45:03 +0000 (15:45 +0000)]
- Make REMOVE_TARGET work in all cases

16 years ago- MFH: Added support for selectively listing timezone identifiers by country
Derick Rethans [Fri, 18 Jul 2008 14:33:53 +0000 (14:33 +0000)]
- MFH: Added support for selectively listing timezone identifiers by country
  code through timezone_identifiers_list() / DateTimezone::listIdentifiers().
- MFH: Added timezone_location_get() / DateTimezone::getLocation() for
  retrieving location information from timezones.

16 years ago- Updated to version 2008.4.1 (2008d)
Derick Rethans [Fri, 18 Jul 2008 13:46:06 +0000 (13:46 +0000)]
- Updated to version 2008.4.1 (2008d)

16 years agoFix compile error due to the removal of fteller on streams.
Scott MacVicar [Fri, 18 Jul 2008 13:08:08 +0000 (13:08 +0000)]
Fix compile error due to the removal of fteller on streams.

16 years ago- Fixed test
Felipe Pena [Fri, 18 Jul 2008 12:20:29 +0000 (12:20 +0000)]
- Fixed test

16 years agoFixed access to freed memory
Dmitry Stogov [Fri, 18 Jul 2008 09:35:51 +0000 (09:35 +0000)]
Fixed access to freed memory

16 years agofix segfault
Antony Dovgal [Fri, 18 Jul 2008 07:39:53 +0000 (07:39 +0000)]
fix segfault

16 years ago- SAPIs are go.
Steph Fox [Fri, 18 Jul 2008 02:53:06 +0000 (02:53 +0000)]
- SAPIs are go.
Caveat: aolserver, isapi, nsapi, pi3web and (obviously) Linux-specific modules not tested.

16 years agoRemove GD 1.0 support, still need to adjust the configure scripts to correctly check...
Scott MacVicar [Fri, 18 Jul 2008 01:51:49 +0000 (01:51 +0000)]
Remove GD 1.0 support, still need to adjust the configure scripts to correctly check for a newer version

16 years agoRemove freetype1 support
Scott MacVicar [Fri, 18 Jul 2008 01:16:25 +0000 (01:16 +0000)]
Remove freetype1 support

16 years ago - MFB: fix crash when some crafted font are given
Pierre Joye [Thu, 17 Jul 2008 23:13:09 +0000 (23:13 +0000)]
 - MFB: fix crash when some crafted font are given

16 years ago- MFH: Fix ZTS build
Moriyoshi Koizumi [Thu, 17 Jul 2008 20:04:06 +0000 (20:04 +0000)]
- MFH: Fix ZTS build

16 years ago- Deprecate ticks
Felipe Pena [Thu, 17 Jul 2008 19:29:34 +0000 (19:29 +0000)]
- Deprecate ticks

16 years agovc9 build fix
Stanislav Malyshev [Thu, 17 Jul 2008 17:48:50 +0000 (17:48 +0000)]
vc9 build fix

16 years ago- MFH: CS/WS
Pierre Joye [Thu, 17 Jul 2008 17:31:35 +0000 (17:31 +0000)]
- MFH: CS/WS

16 years agoThis file isn't needed any more
Scott MacVicar [Thu, 17 Jul 2008 17:24:26 +0000 (17:24 +0000)]
This file isn't needed any more

16 years ago- Fix include_path.
Moriyoshi Koizumi [Thu, 17 Jul 2008 16:30:32 +0000 (16:30 +0000)]
- Fix include_path.

16 years ago- MFH: Removed dependencies from php_mbregex to oniguruma types
Moriyoshi Koizumi [Thu, 17 Jul 2008 16:08:37 +0000 (16:08 +0000)]
- MFH: Removed dependencies from php_mbregex to oniguruma types

16 years agoupdate PCRE symbols
Nuno Lopes [Thu, 17 Jul 2008 14:34:51 +0000 (14:34 +0000)]
update PCRE symbols

16 years agofixed win32 build when ext/mbstring is enabled.
Rui Hirokawa [Thu, 17 Jul 2008 14:10:53 +0000 (14:10 +0000)]
fixed win32 build when ext/mbstring is enabled.

16 years agoFixed search on uninitialized data
Dmitry Stogov [Thu, 17 Jul 2008 14:05:07 +0000 (14:05 +0000)]
Fixed search on uninitialized data

16 years agoFixed wrong arguments order
Dmitry Stogov [Thu, 17 Jul 2008 13:22:32 +0000 (13:22 +0000)]
Fixed wrong arguments order

16 years agofix folding
Antony Dovgal [Thu, 17 Jul 2008 10:24:51 +0000 (10:24 +0000)]
fix folding

16 years agoSupport for closures
Dmitry Stogov [Thu, 17 Jul 2008 09:53:42 +0000 (09:53 +0000)]
Support for closures

16 years agoAllow PECL builds with PHP 4. No MTH needed
Christopher Jones [Thu, 17 Jul 2008 00:36:02 +0000 (00:36 +0000)]
Allow PECL builds with PHP 4.  No MTH needed

16 years agoMFH: [DOC] Add LOB & Collection class parameter reflection
Christopher Jones [Wed, 16 Jul 2008 23:55:13 +0000 (23:55 +0000)]
MFH: [DOC] Add LOB & Collection class parameter reflection

16 years agorevert my previous patch.
Rui Hirokawa [Wed, 16 Jul 2008 22:56:56 +0000 (22:56 +0000)]
revert my previous patch.

16 years agoUpdate README to reflect current state of play
Steph Fox [Wed, 16 Jul 2008 22:30:12 +0000 (22:30 +0000)]
Update README to reflect current state of play

16 years ago- A bit more finesse for .dsp generation
Steph Fox [Wed, 16 Jul 2008 22:25:46 +0000 (22:25 +0000)]
- A bit more finesse for .dsp generation
- Builds (on my box) for cgi or cli
- This is still VC6-only at present

16 years agoMFH
Christopher Jones [Wed, 16 Jul 2008 22:16:03 +0000 (22:16 +0000)]
MFH

1. Merged ARG_INFO patch (Felipe)

2. Allow empty username & password so Oracle can do non-password based
authentication, i.e. "External Authentication".
http://news.php.net/php.internals/37545

[DOC]

A new OCI_CRED_EXT flag can be passed as the "session_mode" parameter
to oci_connect(), oci_new_connect() and oci_pconnect().

  $c1 = oci_connect("/", "", $db, null, OCI_CRED_EXT);

This tells Oracle to do external or OS authentication, if configured
in the database.

OCI_CRED_EXT can only be used with username of "/" and a empty
password.  Oci8.privileged_connection may be On or Off.  OCI_CRED_EXT
is not supported on Windows for security reasons.

The new flag may be combined with the existing OCI_SYSOPER or
OCI_SYSDBA modes (note: oci8.privileged_connection needs to be On for
OCI_SYSDBA and OCI_SYSOPER), e.g.:

  $c1 = oci_connect("/", "", $db, null, OCI_CRED_EXT+OCI_SYSOPER);

16 years agoMFH: improve skipif
Christopher Jones [Wed, 16 Jul 2008 19:52:01 +0000 (19:52 +0000)]
MFH: improve skipif

16 years ago- Added arginfo
Felipe Pena [Wed, 16 Jul 2008 18:34:56 +0000 (18:34 +0000)]
- Added arginfo

16 years ago-nuke weird char
Jani Taskinen [Wed, 16 Jul 2008 16:29:37 +0000 (16:29 +0000)]
-nuke weird char

16 years agoMFH:- Prevent errors in CVS builds when bison is not there (for Sean :)
Jani Taskinen [Wed, 16 Jul 2008 16:22:43 +0000 (16:22 +0000)]
MFH:- Prevent errors in CVS builds when bison is not there (for Sean :)