]> granicus.if.org Git - php/log
php
18 years agoArgument info
Hannes Magnusson [Sun, 25 Jun 2006 19:17:20 +0000 (19:17 +0000)]
Argument info

18 years agoA lot of work on making TextIterator support propert codepoint-level
Andrei Zmievski [Sat, 24 Jun 2006 21:57:14 +0000 (21:57 +0000)]
A lot of work on making TextIterator support propert codepoint-level
offsets and making it more robust in general.

18 years ago- Fix ReflectionObject::getProperties() + dyn properties
Marcus Boerger [Sat, 24 Jun 2006 18:53:51 +0000 (18:53 +0000)]
- Fix ReflectionObject::getProperties() + dyn properties

18 years ago- Remove support for code units in TextIterator (people shouldn't be
Andrei Zmievski [Sat, 24 Jun 2006 18:18:38 +0000 (18:18 +0000)]
- Remove support for code units in TextIterator (people shouldn't be
  examining individual code units anyway)
- Add offset() method.
- Add optional locale parameter to the constructor.

18 years agoChangeLog update
<changelog@php.net> [Sat, 24 Jun 2006 01:30:47 +0000 (01:30 +0000)]
ChangeLog update

18 years ago*** empty log message ***
Andrei Zmievski [Fri, 23 Jun 2006 21:26:48 +0000 (21:26 +0000)]
*** empty log message ***

18 years agoplug leak in my last patch
Antony Dovgal [Fri, 23 Jun 2006 13:52:53 +0000 (13:52 +0000)]
plug leak in my last patch

18 years agoMFB: Change E_ERROR to E_RECOVERABLE_ERROR
Ilia Alshanetsky [Fri, 23 Jun 2006 11:40:14 +0000 (11:40 +0000)]
MFB: Change E_ERROR to E_RECOVERABLE_ERROR

18 years agofix typo and bug #37886
Antony Dovgal [Fri, 23 Jun 2006 08:25:58 +0000 (08:25 +0000)]
fix typo and bug #37886

18 years agoMFB: use %zu to format size_t
Michael Wallner [Fri, 23 Jun 2006 07:30:40 +0000 (07:30 +0000)]
MFB: use %zu to format size_t

18 years agoChangeLog update
<changelog@php.net> [Fri, 23 Jun 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update

18 years agoUpdate.
Andrei Zmievski [Fri, 23 Jun 2006 00:08:18 +0000 (00:08 +0000)]
Update.

18 years agoFixed in ICU 3.6.
Andrei Zmievski [Thu, 22 Jun 2006 23:49:40 +0000 (23:49 +0000)]
Fixed in ICU 3.6.

18 years agofix typo
Antony Dovgal [Thu, 22 Jun 2006 21:24:12 +0000 (21:24 +0000)]
fix typo

18 years agotimelib_day_of_week_ex() returns -1 if the year is less than 1753
Antony Dovgal [Thu, 22 Jun 2006 21:03:48 +0000 (21:03 +0000)]
timelib_day_of_week_ex() returns -1 if the year is less than 1753
don't use its return value directly, as accessing array element with negative index may lead to unpredictable result (crash?)

18 years agoadd 4.3.10 dependency to package.xml
Antony Dovgal [Thu, 22 Jun 2006 20:28:51 +0000 (20:28 +0000)]
add 4.3.10 dependency to package.xml
add check for PHP version in ./configure

18 years agodon't try to parse empty string, return false immediately
Antony Dovgal [Thu, 22 Jun 2006 18:44:18 +0000 (18:44 +0000)]
don't try to parse empty string, return false immediately
(fixes off-by-one)

18 years ago- initialize the custom values to null (optional arg)
Pierre Joye [Thu, 22 Jun 2006 10:58:13 +0000 (10:58 +0000)]
- initialize the custom values to null (optional arg)
- raise error for REQUEST and unknown mode

18 years agoChangeLog update
<changelog@php.net> [Thu, 22 Jun 2006 02:29:26 +0000 (02:29 +0000)]
ChangeLog update

18 years agoImplement user conversion error handler support. Works as normal error
Andrei Zmievski [Wed, 21 Jun 2006 20:17:21 +0000 (20:17 +0000)]
Implement user conversion error handler support. Works as normal error
handler, in that it can return false to make the default one take over.
Handler signature is:
  user_handler($direction, $encoding, $char_byte, $offset, $message)

Also removed support for using exceptions in default error handler.

18 years agoTypos.
Andrei Zmievski [Wed, 21 Jun 2006 17:10:13 +0000 (17:10 +0000)]
Typos.

18 years agoMFB: Fixed compiler warnings.
Ilia Alshanetsky [Wed, 21 Jun 2006 15:19:37 +0000 (15:19 +0000)]
MFB: Fixed compiler warnings.

18 years agoimprove check for stream mode, add tests
Antony Dovgal [Wed, 21 Jun 2006 14:38:06 +0000 (14:38 +0000)]
improve check for stream mode, add tests

18 years agodon't try to read or write from/to a stream if it was open in different mode (leads...
Antony Dovgal [Wed, 21 Jun 2006 13:12:00 +0000 (13:12 +0000)]
don't try to read or write from/to a stream if it was open in different mode (leads to segfault in libbz2)

18 years agofix invalid read with bzopen("","") and prevent filename from being empty (which...
Antony Dovgal [Wed, 21 Jun 2006 12:42:50 +0000 (12:42 +0000)]
fix invalid read with bzopen("","") and prevent filename from being empty (which causes endless loop somewhere is libbz2)
tests will follow

18 years agofix compile failure with <s>ancient</s> older PHP versions caused by new globals...
Antony Dovgal [Wed, 21 Jun 2006 10:51:55 +0000 (10:51 +0000)]
fix compile failure with <s>ancient</s> older PHP versions caused by new globals management code

18 years agoImplement unicode_set_error_handler() / unicode_restore_error_handler().
Andrei Zmievski [Tue, 20 Jun 2006 23:00:02 +0000 (23:00 +0000)]
Implement unicode_set_error_handler() / unicode_restore_error_handler().
The error handler doesn't do anything yet. (vaporware)

18 years agoPlug memory leak in set_exception_handler().
Andrei Zmievski [Tue, 20 Jun 2006 22:50:49 +0000 (22:50 +0000)]
Plug memory leak in set_exception_handler().

18 years agoMFB: Removed pointless callbacks.
Ilia Alshanetsky [Tue, 20 Jun 2006 22:42:42 +0000 (22:42 +0000)]
MFB: Removed pointless callbacks.

18 years agoMFB 5.2
Nuno Lopes [Tue, 20 Jun 2006 21:58:03 +0000 (21:58 +0000)]
MFB 5.2

18 years agofix tests
Antony Dovgal [Tue, 20 Jun 2006 19:49:44 +0000 (19:49 +0000)]
fix tests

18 years agoRenamed file to bug37864.phpt
Hannes Magnusson [Tue, 20 Jun 2006 19:31:04 +0000 (19:31 +0000)]
Renamed file to bug37864.phpt

18 years agoTest for bug #37864 (file_get_contents() leaks on empty file)
Hannes Magnusson [Tue, 20 Jun 2006 19:30:19 +0000 (19:30 +0000)]
Test for bug #37864 (file_get_contents() leaks on empty file)

18 years agofix test
Antony Dovgal [Tue, 20 Jun 2006 19:12:12 +0000 (19:12 +0000)]
fix test

18 years agodon't leave garbage in tmp dir
Antony Dovgal [Tue, 20 Jun 2006 18:55:37 +0000 (18:55 +0000)]
don't leave garbage in tmp dir

18 years agoadd test for file_get_contents() leaking on empty file
Hannes Magnusson [Tue, 20 Jun 2006 18:46:14 +0000 (18:46 +0000)]
add test for file_get_contents() leaking on empty file

18 years agofix tests
Antony Dovgal [Tue, 20 Jun 2006 18:14:12 +0000 (18:14 +0000)]
fix tests

18 years agoPlug memleak (leaks on empty files)
Hannes Magnusson [Tue, 20 Jun 2006 18:09:33 +0000 (18:09 +0000)]
Plug memleak (leaks on empty files)

18 years agoAdd missing header include
Hannes Magnusson [Tue, 20 Jun 2006 18:00:11 +0000 (18:00 +0000)]
Add missing header include

18 years agoinit variables
Antony Dovgal [Tue, 20 Jun 2006 13:28:02 +0000 (13:28 +0000)]
init variables

18 years agonuke unused variables and init variables when needed
Antony Dovgal [Tue, 20 Jun 2006 13:21:10 +0000 (13:21 +0000)]
nuke unused variables and init variables when needed

18 years agofix test to work on all platforms
Antony Dovgal [Tue, 20 Jun 2006 13:14:20 +0000 (13:14 +0000)]
fix test to work on all platforms

18 years agofix test
Antony Dovgal [Tue, 20 Jun 2006 13:07:44 +0000 (13:07 +0000)]
fix test

18 years agoinitialize pointers
Antony Dovgal [Tue, 20 Jun 2006 13:01:08 +0000 (13:01 +0000)]
initialize pointers

18 years agofix tests
Antony Dovgal [Tue, 20 Jun 2006 12:50:52 +0000 (12:50 +0000)]
fix tests

18 years agoMFB: Added missing ifdef block.
Ilia Alshanetsky [Mon, 19 Jun 2006 23:55:11 +0000 (23:55 +0000)]
MFB: Added missing ifdef block.

18 years agodisplay oci8 version in phpinfo()
Antony Dovgal [Mon, 19 Jun 2006 18:21:19 +0000 (18:21 +0000)]
display oci8 version in phpinfo()

18 years agoplug leak in CGI SAPI when running scripts with query string in console
Antony Dovgal [Mon, 19 Jun 2006 17:49:20 +0000 (17:49 +0000)]
plug leak in CGI SAPI when running scripts with query string in console

18 years agoMFB: fix #37848 (ext/odbc compile failure)
Antony Dovgal [Mon, 19 Jun 2006 16:13:31 +0000 (16:13 +0000)]
MFB: fix #37848 (ext/odbc compile failure)

18 years agoMFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI)
Michael Wallner [Mon, 19 Jun 2006 14:53:03 +0000 (14:53 +0000)]
MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI)

18 years agofix #37807 (segmentation fault during SOAP schema import)
Antony Dovgal [Mon, 19 Jun 2006 11:43:36 +0000 (11:43 +0000)]
fix #37807 (segmentation fault during SOAP schema import)

18 years agoadd missing ifdef and avoid "unused variable" warning
Antony Dovgal [Mon, 19 Jun 2006 11:38:51 +0000 (11:38 +0000)]
add missing ifdef and avoid "unused variable" warning

18 years agoMFB: Added posix_initgroups() function.
Ilia Alshanetsky [Mon, 19 Jun 2006 02:19:45 +0000 (02:19 +0000)]
MFB: Added posix_initgroups() function.

18 years agoRevert accidental libxml class property declaration..
Hannes Magnusson [Sat, 17 Jun 2006 13:15:37 +0000 (13:15 +0000)]
Revert accidental libxml class property declaration..

18 years agoAdded argument info
Hannes Magnusson [Sat, 17 Jun 2006 13:00:21 +0000 (13:00 +0000)]
Added argument info
Fixed protos
Fixed vim folding

18 years agoFixed tests
Hannes Magnusson [Sat, 17 Jun 2006 12:48:20 +0000 (12:48 +0000)]
Fixed tests

18 years agoMFB
Nuno Lopes [Sat, 17 Jun 2006 11:14:21 +0000 (11:14 +0000)]
MFB

18 years agoMFB
Nuno Lopes [Sat, 17 Jun 2006 10:31:21 +0000 (10:31 +0000)]
MFB

18 years agoMFB: new tests
Nuno Lopes [Fri, 16 Jun 2006 22:48:29 +0000 (22:48 +0000)]
MFB: new tests

18 years agoFixed that configure bails out on wrong flex version. Now a wrong flex version
Stefan Esser [Fri, 16 Jun 2006 08:00:23 +0000 (08:00 +0000)]
Fixed that configure bails out on wrong flex version. Now a wrong flex version
will issue a warning and when flex is needed during the make process the make
process will die with an error message.

18 years agoNew crypt() implementation for win32 which is about 10 times faster and has more...
Dmitry Stogov [Fri, 16 Jun 2006 05:57:41 +0000 (05:57 +0000)]
New crypt() implementation for win32 which is about 10 times faster and has more friendly license.

18 years agoOptimize the other string conversion functions here to just create raw
Rasmus Lerdorf [Thu, 15 Jun 2006 22:44:55 +0000 (22:44 +0000)]
Optimize the other string conversion functions here to just create raw
text nodes.

18 years ago- reimport logical_filter.c
Pierre Joye [Thu, 15 Jun 2006 22:20:57 +0000 (22:20 +0000)]
- reimport logical_filter.c

18 years agoI don't think the call to xmlNodeSetContentLen() is needed here and
Rasmus Lerdorf [Thu, 15 Jun 2006 18:03:30 +0000 (18:03 +0000)]
I don't think the call to xmlNodeSetContentLen() is needed here and
it is causing performance problems because it tries to parse the blob
and create a subtree.  Because we are escaping the string anyway, we
are never going to get a subtree, but the entity parsing that is done
by xmlNodeSetContentLen() is killing performance on large blobs of
text.  On one recent example it took a couple of minutes to parse
whereas if we just create a text node like this and set the contents
to the raw string it is down to milliseconds.  As far as I can tell
all the tests pass with this patch.

18 years agoRename to str_transliterate().
Andrei Zmievski [Thu, 15 Jun 2006 17:37:48 +0000 (17:37 +0000)]
Rename to str_transliterate().

18 years agoAdd array type hinting
Hannes Magnusson [Thu, 15 Jun 2006 16:25:12 +0000 (16:25 +0000)]
Add array type hinting
Remove unnecessary array checkes

18 years agochanged GINIT definition.
Seiji Masugata [Thu, 15 Jun 2006 15:44:05 +0000 (15:44 +0000)]
changed GINIT definition.

18 years agoMFB: fix bug #37800
Nuno Lopes [Thu, 15 Jun 2006 15:35:50 +0000 (15:35 +0000)]
MFB: fix bug #37800

18 years agoRevert array type hinting
Hannes Magnusson [Thu, 15 Jun 2006 15:31:39 +0000 (15:31 +0000)]
Revert array type hinting

18 years agoFixed ZTS build
Dmitry Stogov [Thu, 15 Jun 2006 10:03:52 +0000 (10:03 +0000)]
Fixed ZTS build

18 years agoAdded arg info
Hannes Magnusson [Wed, 14 Jun 2006 21:29:22 +0000 (21:29 +0000)]
Added arg info
Fixed protos

18 years agoFixed test
Hannes Magnusson [Wed, 14 Jun 2006 19:47:30 +0000 (19:47 +0000)]
Fixed test

18 years agoMFB
Nuno Lopes [Wed, 14 Jun 2006 18:07:45 +0000 (18:07 +0000)]
MFB

18 years agoMFB: fix mem leak
Nuno Lopes [Wed, 14 Jun 2006 18:04:01 +0000 (18:04 +0000)]
MFB: fix mem leak

18 years agoMFB: remove pcre_dfa_exec.c
Nuno Lopes [Wed, 14 Jun 2006 16:28:16 +0000 (16:28 +0000)]
MFB: remove pcre_dfa_exec.c

18 years agoMFB
Nuno Lopes [Wed, 14 Jun 2006 16:16:42 +0000 (16:16 +0000)]
MFB

18 years agoMFB: E_ERROR -> E_RECOVERABLE_ERROR
Ilia Alshanetsky [Wed, 14 Jun 2006 16:04:47 +0000 (16:04 +0000)]
MFB: E_ERROR -> E_RECOVERABLE_ERROR

18 years agoFix a segfault, when an unknown type was given support all known xpath object types
Christian Stocker [Wed, 14 Jun 2006 09:41:28 +0000 (09:41 +0000)]
Fix a segfault, when an unknown type was given support all known xpath object types

18 years agoFixed compilation (automatic module globals management).
Dmitry Stogov [Wed, 14 Jun 2006 05:51:16 +0000 (05:51 +0000)]
Fixed compilation (automatic module globals management).

18 years agotransliterate()
Andrei Zmievski [Tue, 13 Jun 2006 23:46:04 +0000 (23:46 +0000)]
transliterate()

18 years agoMFB
Nuno Lopes [Tue, 13 Jun 2006 22:05:26 +0000 (22:05 +0000)]
MFB

18 years ago- Arginfo fix (Hannes)
Marcus Boerger [Tue, 13 Jun 2006 20:56:52 +0000 (20:56 +0000)]
- Arginfo fix (Hannes)

18 years agoMFB: Removed unused variables.
Ilia Alshanetsky [Tue, 13 Jun 2006 20:20:03 +0000 (20:20 +0000)]
MFB: Removed unused variables.

18 years agoMove GINIT definition above re-definition of iconv. Gah.
Andrei Zmievski [Tue, 13 Jun 2006 15:57:46 +0000 (15:57 +0000)]
Move GINIT definition above re-definition of iconv. Gah.

18 years agoRemoved warnings
Dmitry Stogov [Tue, 13 Jun 2006 14:22:27 +0000 (14:22 +0000)]
Removed warnings

18 years agoRemoved warning
Dmitry Stogov [Tue, 13 Jun 2006 13:55:32 +0000 (13:55 +0000)]
Removed warning

18 years agoAdded automatic module globals management
Dmitry Stogov [Tue, 13 Jun 2006 13:12:20 +0000 (13:12 +0000)]
Added automatic module globals management

18 years agoAdded automatic module globals management.
Dmitry Stogov [Tue, 13 Jun 2006 13:11:42 +0000 (13:11 +0000)]
Added automatic module globals management.

18 years agoAdded hook for compile_string()
Stefan Esser [Tue, 13 Jun 2006 12:56:20 +0000 (12:56 +0000)]
Added hook for compile_string()

18 years agoMFB: Fixed compiler warning
Ilia Alshanetsky [Mon, 12 Jun 2006 23:28:44 +0000 (23:28 +0000)]
MFB: Fixed compiler warning

18 years ago- Fix memleaks (by nuno)
Marcus Boerger [Mon, 12 Jun 2006 22:48:46 +0000 (22:48 +0000)]
- Fix memleaks (by nuno)

18 years ago- don't use anonymous union
Michael Wallner [Mon, 12 Jun 2006 18:18:39 +0000 (18:18 +0000)]
- don't use anonymous union

18 years agoBe more explicit.
Andrei Zmievski [Mon, 12 Jun 2006 17:06:39 +0000 (17:06 +0000)]
Be more explicit.

18 years agoOnly display visibility for methods
Hannes Magnusson [Sun, 11 Jun 2006 23:46:53 +0000 (23:46 +0000)]
Only display visibility for methods

18 years agoMFB: Fixed ZTS build
Ilia Alshanetsky [Sun, 11 Jun 2006 20:47:55 +0000 (20:47 +0000)]
MFB: Fixed ZTS build

18 years agoNuke unused var
Hannes Magnusson [Sun, 11 Jun 2006 20:33:29 +0000 (20:33 +0000)]
Nuke unused var

18 years agoFix typo
Hannes Magnusson [Sun, 11 Jun 2006 20:11:52 +0000 (20:11 +0000)]
Fix typo

18 years agoAdded argument info
Hannes Magnusson [Sun, 11 Jun 2006 19:59:53 +0000 (19:59 +0000)]
Added argument info
Fixed protos & vim folding

18 years agoMFB: Fully print array() in phpinfo().
Ilia Alshanetsky [Sun, 11 Jun 2006 16:27:41 +0000 (16:27 +0000)]
MFB: Fully print array() in phpinfo().

18 years agoFixed tests in unicode mode
Hannes Magnusson [Sun, 11 Jun 2006 00:16:04 +0000 (00:16 +0000)]
Fixed tests in unicode mode