]>
granicus.if.org Git - php/log
Marcus Boerger [Tue, 20 Sep 2005 09:21:11 +0000 (09:21 +0000)]
- Synch utest with test
Dmitry Stogov [Tue, 20 Sep 2005 06:17:30 +0000 (06:17 +0000)]
ZTS fix
<changelog@php.net> [Tue, 20 Sep 2005 05:45:47 +0000 (05:45 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 20 Sep 2005 00:46:07 +0000 (00:46 +0000)]
MFB: remove PDO_ prefix
Wez Furlong [Tue, 20 Sep 2005 00:45:16 +0000 (00:45 +0000)]
use PDO:: class constants
Ilia Alshanetsky [Tue, 20 Sep 2005 00:33:42 +0000 (00:33 +0000)]
Make PDO use class constants
Marcus Boerger [Mon, 19 Sep 2005 20:29:33 +0000 (20:29 +0000)]
- Add eytension consts to extension output (Johannes)
- Fix WS in output
Marcus Boerger [Mon, 19 Sep 2005 19:03:38 +0000 (19:03 +0000)]
- Fix filename
Antony Dovgal [Mon, 19 Sep 2005 18:59:50 +0000 (18:59 +0000)]
MF5.0: add new test
Dmitry Stogov [Mon, 19 Sep 2005 18:47:36 +0000 (18:47 +0000)]
Fixed access to uninitialized value
Marcus Boerger [Mon, 19 Sep 2005 18:28:01 +0000 (18:28 +0000)]
- Fix filename in docu
Marcus Boerger [Mon, 19 Sep 2005 18:25:23 +0000 (18:25 +0000)]
- Add deprecated/compatibility class for BC
Marcus Boerger [Mon, 19 Sep 2005 18:17:39 +0000 (18:17 +0000)]
- More TSRM fixes
Marcus Boerger [Mon, 19 Sep 2005 18:05:00 +0000 (18:05 +0000)]
- Fix building with 5.0
Dmitry Stogov [Mon, 19 Sep 2005 17:50:11 +0000 (17:50 +0000)]
MFH (removed unnecesary call to zval_ptr_dtor)
Dmitry Stogov [Mon, 19 Sep 2005 16:28:43 +0000 (16:28 +0000)]
Fixed access to memory that is already freed (in case of __call() method)
Dmitry Stogov [Mon, 19 Sep 2005 16:01:56 +0000 (16:01 +0000)]
Fixed parameter passing incompatibilities.
Now it is possible to call array_pop(explode("&","1&2&3")) again.
Dmitry Stogov [Mon, 19 Sep 2005 07:49:13 +0000 (07:49 +0000)]
Unicode support
Dmitry Stogov [Mon, 19 Sep 2005 07:23:47 +0000 (07:23 +0000)]
Unicode support
Dmitry Stogov [Mon, 19 Sep 2005 06:11:12 +0000 (06:11 +0000)]
Fixed test file
<changelog@php.net> [Mon, 19 Sep 2005 05:45:53 +0000 (05:45 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 19 Sep 2005 03:21:34 +0000 (03:21 +0000)]
Add blame :)
Marcus Boerger [Sun, 18 Sep 2005 17:51:37 +0000 (17:51 +0000)]
- Update docu: new slides are available
Marcus Boerger [Sun, 18 Sep 2005 17:44:50 +0000 (17:44 +0000)]
- Observer/Subject have been renamed
Marcus Boerger [Sun, 18 Sep 2005 17:39:12 +0000 (17:39 +0000)]
- Add missing docu
Marcus Boerger [Sun, 18 Sep 2005 17:32:52 +0000 (17:32 +0000)]
- Derick changed the test but forgot to make the code use E_RECOVERABLE_ERROR
Marcus Boerger [Sun, 18 Sep 2005 16:51:24 +0000 (16:51 +0000)]
- Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that
all of those follow the naming scheme 'Recursive<*>Iterator'
Marcus Boerger [Sun, 18 Sep 2005 11:34:36 +0000 (11:34 +0000)]
- Move RecursiveArrayIterator into .c
- Add ability to control iterator class of ArrayObject
- Implement option to make CachingIterator cache all read elements
- Implement ArrayAccess to CachingIterator to access cached elements
- Update docu
- Update tests
Edin Kadribasic [Sat, 17 Sep 2005 22:07:20 +0000 (22:07 +0000)]
MFB
<changelog@php.net> [Sat, 17 Sep 2005 05:42:43 +0000 (05:42 +0000)]
ChangeLog update
Antony Dovgal [Fri, 16 Sep 2005 20:20:46 +0000 (20:20 +0000)]
check class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
when called statically in a function that is called statically too (without being
declared as static)
foobar [Fri, 16 Sep 2005 19:43:46 +0000 (19:43 +0000)]
Please, only add entries for fixed bugs if they are ONLY fixed in HEAD!
Dmitry Stogov [Fri, 16 Sep 2005 15:47:42 +0000 (15:47 +0000)]
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
Dmitry Stogov [Fri, 16 Sep 2005 15:24:50 +0000 (15:24 +0000)]
Fixed tests
Dmitry Stogov [Fri, 16 Sep 2005 15:24:09 +0000 (15:24 +0000)]
MFH
Marcus Boerger [Fri, 16 Sep 2005 15:23:37 +0000 (15:23 +0000)]
- MFB
Dmitry Stogov [Fri, 16 Sep 2005 14:40:49 +0000 (14:40 +0000)]
Fixed bug #34518 (Unset doesn't separate container in CV)
Dmitry Stogov [Fri, 16 Sep 2005 13:42:31 +0000 (13:42 +0000)]
MFH (overriding of protected static property)
<changelog@php.net> [Fri, 16 Sep 2005 05:40:54 +0000 (05:40 +0000)]
ChangeLog update
Derick Rethans [Thu, 15 Sep 2005 19:10:13 +0000 (19:10 +0000)]
- Fixed bug #34052 (date('U') returns %ld not unix timestamp).
Derick Rethans [Thu, 15 Sep 2005 16:20:06 +0000 (16:20 +0000)]
- Added tests.
Derick Rethans [Thu, 15 Sep 2005 16:19:48 +0000 (16:19 +0000)]
- Add E_RECOVERABLE.
#- Thought I did this before already actually...
Marcus Boerger [Thu, 15 Sep 2005 14:07:39 +0000 (14:07 +0000)]
- Rename file class again by popular demmand: calling it SplFileObject now
# Any other idea about the name? Or should i come up with a renaming plan
# for the upcoming versions? :-)
foobar [Thu, 15 Sep 2005 13:20:24 +0000 (13:20 +0000)]
MFB
<changelog@php.net> [Thu, 15 Sep 2005 05:48:00 +0000 (05:48 +0000)]
ChangeLog update
Marcus Boerger [Thu, 15 Sep 2005 03:52:58 +0000 (03:52 +0000)]
- Changed in version 5.1
Marcus Boerger [Thu, 15 Sep 2005 03:48:38 +0000 (03:48 +0000)]
- MFB
Marcus Boerger [Thu, 15 Sep 2005 03:31:37 +0000 (03:31 +0000)]
- Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu
Rasmus Lerdorf [Thu, 15 Sep 2005 03:16:09 +0000 (03:16 +0000)]
Add FS_STRIPPED alias
Marcus Boerger [Wed, 14 Sep 2005 18:21:11 +0000 (18:21 +0000)]
- Improve error message
Andrei Zmievski [Wed, 14 Sep 2005 18:01:41 +0000 (18:01 +0000)]
*** empty log message ***
foobar [Wed, 14 Sep 2005 17:57:22 +0000 (17:57 +0000)]
Silence warnings under Solaris
foobar [Wed, 14 Sep 2005 15:52:49 +0000 (15:52 +0000)]
Silence some crap if bison does not exist
Ilia Alshanetsky [Wed, 14 Sep 2005 15:34:42 +0000 (15:34 +0000)]
Fix error detection for queries such as OPTIMIZE
Derick Rethans [Wed, 14 Sep 2005 14:56:01 +0000 (14:56 +0000)]
- Rename icu_loc* to i18n_loc*
- Added i18n_strtotitle (name is not sure yet) - work in progress.
<changelog@php.net> [Wed, 14 Sep 2005 05:40:11 +0000 (05:40 +0000)]
ChangeLog update
foobar [Tue, 13 Sep 2005 21:40:33 +0000 (21:40 +0000)]
ext/oracle is no more
Andrei Zmievski [Tue, 13 Sep 2005 21:07:46 +0000 (21:07 +0000)]
*** empty log message ***
Andrei Zmievski [Tue, 13 Sep 2005 21:04:07 +0000 (21:04 +0000)]
Fix for Unicode access.
Andrei Zmievski [Tue, 13 Sep 2005 20:24:02 +0000 (20:24 +0000)]
*** empty log message ***
Andrei Zmievski [Tue, 13 Sep 2005 16:21:47 +0000 (16:21 +0000)]
Commit work in progress.
Ilia Alshanetsky [Tue, 13 Sep 2005 13:22:49 +0000 (13:22 +0000)]
Make key() and current() take argument by value.
foobar [Tue, 13 Sep 2005 09:50:53 +0000 (09:50 +0000)]
Cleanup the configure mess, preparing for making unicode OPTIONAL
Antony Dovgal [Tue, 13 Sep 2005 09:19:58 +0000 (09:19 +0000)]
fix #34450 (Segfault when calling mysqli_close() in destructor)
<changelog@php.net> [Tue, 13 Sep 2005 05:42:49 +0000 (05:42 +0000)]
ChangeLog update
Sara Golemon [Mon, 12 Sep 2005 17:42:43 +0000 (17:42 +0000)]
Plug leak of 1/2 bytes when converting from string/unicode
foobar [Mon, 12 Sep 2005 17:14:20 +0000 (17:14 +0000)]
- Fixed build with phpize
Ilia Alshanetsky [Mon, 12 Sep 2005 15:26:48 +0000 (15:26 +0000)]
Fixed bug #34456 (Possible crash inside pspell extension).
# Patch by Nuno Lopes
Dmitry Stogov [Mon, 12 Sep 2005 11:48:28 +0000 (11:48 +0000)]
Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)
Dmitry Stogov [Mon, 12 Sep 2005 09:58:35 +0000 (09:58 +0000)]
Additinal fix for bug #34277 (array_filter() crashes with references and objects)
Derick Rethans [Mon, 12 Sep 2005 09:53:23 +0000 (09:53 +0000)]
- Reimplement SORT_LOCALE_STRING with ICU locales.
Dmitry Stogov [Mon, 12 Sep 2005 08:23:49 +0000 (08:23 +0000)]
Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)
Dmitry Stogov [Mon, 12 Sep 2005 07:14:54 +0000 (07:14 +0000)]
Fix for exceptions in __sleep()
Dmitry Stogov [Mon, 12 Sep 2005 06:31:54 +0000 (06:31 +0000)]
ZTS fix
<changelog@php.net> [Mon, 12 Sep 2005 05:43:21 +0000 (05:43 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 11 Sep 2005 05:43:58 +0000 (05:43 +0000)]
ChangeLog update
Wez Furlong [Sun, 11 Sep 2005 05:08:49 +0000 (05:08 +0000)]
merge other PDO fixes from 5.1 branch.
Allow pdo_sqlite to build against 5.0 and 5.1 too.
Wez Furlong [Sun, 11 Sep 2005 05:04:43 +0000 (05:04 +0000)]
touch file
Wez Furlong [Sun, 11 Sep 2005 05:04:00 +0000 (05:04 +0000)]
Merge changes from 5.1 branch.
Add compat header that allows PDO head to compile against PHP 5.0 and PHP 5.1.
Wez Furlong [Sun, 11 Sep 2005 04:59:41 +0000 (04:59 +0000)]
actually reset the statement when closeCursor() is called.
<changelog@php.net> [Sat, 10 Sep 2005 05:40:02 +0000 (05:40 +0000)]
ChangeLog update
Rolland Santimano [Fri, 9 Sep 2005 19:07:18 +0000 (19:07 +0000)]
- str_pad(): Use u_countChar32() for codepoint counting, eumalloc/eurealloc() for Unicode mallocs.
Antony Dovgal [Fri, 9 Sep 2005 14:08:03 +0000 (14:08 +0000)]
new test
Antony Dovgal [Fri, 9 Sep 2005 14:00:03 +0000 (14:00 +0000)]
fix problem appearing when binding empty values
Derick Rethans [Fri, 9 Sep 2005 09:54:16 +0000 (09:54 +0000)]
- Added Rollands latest upgrades.
Dmitry Stogov [Fri, 9 Sep 2005 08:19:56 +0000 (08:19 +0000)]
Fixed huge memory leaks in ZTS mode
Dmitry Stogov [Fri, 9 Sep 2005 06:47:18 +0000 (06:47 +0000)]
MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
<changelog@php.net> [Fri, 9 Sep 2005 05:35:59 +0000 (05:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 8 Sep 2005 21:07:26 +0000 (21:07 +0000)]
Allow retrieval of query parse errors from SQLite.
# Patch by Nuno Lopes
Dmitry Stogov [Thu, 8 Sep 2005 16:15:16 +0000 (16:15 +0000)]
Avoid unnecessary copying/freeing
Ilia Alshanetsky [Thu, 8 Sep 2005 14:49:58 +0000 (14:49 +0000)]
Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).
Derick Rethans [Thu, 8 Sep 2005 14:07:40 +0000 (14:07 +0000)]
- Make ord() work on binary strings too.
Antony Dovgal [Thu, 8 Sep 2005 13:16:24 +0000 (13:16 +0000)]
use "connections" instead of "links" everywhere to avoid possible confusion
Dmitry Stogov [Thu, 8 Sep 2005 12:40:01 +0000 (12:40 +0000)]
Fixed craches in substr_replace()
Antony Dovgal [Thu, 8 Sep 2005 11:48:07 +0000 (11:48 +0000)]
fix phpinfo() output for iconv extension
(convert unicode values to string before outputting them)
Dmitry Stogov [Thu, 8 Sep 2005 11:10:34 +0000 (11:10 +0000)]
Unicode support for PHP constants
Rob Richards [Thu, 8 Sep 2005 10:34:37 +0000 (10:34 +0000)]
add save options parameter
Rob Richards [Thu, 8 Sep 2005 10:33:57 +0000 (10:33 +0000)]
add additional constants
remove un-needed ifdefs
Dmitry Stogov [Thu, 8 Sep 2005 10:32:28 +0000 (10:32 +0000)]
catch operator shouldn't call __autoload () too
Dmitry Stogov [Thu, 8 Sep 2005 06:18:47 +0000 (06:18 +0000)]
Fixed crash on AIX