]>
granicus.if.org Git - php/log
Antony Dovgal [Mon, 26 Jun 2006 21:13:22 +0000 (21:13 +0000)]
detect empty mode string and avoid off-by-one
Hannes Magnusson [Mon, 26 Jun 2006 20:28:30 +0000 (20:28 +0000)]
MFB: sys_getloadavg()
Hannes Magnusson [Mon, 26 Jun 2006 15:36:45 +0000 (15:36 +0000)]
MFB: saveXML() -> asXML() alias
Hannes Magnusson [Mon, 26 Jun 2006 14:10:57 +0000 (14:10 +0000)]
Removed obsolete arg_info include
Dmitry Stogov [Mon, 26 Jun 2006 13:31:37 +0000 (13:31 +0000)]
Fixed bug #37862 (Integer pointer comparison to numeric value)
Rasmus Lerdorf [Mon, 26 Jun 2006 13:10:31 +0000 (13:10 +0000)]
Cleaner fix
Rasmus Lerdorf [Mon, 26 Jun 2006 13:03:41 +0000 (13:03 +0000)]
sapi_getenv() estrdups the returned string now, so we need to free it
Hannes Magnusson [Mon, 26 Jun 2006 11:31:19 +0000 (11:31 +0000)]
Removed custom deprecate error messages
Use the fancy ZEND_ACC_DEPRECATED flag.
<changelog@php.net> [Mon, 26 Jun 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 25 Jun 2006 23:21:24 +0000 (23:21 +0000)]
curl_setopt_array() was added in 5.1.3
http_build_query() & parse_url in 5.2
# patch by helgi
Hannes Magnusson [Sun, 25 Jun 2006 22:51:55 +0000 (22:51 +0000)]
Added argument info
(forces user-space filters to register correct arguments)
Added tests
Antony Dovgal [Sun, 25 Jun 2006 21:23:38 +0000 (21:23 +0000)]
MFB: improve test
Hannes Magnusson [Sun, 25 Jun 2006 20:52:34 +0000 (20:52 +0000)]
Enabled image_type_to_extension() which has been in cvs for 2,5 years now..
Added test
Hannes Magnusson [Sun, 25 Jun 2006 20:51:31 +0000 (20:51 +0000)]
Fixed image_type_to_extension()
Added support for IMAGETYPE_JPX & IMAGETYPE_JB2
Hannes Magnusson [Sun, 25 Jun 2006 19:19:31 +0000 (19:19 +0000)]
Updated protos
Fixed vim folding
Hannes Magnusson [Sun, 25 Jun 2006 19:17:20 +0000 (19:17 +0000)]
Argument info
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.
Marcus Boerger [Sat, 24 Jun 2006 18:53:51 +0000 (18:53 +0000)]
- Fix ReflectionObject::getProperties() + dyn properties
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.
<changelog@php.net> [Sat, 24 Jun 2006 01:30:47 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 23 Jun 2006 21:26:48 +0000 (21:26 +0000)]
*** empty log message ***
Antony Dovgal [Fri, 23 Jun 2006 13:52:53 +0000 (13:52 +0000)]
plug leak in my last patch
Ilia Alshanetsky [Fri, 23 Jun 2006 11:40:14 +0000 (11:40 +0000)]
MFB: Change E_ERROR to E_RECOVERABLE_ERROR
Antony Dovgal [Fri, 23 Jun 2006 08:25:58 +0000 (08:25 +0000)]
fix typo and bug #37886
Michael Wallner [Fri, 23 Jun 2006 07:30:40 +0000 (07:30 +0000)]
MFB: use %zu to format size_t
<changelog@php.net> [Fri, 23 Jun 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 23 Jun 2006 00:08:18 +0000 (00:08 +0000)]
Update.
Andrei Zmievski [Thu, 22 Jun 2006 23:49:40 +0000 (23:49 +0000)]
Fixed in ICU 3.6.
Antony Dovgal [Thu, 22 Jun 2006 21:24:12 +0000 (21:24 +0000)]
fix typo
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?)
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
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)
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
<changelog@php.net> [Thu, 22 Jun 2006 02:29:26 +0000 (02:29 +0000)]
ChangeLog update
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.
Andrei Zmievski [Wed, 21 Jun 2006 17:10:13 +0000 (17:10 +0000)]
Typos.
Ilia Alshanetsky [Wed, 21 Jun 2006 15:19:37 +0000 (15:19 +0000)]
MFB: Fixed compiler warnings.
Antony Dovgal [Wed, 21 Jun 2006 14:38:06 +0000 (14:38 +0000)]
improve check for stream mode, add tests
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)
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
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
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)
Andrei Zmievski [Tue, 20 Jun 2006 22:50:49 +0000 (22:50 +0000)]
Plug memory leak in set_exception_handler().
Ilia Alshanetsky [Tue, 20 Jun 2006 22:42:42 +0000 (22:42 +0000)]
MFB: Removed pointless callbacks.
Nuno Lopes [Tue, 20 Jun 2006 21:58:03 +0000 (21:58 +0000)]
MFB 5.2
Antony Dovgal [Tue, 20 Jun 2006 19:49:44 +0000 (19:49 +0000)]
fix tests
Hannes Magnusson [Tue, 20 Jun 2006 19:31:04 +0000 (19:31 +0000)]
Renamed file to bug37864.phpt
Hannes Magnusson [Tue, 20 Jun 2006 19:30:19 +0000 (19:30 +0000)]
Test for bug #37864 (file_get_contents() leaks on empty file)
Antony Dovgal [Tue, 20 Jun 2006 19:12:12 +0000 (19:12 +0000)]
fix test
Antony Dovgal [Tue, 20 Jun 2006 18:55:37 +0000 (18:55 +0000)]
don't leave garbage in tmp dir
Hannes Magnusson [Tue, 20 Jun 2006 18:46:14 +0000 (18:46 +0000)]
add test for file_get_contents() leaking on empty file
Antony Dovgal [Tue, 20 Jun 2006 18:14:12 +0000 (18:14 +0000)]
fix tests
Hannes Magnusson [Tue, 20 Jun 2006 18:09:33 +0000 (18:09 +0000)]
Plug memleak (leaks on empty files)
Hannes Magnusson [Tue, 20 Jun 2006 18:00:11 +0000 (18:00 +0000)]
Add missing header include
Antony Dovgal [Tue, 20 Jun 2006 13:28:02 +0000 (13:28 +0000)]
init variables
Antony Dovgal [Tue, 20 Jun 2006 13:21:10 +0000 (13:21 +0000)]
nuke unused variables and init variables when needed
Antony Dovgal [Tue, 20 Jun 2006 13:14:20 +0000 (13:14 +0000)]
fix test to work on all platforms
Antony Dovgal [Tue, 20 Jun 2006 13:07:44 +0000 (13:07 +0000)]
fix test
Antony Dovgal [Tue, 20 Jun 2006 13:01:08 +0000 (13:01 +0000)]
initialize pointers
Antony Dovgal [Tue, 20 Jun 2006 12:50:52 +0000 (12:50 +0000)]
fix tests
Ilia Alshanetsky [Mon, 19 Jun 2006 23:55:11 +0000 (23:55 +0000)]
MFB: Added missing ifdef block.
Antony Dovgal [Mon, 19 Jun 2006 18:21:19 +0000 (18:21 +0000)]
display oci8 version in phpinfo()
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
Antony Dovgal [Mon, 19 Jun 2006 16:13:31 +0000 (16:13 +0000)]
MFB: fix #37848 (ext/odbc compile failure)
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)
Antony Dovgal [Mon, 19 Jun 2006 11:43:36 +0000 (11:43 +0000)]
fix #37807 (segmentation fault during SOAP schema import)
Antony Dovgal [Mon, 19 Jun 2006 11:38:51 +0000 (11:38 +0000)]
add missing ifdef and avoid "unused variable" warning
Ilia Alshanetsky [Mon, 19 Jun 2006 02:19:45 +0000 (02:19 +0000)]
MFB: Added posix_initgroups() function.
Hannes Magnusson [Sat, 17 Jun 2006 13:15:37 +0000 (13:15 +0000)]
Revert accidental libxml class property declaration..
Hannes Magnusson [Sat, 17 Jun 2006 13:00:21 +0000 (13:00 +0000)]
Added argument info
Fixed protos
Fixed vim folding
Hannes Magnusson [Sat, 17 Jun 2006 12:48:20 +0000 (12:48 +0000)]
Fixed tests
Nuno Lopes [Sat, 17 Jun 2006 11:14:21 +0000 (11:14 +0000)]
MFB
Nuno Lopes [Sat, 17 Jun 2006 10:31:21 +0000 (10:31 +0000)]
MFB
Nuno Lopes [Fri, 16 Jun 2006 22:48:29 +0000 (22:48 +0000)]
MFB: new tests
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.
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.
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.
Pierre Joye [Thu, 15 Jun 2006 22:20:57 +0000 (22:20 +0000)]
- reimport logical_filter.c
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.
Andrei Zmievski [Thu, 15 Jun 2006 17:37:48 +0000 (17:37 +0000)]
Rename to str_transliterate().
Hannes Magnusson [Thu, 15 Jun 2006 16:25:12 +0000 (16:25 +0000)]
Add array type hinting
Remove unnecessary array checkes
Seiji Masugata [Thu, 15 Jun 2006 15:44:05 +0000 (15:44 +0000)]
changed GINIT definition.
Nuno Lopes [Thu, 15 Jun 2006 15:35:50 +0000 (15:35 +0000)]
MFB: fix bug #37800
Hannes Magnusson [Thu, 15 Jun 2006 15:31:39 +0000 (15:31 +0000)]
Revert array type hinting
Dmitry Stogov [Thu, 15 Jun 2006 10:03:52 +0000 (10:03 +0000)]
Fixed ZTS build
Hannes Magnusson [Wed, 14 Jun 2006 21:29:22 +0000 (21:29 +0000)]
Added arg info
Fixed protos
Hannes Magnusson [Wed, 14 Jun 2006 19:47:30 +0000 (19:47 +0000)]
Fixed test
Nuno Lopes [Wed, 14 Jun 2006 18:07:45 +0000 (18:07 +0000)]
MFB
Nuno Lopes [Wed, 14 Jun 2006 18:04:01 +0000 (18:04 +0000)]
MFB: fix mem leak
Nuno Lopes [Wed, 14 Jun 2006 16:28:16 +0000 (16:28 +0000)]
MFB: remove pcre_dfa_exec.c
Nuno Lopes [Wed, 14 Jun 2006 16:16:42 +0000 (16:16 +0000)]
MFB
Ilia Alshanetsky [Wed, 14 Jun 2006 16:04:47 +0000 (16:04 +0000)]
MFB: E_ERROR -> E_RECOVERABLE_ERROR
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
Dmitry Stogov [Wed, 14 Jun 2006 05:51:16 +0000 (05:51 +0000)]
Fixed compilation (automatic module globals management).
Andrei Zmievski [Tue, 13 Jun 2006 23:46:04 +0000 (23:46 +0000)]
transliterate()
Nuno Lopes [Tue, 13 Jun 2006 22:05:26 +0000 (22:05 +0000)]
MFB
Marcus Boerger [Tue, 13 Jun 2006 20:56:52 +0000 (20:56 +0000)]
- Arginfo fix (Hannes)
Ilia Alshanetsky [Tue, 13 Jun 2006 20:20:03 +0000 (20:20 +0000)]
MFB: Removed unused variables.
Andrei Zmievski [Tue, 13 Jun 2006 15:57:46 +0000 (15:57 +0000)]
Move GINIT definition above re-definition of iconv. Gah.
Dmitry Stogov [Tue, 13 Jun 2006 14:22:27 +0000 (14:22 +0000)]
Removed warnings