]> granicus.if.org Git - php/log
php
19 years ago- Synch utest with test
Marcus Boerger [Tue, 20 Sep 2005 09:21:11 +0000 (09:21 +0000)]
- Synch utest with test

19 years agoZTS fix
Dmitry Stogov [Tue, 20 Sep 2005 06:17:30 +0000 (06:17 +0000)]
ZTS fix

19 years agoChangeLog update
<changelog@php.net> [Tue, 20 Sep 2005 05:45:47 +0000 (05:45 +0000)]
ChangeLog update

19 years agoMFB: remove PDO_ prefix
Ilia Alshanetsky [Tue, 20 Sep 2005 00:46:07 +0000 (00:46 +0000)]
MFB: remove PDO_ prefix

19 years agouse PDO:: class constants
Wez Furlong [Tue, 20 Sep 2005 00:45:16 +0000 (00:45 +0000)]
use PDO:: class constants

19 years agoMake PDO use class constants
Ilia Alshanetsky [Tue, 20 Sep 2005 00:33:42 +0000 (00:33 +0000)]
Make PDO use class constants

19 years ago- Add eytension consts to extension output (Johannes)
Marcus Boerger [Mon, 19 Sep 2005 20:29:33 +0000 (20:29 +0000)]
- Add eytension consts to extension output (Johannes)
- Fix WS in output

19 years ago- Fix filename
Marcus Boerger [Mon, 19 Sep 2005 19:03:38 +0000 (19:03 +0000)]
- Fix filename

19 years agoMF5.0: add new test
Antony Dovgal [Mon, 19 Sep 2005 18:59:50 +0000 (18:59 +0000)]
MF5.0: add new test

19 years agoFixed access to uninitialized value
Dmitry Stogov [Mon, 19 Sep 2005 18:47:36 +0000 (18:47 +0000)]
Fixed access to uninitialized value

19 years ago- Fix filename in docu
Marcus Boerger [Mon, 19 Sep 2005 18:28:01 +0000 (18:28 +0000)]
- Fix filename in docu

19 years ago- Add deprecated/compatibility class for BC
Marcus Boerger [Mon, 19 Sep 2005 18:25:23 +0000 (18:25 +0000)]
- Add deprecated/compatibility class for BC

19 years ago- More TSRM fixes
Marcus Boerger [Mon, 19 Sep 2005 18:17:39 +0000 (18:17 +0000)]
- More TSRM fixes

19 years ago- Fix building with 5.0
Marcus Boerger [Mon, 19 Sep 2005 18:05:00 +0000 (18:05 +0000)]
- Fix building with 5.0

19 years agoMFH (removed unnecesary call to zval_ptr_dtor)
Dmitry Stogov [Mon, 19 Sep 2005 17:50:11 +0000 (17:50 +0000)]
MFH (removed unnecesary call to zval_ptr_dtor)

19 years agoFixed access to memory that is already freed (in case of __call() method)
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)

19 years agoFixed parameter passing incompatibilities.
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.

19 years agoUnicode support
Dmitry Stogov [Mon, 19 Sep 2005 07:49:13 +0000 (07:49 +0000)]
Unicode support

19 years agoUnicode support
Dmitry Stogov [Mon, 19 Sep 2005 07:23:47 +0000 (07:23 +0000)]
Unicode support

19 years agoFixed test file
Dmitry Stogov [Mon, 19 Sep 2005 06:11:12 +0000 (06:11 +0000)]
Fixed test file

19 years agoChangeLog update
<changelog@php.net> [Mon, 19 Sep 2005 05:45:53 +0000 (05:45 +0000)]
ChangeLog update

19 years agoAdd blame :)
Ilia Alshanetsky [Mon, 19 Sep 2005 03:21:34 +0000 (03:21 +0000)]
Add blame :)

19 years ago- Update docu: new slides are available
Marcus Boerger [Sun, 18 Sep 2005 17:51:37 +0000 (17:51 +0000)]
- Update docu: new slides are available

19 years ago- Observer/Subject have been renamed
Marcus Boerger [Sun, 18 Sep 2005 17:44:50 +0000 (17:44 +0000)]
- Observer/Subject have been renamed

19 years ago- Add missing docu
Marcus Boerger [Sun, 18 Sep 2005 17:39:12 +0000 (17:39 +0000)]
- Add missing docu

19 years ago- Derick changed the test but forgot to make the code use E_RECOVERABLE_ERROR
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

19 years ago- Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that
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'

19 years ago- Move RecursiveArrayIterator into .c
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

19 years agoMFB
Edin Kadribasic [Sat, 17 Sep 2005 22:07:20 +0000 (22:07 +0000)]
MFB

19 years agoChangeLog update
<changelog@php.net> [Sat, 17 Sep 2005 05:42:43 +0000 (05:42 +0000)]
ChangeLog update

19 years agocheck class_entry of this_ptr in Reflection API, so we won't get an alien this_ptr
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)

19 years agoPlease, only add entries for fixed bugs if they are ONLY fixed in HEAD!
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!

19 years agoFixed bug #34478 (Incorrect parsing of url's fragment (#...))
Dmitry Stogov [Fri, 16 Sep 2005 15:47:42 +0000 (15:47 +0000)]
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))

19 years agoFixed tests
Dmitry Stogov [Fri, 16 Sep 2005 15:24:50 +0000 (15:24 +0000)]
Fixed tests

19 years agoMFH
Dmitry Stogov [Fri, 16 Sep 2005 15:24:09 +0000 (15:24 +0000)]
MFH

19 years ago- MFB
Marcus Boerger [Fri, 16 Sep 2005 15:23:37 +0000 (15:23 +0000)]
- MFB

19 years agoFixed bug #34518 (Unset doesn't separate container in CV)
Dmitry Stogov [Fri, 16 Sep 2005 14:40:49 +0000 (14:40 +0000)]
Fixed bug #34518 (Unset doesn't separate container in CV)

19 years agoMFH (overriding of protected static property)
Dmitry Stogov [Fri, 16 Sep 2005 13:42:31 +0000 (13:42 +0000)]
MFH (overriding of protected static property)

19 years agoChangeLog update
<changelog@php.net> [Fri, 16 Sep 2005 05:40:54 +0000 (05:40 +0000)]
ChangeLog update

19 years ago- Fixed bug #34052 (date('U') returns %ld not unix timestamp).
Derick Rethans [Thu, 15 Sep 2005 19:10:13 +0000 (19:10 +0000)]
- Fixed bug #34052 (date('U') returns %ld not unix timestamp).

19 years ago- Added tests.
Derick Rethans [Thu, 15 Sep 2005 16:20:06 +0000 (16:20 +0000)]
- Added tests.

19 years ago- Add E_RECOVERABLE.
Derick Rethans [Thu, 15 Sep 2005 16:19:48 +0000 (16:19 +0000)]
- Add E_RECOVERABLE.
#- Thought I did this before already actually...

19 years ago- Rename file class again by popular demmand: calling it SplFileObject now
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? :-)

19 years agoMFB
foobar [Thu, 15 Sep 2005 13:20:24 +0000 (13:20 +0000)]
MFB

19 years agoChangeLog update
<changelog@php.net> [Thu, 15 Sep 2005 05:48:00 +0000 (05:48 +0000)]
ChangeLog update

19 years ago- Changed in version 5.1
Marcus Boerger [Thu, 15 Sep 2005 03:52:58 +0000 (03:52 +0000)]
- Changed in version 5.1

19 years ago- MFB
Marcus Boerger [Thu, 15 Sep 2005 03:48:38 +0000 (03:48 +0000)]
- MFB

19 years ago- Rename Observer to SplObserver
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

19 years agoAdd FS_STRIPPED alias
Rasmus Lerdorf [Thu, 15 Sep 2005 03:16:09 +0000 (03:16 +0000)]
Add FS_STRIPPED alias

19 years ago- Improve error message
Marcus Boerger [Wed, 14 Sep 2005 18:21:11 +0000 (18:21 +0000)]
- Improve error message

19 years ago*** empty log message ***
Andrei Zmievski [Wed, 14 Sep 2005 18:01:41 +0000 (18:01 +0000)]
*** empty log message ***

19 years agoSilence warnings under Solaris
foobar [Wed, 14 Sep 2005 17:57:22 +0000 (17:57 +0000)]
Silence warnings under Solaris

19 years agoSilence some crap if bison does not exist
foobar [Wed, 14 Sep 2005 15:52:49 +0000 (15:52 +0000)]
Silence some crap if bison does not exist

19 years agoFix error detection for queries such as OPTIMIZE
Ilia Alshanetsky [Wed, 14 Sep 2005 15:34:42 +0000 (15:34 +0000)]
Fix error detection for queries such as OPTIMIZE

19 years ago- Rename icu_loc* to i18n_loc*
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.

19 years agoChangeLog update
<changelog@php.net> [Wed, 14 Sep 2005 05:40:11 +0000 (05:40 +0000)]
ChangeLog update

19 years agoext/oracle is no more
foobar [Tue, 13 Sep 2005 21:40:33 +0000 (21:40 +0000)]
ext/oracle is no more

19 years ago*** empty log message ***
Andrei Zmievski [Tue, 13 Sep 2005 21:07:46 +0000 (21:07 +0000)]
*** empty log message ***

19 years agoFix for Unicode access.
Andrei Zmievski [Tue, 13 Sep 2005 21:04:07 +0000 (21:04 +0000)]
Fix for Unicode access.

19 years ago*** empty log message ***
Andrei Zmievski [Tue, 13 Sep 2005 20:24:02 +0000 (20:24 +0000)]
*** empty log message ***

19 years agoCommit work in progress.
Andrei Zmievski [Tue, 13 Sep 2005 16:21:47 +0000 (16:21 +0000)]
Commit work in progress.

19 years agoMake key() and current() take argument by value.
Ilia Alshanetsky [Tue, 13 Sep 2005 13:22:49 +0000 (13:22 +0000)]
Make key() and current() take argument by value.

19 years agoCleanup the configure mess, preparing for making unicode OPTIONAL
foobar [Tue, 13 Sep 2005 09:50:53 +0000 (09:50 +0000)]
Cleanup the configure mess, preparing for making unicode OPTIONAL

19 years agofix #34450 (Segfault when calling mysqli_close() in destructor)
Antony Dovgal [Tue, 13 Sep 2005 09:19:58 +0000 (09:19 +0000)]
fix #34450 (Segfault when calling mysqli_close() in destructor)

19 years agoChangeLog update
<changelog@php.net> [Tue, 13 Sep 2005 05:42:49 +0000 (05:42 +0000)]
ChangeLog update

19 years agoPlug leak of 1/2 bytes when converting from string/unicode
Sara Golemon [Mon, 12 Sep 2005 17:42:43 +0000 (17:42 +0000)]
Plug leak of 1/2 bytes when converting from string/unicode

19 years ago- Fixed build with phpize
foobar [Mon, 12 Sep 2005 17:14:20 +0000 (17:14 +0000)]
- Fixed build with phpize

19 years agoFixed bug #34456 (Possible crash inside pspell extension).
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

19 years agoFixed bug #34199 (if($obj)/if(!$obj) inconsistency)
Dmitry Stogov [Mon, 12 Sep 2005 11:48:28 +0000 (11:48 +0000)]
Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)

19 years agoAdditinal fix for bug #34277 (array_filter() crashes with references and objects)
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)

19 years ago- Reimplement SORT_LOCALE_STRING with ICU locales.
Derick Rethans [Mon, 12 Sep 2005 09:53:23 +0000 (09:53 +0000)]
- Reimplement SORT_LOCALE_STRING with ICU locales.

19 years agoFixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)
Dmitry Stogov [Mon, 12 Sep 2005 08:23:49 +0000 (08:23 +0000)]
Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)

19 years agoFix for exceptions in __sleep()
Dmitry Stogov [Mon, 12 Sep 2005 07:14:54 +0000 (07:14 +0000)]
Fix for exceptions in __sleep()

19 years agoZTS fix
Dmitry Stogov [Mon, 12 Sep 2005 06:31:54 +0000 (06:31 +0000)]
ZTS fix

19 years agoChangeLog update
<changelog@php.net> [Mon, 12 Sep 2005 05:43:21 +0000 (05:43 +0000)]
ChangeLog update

19 years agoChangeLog update
<changelog@php.net> [Sun, 11 Sep 2005 05:43:58 +0000 (05:43 +0000)]
ChangeLog update

19 years agomerge other PDO fixes from 5.1 branch.
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.

19 years agotouch file
Wez Furlong [Sun, 11 Sep 2005 05:04:43 +0000 (05:04 +0000)]
touch file

19 years agoMerge changes from 5.1 branch.
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.

19 years agoactually reset the statement when closeCursor() is called.
Wez Furlong [Sun, 11 Sep 2005 04:59:41 +0000 (04:59 +0000)]
actually reset the statement when closeCursor() is called.

19 years agoChangeLog update
<changelog@php.net> [Sat, 10 Sep 2005 05:40:02 +0000 (05:40 +0000)]
ChangeLog update

19 years ago- str_pad(): Use u_countChar32() for codepoint counting, eumalloc/eurealloc() for...
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.

19 years agonew test
Antony Dovgal [Fri, 9 Sep 2005 14:08:03 +0000 (14:08 +0000)]
new test

19 years agofix problem appearing when binding empty values
Antony Dovgal [Fri, 9 Sep 2005 14:00:03 +0000 (14:00 +0000)]
fix problem appearing when binding empty values

19 years ago- Added Rollands latest upgrades.
Derick Rethans [Fri, 9 Sep 2005 09:54:16 +0000 (09:54 +0000)]
- Added Rollands latest upgrades.

19 years agoFixed huge memory leaks in ZTS mode
Dmitry Stogov [Fri, 9 Sep 2005 08:19:56 +0000 (08:19 +0000)]
Fixed huge memory leaks in ZTS mode

19 years agoMFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
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")

19 years agoChangeLog update
<changelog@php.net> [Fri, 9 Sep 2005 05:35:59 +0000 (05:35 +0000)]
ChangeLog update

19 years agoAllow retrieval of query parse errors from SQLite.
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

19 years agoAvoid unnecessary copying/freeing
Dmitry Stogov [Thu, 8 Sep 2005 16:15:16 +0000 (16:15 +0000)]
Avoid unnecessary copying/freeing

19 years agoFixed bug #34420 (Possible crash inside curl_multi_remove_handle()).
Ilia Alshanetsky [Thu, 8 Sep 2005 14:49:58 +0000 (14:49 +0000)]
Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).

19 years ago- Make ord() work on binary strings too.
Derick Rethans [Thu, 8 Sep 2005 14:07:40 +0000 (14:07 +0000)]
- Make ord() work on binary strings too.

19 years agouse "connections" instead of "links" everywhere to avoid possible confusion
Antony Dovgal [Thu, 8 Sep 2005 13:16:24 +0000 (13:16 +0000)]
use "connections" instead of "links" everywhere to avoid possible confusion

19 years agoFixed craches in substr_replace()
Dmitry Stogov [Thu, 8 Sep 2005 12:40:01 +0000 (12:40 +0000)]
Fixed craches in substr_replace()

19 years agofix phpinfo() output for iconv extension
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)

19 years agoUnicode support for PHP constants
Dmitry Stogov [Thu, 8 Sep 2005 11:10:34 +0000 (11:10 +0000)]
Unicode support for PHP constants

19 years agoadd save options parameter
Rob Richards [Thu, 8 Sep 2005 10:34:37 +0000 (10:34 +0000)]
add save options parameter

19 years agoadd additional constants
Rob Richards [Thu, 8 Sep 2005 10:33:57 +0000 (10:33 +0000)]
add additional constants
remove un-needed ifdefs

19 years agocatch operator shouldn't call __autoload () too
Dmitry Stogov [Thu, 8 Sep 2005 10:32:28 +0000 (10:32 +0000)]
catch operator shouldn't call __autoload () too

19 years agoFixed crash on AIX
Dmitry Stogov [Thu, 8 Sep 2005 06:18:47 +0000 (06:18 +0000)]
Fixed crash on AIX