]> granicus.if.org Git - php/log
php
19 years ago- Allow mime_content_type() to work with even a slightly broken mime magic
Derick Rethans [Tue, 18 Oct 2005 13:02:11 +0000 (13:02 +0000)]
- Allow mime_content_type() to work with even a slightly broken mime magic
  file.

19 years agofix mime_magic problems with ZTS
Antony Dovgal [Tue, 18 Oct 2005 12:41:13 +0000 (12:41 +0000)]
fix mime_magic problems with ZTS

19 years agofix bug #34902 (mysqli::character_set_name() - undefined method)
Antony Dovgal [Tue, 18 Oct 2005 10:01:08 +0000 (10:01 +0000)]
fix bug #34902 (mysqli::character_set_name() - undefined method)

19 years agoChangeLog update
<changelog@php.net> [Tue, 18 Oct 2005 05:36:34 +0000 (05:36 +0000)]
ChangeLog update

19 years agoApply patch for #34900, sight unseen.
Dan Scott [Tue, 18 Oct 2005 01:01:32 +0000 (01:01 +0000)]
Apply patch for #34900, sight unseen.

19 years ago- Unicode impl of stripos()
Rolland Santimano [Mon, 17 Oct 2005 19:50:13 +0000 (19:50 +0000)]
- Unicode impl of stripos()

19 years agoonly need context set once
Rob Richards [Mon, 17 Oct 2005 19:47:23 +0000 (19:47 +0000)]
only need context set once

19 years ago- Unicode impl of strrpos()
Rolland Santimano [Mon, 17 Oct 2005 17:07:44 +0000 (17:07 +0000)]
- Unicode impl of strrpos()

19 years agoProperly fixed bug #34456 (original patch completely reverted).
Ilia Alshanetsky [Mon, 17 Oct 2005 15:29:55 +0000 (15:29 +0000)]
Properly fixed bug #34456 (original patch completely reverted).

19 years ago- MF51: Fixed bug #29361 (var_export() producing invalid code).
Derick Rethans [Mon, 17 Oct 2005 15:03:12 +0000 (15:03 +0000)]
- MF51: Fixed bug #29361 (var_export() producing invalid code).

19 years agoFixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is
Ilia Alshanetsky [Mon, 17 Oct 2005 14:29:20 +0000 (14:29 +0000)]
Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is
being used).

19 years agoFixed bug #34873 (Segmentation Fault on foreach in object)
Dmitry Stogov [Mon, 17 Oct 2005 08:01:07 +0000 (08:01 +0000)]
Fixed bug #34873 (Segmentation Fault on foreach in object)

19 years ago- Make sure that typehints for classes can only accept "= NULL" as default
Derick Rethans [Mon, 17 Oct 2005 07:03:33 +0000 (07:03 +0000)]
- Make sure that typehints for classes can only accept "= NULL" as default
  value.

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

19 years agoFurther URL validations in safe_mode/open_basedir configs.
Ilia Alshanetsky [Mon, 17 Oct 2005 02:42:17 +0000 (02:42 +0000)]
Further URL validations in safe_mode/open_basedir configs.

19 years ago- Silence unnecessary output
foobar [Sun, 16 Oct 2005 20:41:02 +0000 (20:41 +0000)]
- Silence unnecessary output

19 years ago- Add ability to access private properties of base classes
Marcus Boerger [Sun, 16 Oct 2005 16:13:55 +0000 (16:13 +0000)]
- Add ability to access private properties of base classes
- Add ability to specify fully qualified name for properties
- ReflectionClass::getInterfaces89 now returns associative array

19 years agoChangeLog update
<changelog@php.net> [Sun, 16 Oct 2005 05:47:08 +0000 (05:47 +0000)]
ChangeLog update

19 years ago- MF51: Fixed timezone guessing on Windows.
Derick Rethans [Sat, 15 Oct 2005 18:14:40 +0000 (18:14 +0000)]
- MF51: Fixed timezone guessing on Windows.

19 years ago- MF51: Updated timezone database to version 2005.14.
Derick Rethans [Sat, 15 Oct 2005 18:14:11 +0000 (18:14 +0000)]
- MF51: Updated timezone database to version 2005.14.

19 years ago- Changed type hints so that they take "= NULL" as default value.
Derick Rethans [Sat, 15 Oct 2005 12:54:19 +0000 (12:54 +0000)]
- Changed type hints so that they take "= NULL" as default value.

19 years ago- Fixed folding markers.
Derick Rethans [Sat, 15 Oct 2005 12:50:20 +0000 (12:50 +0000)]
- Fixed folding markers.

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

19 years agoadd test for bug #34873
Antony Dovgal [Fri, 14 Oct 2005 21:50:46 +0000 (21:50 +0000)]
add test for bug #34873

19 years agoMFB51: ZTS fix
Ilia Alshanetsky [Fri, 14 Oct 2005 15:38:56 +0000 (15:38 +0000)]
MFB51: ZTS fix

19 years agoChangeLog update
<changelog@php.net> [Fri, 14 Oct 2005 05:45:27 +0000 (05:45 +0000)]
ChangeLog update

19 years agoFixed test failure
Ilia Alshanetsky [Thu, 13 Oct 2005 21:26:08 +0000 (21:26 +0000)]
Fixed test failure

19 years agomove constants to class
Rob Richards [Thu, 13 Oct 2005 21:19:14 +0000 (21:19 +0000)]
move constants to class

19 years agoinsure stream usage
Rob Richards [Thu, 13 Oct 2005 20:17:18 +0000 (20:17 +0000)]
insure stream usage

19 years agobump libxml min version to 2.6.11
Rob Richards [Thu, 13 Oct 2005 20:16:39 +0000 (20:16 +0000)]
bump libxml min version to 2.6.11

19 years ago- SPL example was changed, so change PDO test accordingly
Marcus Boerger [Thu, 13 Oct 2005 19:48:07 +0000 (19:48 +0000)]
- SPL example was changed, so change PDO test accordingly

19 years ago- Add ability to bypass key() surrounding and make that default
Marcus Boerger [Thu, 13 Oct 2005 19:45:29 +0000 (19:45 +0000)]
- Add ability to bypass key() surrounding and make that default

19 years agoproper quoting, breaking, etc.
foobar [Thu, 13 Oct 2005 19:28:47 +0000 (19:28 +0000)]
proper quoting, breaking, etc.

19 years ago- MFB Do not try to autoload the class, use internal only
Marcus Boerger [Thu, 13 Oct 2005 18:41:04 +0000 (18:41 +0000)]
- MFB Do not try to autoload the class, use internal only

19 years agocorrect it one more time (grrr)
Antony Dovgal [Thu, 13 Oct 2005 15:22:20 +0000 (15:22 +0000)]
correct it one more time (grrr)

19 years agocorrect the fix
Antony Dovgal [Thu, 13 Oct 2005 15:18:37 +0000 (15:18 +0000)]
correct the fix

19 years agofix #34856 (configure fails to detect libiconv's type)
Antony Dovgal [Thu, 13 Oct 2005 15:13:29 +0000 (15:13 +0000)]
fix #34856 (configure fails to detect libiconv's type)

19 years agofix #34855 (ibase_service_attach() segfault on AMD64)
Antony Dovgal [Thu, 13 Oct 2005 12:58:22 +0000 (12:58 +0000)]
fix #34855 (ibase_service_attach() segfault on AMD64)

19 years agoMF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included in man...
foobar [Thu, 13 Oct 2005 10:04:17 +0000 (10:04 +0000)]
MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)

19 years agoChangeLog update
<changelog@php.net> [Thu, 13 Oct 2005 05:40:53 +0000 (05:40 +0000)]
ChangeLog update

19 years ago- Use pcre_cache_entry* rather than pcre* directly for refcounting
Marcus Boerger [Wed, 12 Oct 2005 22:52:09 +0000 (22:52 +0000)]
- Use pcre_cache_entry* rather than pcre* directly for refcounting
# This prevents a theoretical crash when using too many regexes

19 years ago- Drop one cache related function which is not really neccessary
Marcus Boerger [Wed, 12 Oct 2005 22:45:15 +0000 (22:45 +0000)]
- Drop one cache related function which is not really neccessary

19 years ago- Add/expose function to compile and access pcre_cache_entry structs
Marcus Boerger [Wed, 12 Oct 2005 22:37:30 +0000 (22:37 +0000)]
- Add/expose function to compile and access pcre_cache_entry structs

19 years agoMF51: fix bug #34581 (crash with mod_rewrite)
Antony Dovgal [Wed, 12 Oct 2005 21:31:49 +0000 (21:31 +0000)]
MF51: fix bug #34581 (crash with mod_rewrite)

19 years ago- Apperently you can't store NULL pointer values into Zend hashes - god know
Derick Rethans [Wed, 12 Oct 2005 19:49:35 +0000 (19:49 +0000)]
- Apperently you can't store NULL pointer values into Zend hashes - god know
  why not - so we won't store those in the cache anymore.

19 years agoFixed bug #34758 (PDO_DBLIB did not implement rowCount()).
Ilia Alshanetsky [Wed, 12 Oct 2005 15:02:35 +0000 (15:02 +0000)]
Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).

19 years agofix compile warnings again
Antony Dovgal [Wed, 12 Oct 2005 14:43:55 +0000 (14:43 +0000)]
fix compile warnings again

19 years agoMF51: make GCC happy and improve CS a bit
Antony Dovgal [Wed, 12 Oct 2005 14:30:34 +0000 (14:30 +0000)]
MF51: make GCC happy and improve CS a bit

19 years agonuke unused vars
Antony Dovgal [Wed, 12 Oct 2005 14:03:26 +0000 (14:03 +0000)]
nuke unused vars

19 years agouse spprintf where appropriate
Rob Richards [Wed, 12 Oct 2005 13:57:14 +0000 (13:57 +0000)]
use spprintf where appropriate

19 years agoMF51: fix TS build
Antony Dovgal [Wed, 12 Oct 2005 13:33:33 +0000 (13:33 +0000)]
MF51: fix TS build

19 years agoUnicode support
Dmitry Stogov [Wed, 12 Oct 2005 12:13:54 +0000 (12:13 +0000)]
Unicode support

19 years agoFixed unicode support for strip_tags()
Dmitry Stogov [Wed, 12 Oct 2005 11:00:47 +0000 (11:00 +0000)]
Fixed unicode support for strip_tags()

19 years agoUnicode support
Dmitry Stogov [Wed, 12 Oct 2005 10:12:15 +0000 (10:12 +0000)]
Unicode support

19 years agoChangeLog update
<changelog@php.net> [Wed, 12 Oct 2005 05:45:26 +0000 (05:45 +0000)]
ChangeLog update

19 years agoFixed Bug #27908 (xml default_handlers not being called)
Rob Richards [Wed, 12 Oct 2005 03:20:13 +0000 (03:20 +0000)]
Fixed Bug #27908 (xml default_handlers not being called)
Fix memleak when entitydecls are parsed
remove old ifdefs

19 years ago- Removed confusing dot.
foobar [Tue, 11 Oct 2005 18:58:27 +0000 (18:58 +0000)]
- Removed confusing dot.

19 years agofix test
foobar [Tue, 11 Oct 2005 18:12:01 +0000 (18:12 +0000)]
fix test

19 years agoFixed bug #33167 (Possible crash inside pg_fetch_array()).
Ilia Alshanetsky [Tue, 11 Oct 2005 16:18:40 +0000 (16:18 +0000)]
Fixed bug #33167 (Possible crash inside pg_fetch_array()).

19 years agoFixed bug #34742 (ftp wrapper failures caused from segmented command transfer).
Ilia Alshanetsky [Tue, 11 Oct 2005 14:33:14 +0000 (14:33 +0000)]
Fixed bug #34742 (ftp wrapper failures caused from segmented command transfer).

19 years agoMF51: fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)
Antony Dovgal [Tue, 11 Oct 2005 13:59:18 +0000 (13:59 +0000)]
MF51: fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)

19 years agoFixed compilation on Windows
Dmitry Stogov [Tue, 11 Oct 2005 11:39:01 +0000 (11:39 +0000)]
Fixed compilation on Windows

19 years agoFixed bug #32455 (wrong setting property to unset value)
Dmitry Stogov [Tue, 11 Oct 2005 10:16:03 +0000 (10:16 +0000)]
Fixed bug #32455 (wrong setting property to unset value)

19 years agoFixed bug #34790 (preg_match_all(), named capturing groups, variable assignment/retur...
Dmitry Stogov [Tue, 11 Oct 2005 06:46:18 +0000 (06:46 +0000)]
Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)

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

19 years ago- Provide const RegExIterator::USE_KEY and actually use it in the test
Marcus Boerger [Tue, 11 Oct 2005 00:18:32 +0000 (00:18 +0000)]
- Provide const RegExIterator::USE_KEY and actually use it in the test

19 years ago- Add (Recursive)RegExIterator
Marcus Boerger [Mon, 10 Oct 2005 23:58:42 +0000 (23:58 +0000)]
- Add (Recursive)RegExIterator

19 years ago- Register new class
Marcus Boerger [Mon, 10 Oct 2005 21:45:09 +0000 (21:45 +0000)]
- Register new class

19 years ago- Finalize work on SplFileInfo and derived for now (add missing get*Info())
Marcus Boerger [Mon, 10 Oct 2005 21:06:54 +0000 (21:06 +0000)]
- Finalize work on SplFileInfo and derived for now (add missing get*Info())
- Update docu

19 years agoMF51: use proper macros and vars instead of strlen()
Antony Dovgal [Mon, 10 Oct 2005 20:16:35 +0000 (20:16 +0000)]
MF51: use proper macros and vars instead of strlen()

19 years agoMF51: fix #34818
Antony Dovgal [Mon, 10 Oct 2005 20:14:31 +0000 (20:14 +0000)]
MF51: fix #34818

19 years ago- Make sure the tzcache' dtor doesn't cleanup cached misses in the lookup
Derick Rethans [Mon, 10 Oct 2005 16:41:40 +0000 (16:41 +0000)]
- Make sure the tzcache' dtor doesn't cleanup cached misses in the lookup
  tables.

19 years agoremove potentially bogus test
George Schlossnagle [Mon, 10 Oct 2005 16:02:20 +0000 (16:02 +0000)]
remove potentially bogus test

19 years agoFixed XML Schema error
Dmitry Stogov [Mon, 10 Oct 2005 15:40:43 +0000 (15:40 +0000)]
Fixed XML Schema error

19 years agoFixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).
Ilia Alshanetsky [Mon, 10 Oct 2005 14:43:51 +0000 (14:43 +0000)]
Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).

19 years agoFixed bug #34802 (Fixed crash on object instantiation failure).
Ilia Alshanetsky [Mon, 10 Oct 2005 14:30:05 +0000 (14:30 +0000)]
Fixed bug #34802 (Fixed crash on object instantiation failure).

19 years agoMF51: fix #34810 (mysqli::init() and others use wrong $this pointer without checks)
Antony Dovgal [Mon, 10 Oct 2005 12:59:47 +0000 (12:59 +0000)]
MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without checks)

19 years agoFixed bug #34786 (2 @ results in change to error_reporting() to random value)
Dmitry Stogov [Mon, 10 Oct 2005 10:54:45 +0000 (10:54 +0000)]
Fixed bug #34786 (2 @ results in change to error_reporting() to random value)

19 years agoMFH
Dmitry Stogov [Mon, 10 Oct 2005 10:50:35 +0000 (10:50 +0000)]
MFH

19 years agoupdate changelog
Antony Dovgal [Mon, 10 Oct 2005 10:48:38 +0000 (10:48 +0000)]
update changelog

19 years agoFix copypastetypo
foobar [Mon, 10 Oct 2005 10:28:21 +0000 (10:28 +0000)]
Fix copypastetypo

19 years agoFix copypastetypo
foobar [Mon, 10 Oct 2005 10:27:27 +0000 (10:27 +0000)]
Fix copypastetypo

19 years agofix #33383 (crash when retrieving empty BLOBs)
Antony Dovgal [Mon, 10 Oct 2005 10:16:58 +0000 (10:16 +0000)]
fix #33383 (crash when retrieving empty BLOBs)

19 years ago- Fix build for distros where the header files are under */include/freetds/
foobar [Mon, 10 Oct 2005 09:50:24 +0000 (09:50 +0000)]
- Fix build for distros where the header files are under */include/freetds/

19 years agoFixed bug #34467 (foreach + __get + __set incosistency)
Dmitry Stogov [Mon, 10 Oct 2005 09:50:20 +0000 (09:50 +0000)]
Fixed bug #34467 (foreach + __get + __set incosistency)

19 years ago- Fix logic
Marcus Boerger [Mon, 10 Oct 2005 06:06:12 +0000 (06:06 +0000)]
- Fix logic

19 years agofix test
foobar [Mon, 10 Oct 2005 05:56:53 +0000 (05:56 +0000)]
fix test

19 years agoChangeLog update
<changelog@php.net> [Mon, 10 Oct 2005 05:36:24 +0000 (05:36 +0000)]
ChangeLog update

19 years agoPHP_CONFIG_FILE_PATH needs to use strlen() due to Win build
Rob Richards [Mon, 10 Oct 2005 02:26:13 +0000 (02:26 +0000)]
PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build

19 years agoMFB
foobar [Sun, 9 Oct 2005 20:44:26 +0000 (20:44 +0000)]
MFB

19 years agoFix properly
foobar [Sun, 9 Oct 2005 20:38:28 +0000 (20:38 +0000)]
Fix properly

19 years ago- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)
foobar [Sun, 9 Oct 2005 20:33:09 +0000 (20:33 +0000)]
- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)

19 years agoFixed bug #34777 (Crash in dblib when fetching non-existent error info).
Ilia Alshanetsky [Sun, 9 Oct 2005 18:59:27 +0000 (18:59 +0000)]
Fixed bug #34777 (Crash in dblib when fetching non-existent error info).

19 years agoMFB
Andrey Hristov [Sun, 9 Oct 2005 17:57:37 +0000 (17:57 +0000)]
MFB

19 years ago- Add 'overwrites' info to method dump
Marcus Boerger [Sun, 9 Oct 2005 17:14:15 +0000 (17:14 +0000)]
- Add 'overwrites' info to method dump
# Right now we have to compute that information because it is not available

19 years ago- Apply workaround for test until someone fixes the issue (which is unrelated to...
Marcus Boerger [Sun, 9 Oct 2005 16:05:01 +0000 (16:05 +0000)]
- Apply workaround for test until someone fixes the issue (which is unrelated to pg_*())

19 years ago- Make test check for PlPgSQL before using it
Marcus Boerger [Sun, 9 Oct 2005 15:57:40 +0000 (15:57 +0000)]
- Make test check for PlPgSQL before using it

19 years ago- Add new test
Marcus Boerger [Sun, 9 Oct 2005 15:13:25 +0000 (15:13 +0000)]
- Add new test

19 years agoBugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling)
Marcus Boerger [Sun, 9 Oct 2005 14:11:44 +0000 (14:11 +0000)]
Bugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling)

19 years agoFixed bug #34788 (SOAP Client not applying correct namespace to generated values)
Dmitry Stogov [Sun, 9 Oct 2005 12:42:06 +0000 (12:42 +0000)]
Fixed bug #34788 (SOAP Client not applying correct namespace to generated values)