]> granicus.if.org Git - php/log
php
19 years agoChangeLog update
<changelog@php.net> [Sat, 19 Mar 2005 01:35:34 +0000 (01:35 +0000)]
ChangeLog update

19 years ago- Fix typos
Andi Gutmans [Sat, 19 Mar 2005 01:11:48 +0000 (01:11 +0000)]
- Fix typos

19 years agoAdded config.w32 (modified version, original by: Grant.Croker at ca dot com)
foobar [Fri, 18 Mar 2005 23:24:15 +0000 (23:24 +0000)]
Added config.w32 (modified version, original by: Grant.Croker at ca dot com)

19 years ago- Readd revised version of Jani's fix:
Marcus Boerger [Fri, 18 Mar 2005 22:43:40 +0000 (22:43 +0000)]
- Readd revised version of Jani's fix:
  'errors with -d having a check for invalid ini entries'
- Add -v for verbose mode

19 years agoRevert bad idea. (no more error for invalid -d options)
foobar [Fri, 18 Mar 2005 22:11:53 +0000 (22:11 +0000)]
Revert bad idea. (no more error for invalid -d options)

19 years agorevert
foobar [Fri, 18 Mar 2005 22:09:31 +0000 (22:09 +0000)]
revert

19 years agoFix stupid typos
foobar [Fri, 18 Mar 2005 21:59:59 +0000 (21:59 +0000)]
Fix stupid typos

19 years agoFix errors with -d having a check for invalid ini entries
foobar [Fri, 18 Mar 2005 21:59:06 +0000 (21:59 +0000)]
Fix errors with -d having a check for invalid ini entries

19 years agodoc should not be freed here, as it is used later in the code path.
George Schlossnagle [Fri, 18 Mar 2005 15:40:04 +0000 (15:40 +0000)]
doc should not be freed here, as it is used later in the code path.

19 years agoupdate to Archive_Tar 1.3.1
Greg Beaver [Fri, 18 Mar 2005 01:55:10 +0000 (01:55 +0000)]
update to Archive_Tar 1.3.1

19 years agoChangeLog update
<changelog@php.net> [Fri, 18 Mar 2005 01:37:52 +0000 (01:37 +0000)]
ChangeLog update

19 years agofix typo in error message
Antony Dovgal [Thu, 17 Mar 2005 18:12:06 +0000 (18:12 +0000)]
fix typo in error message

19 years agoMFB: Fixed build of exif extension on win32.
Ilia Alshanetsky [Thu, 17 Mar 2005 17:20:52 +0000 (17:20 +0000)]
MFB: Fixed build of exif extension on win32.

19 years agoFixed compiler warning on win32.
Ilia Alshanetsky [Thu, 17 Mar 2005 17:16:43 +0000 (17:16 +0000)]
Fixed compiler warning on win32.

19 years agoSilence a warning here on systems where off_t is a long long.
Rasmus Lerdorf [Thu, 17 Mar 2005 16:26:24 +0000 (16:26 +0000)]
Silence a warning here on systems where off_t is a long long.

19 years ago- Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry...
foobar [Thu, 17 Mar 2005 13:43:32 +0000 (13:43 +0000)]
- Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry is passed

19 years agoexport php_dl to fix windows cli build
Rob Richards [Thu, 17 Mar 2005 12:37:18 +0000 (12:37 +0000)]
export php_dl to fix windows cli build

19 years agoRemoved unused DEFS subst
foobar [Thu, 17 Mar 2005 08:16:51 +0000 (08:16 +0000)]
Removed unused DEFS subst

19 years agoFixed build properly
foobar [Thu, 17 Mar 2005 08:15:50 +0000 (08:15 +0000)]
Fixed build properly

19 years agoRevert bad fix
foobar [Thu, 17 Mar 2005 08:15:23 +0000 (08:15 +0000)]
Revert bad fix

19 years ago- ZTS fixes
Derick Rethans [Thu, 17 Mar 2005 07:31:22 +0000 (07:31 +0000)]
- ZTS fixes
#- Andrei, it would be nice if you could test ZTS builds too before you
#  commit...

19 years agoChangeLog update
<changelog@php.net> [Thu, 17 Mar 2005 01:43:26 +0000 (01:43 +0000)]
ChangeLog update

19 years agoBuild fixes
Rasmus Lerdorf [Thu, 17 Mar 2005 01:14:10 +0000 (01:14 +0000)]
Build fixes

19 years agoFix Jani breakage
Rasmus Lerdorf [Wed, 16 Mar 2005 22:00:07 +0000 (22:00 +0000)]
Fix Jani breakage

19 years agoFixed bug #32326 (Check values of Connection/Transfer-Encoding
Ilia Alshanetsky [Wed, 16 Mar 2005 20:30:17 +0000 (20:30 +0000)]
Fixed bug #32326 (Check values of Connection/Transfer-Encoding
case-incentively).

19 years agoAdding SNMPv2 community based (i.e. protocol version) functions.
Harrie Hazewinkel [Wed, 16 Mar 2005 14:29:40 +0000 (14:29 +0000)]
Adding SNMPv2 community based (i.e. protocol version) functions.

19 years ago- Remove these relics from era when TSRM was optional.
foobar [Wed, 16 Mar 2005 06:36:44 +0000 (06:36 +0000)]
- Remove these relics from era when TSRM was optional.

19 years agodon't call rshutdown twice for dl()'d modules.
Wez Furlong [Wed, 16 Mar 2005 04:18:42 +0000 (04:18 +0000)]
don't call rshutdown twice for dl()'d modules.
Spotted by Andrei.

19 years agoChangeLog update
<changelog@php.net> [Wed, 16 Mar 2005 01:38:05 +0000 (01:38 +0000)]
ChangeLog update

19 years agofix shutdown so that dl()'d modules are unloaded after all the dtors have
Wez Furlong [Tue, 15 Mar 2005 23:46:29 +0000 (23:46 +0000)]
fix shutdown so that dl()'d modules are unloaded after all the dtors have
been called.

19 years agoMake it possible to load shared extensions from command line via
Andrei Zmievski [Tue, 15 Mar 2005 22:41:12 +0000 (22:41 +0000)]
Make it possible to load shared extensions from command line via
-dextension= mechanism.

19 years agoremove debuging code
Wez Furlong [Tue, 15 Mar 2005 15:58:04 +0000 (15:58 +0000)]
remove debuging code

19 years agoI'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I
Wez Furlong [Tue, 15 Mar 2005 15:57:49 +0000 (15:57 +0000)]
I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I
am being built against HEAD of php-src.

19 years agoChangeLog update
<changelog@php.net> [Tue, 15 Mar 2005 01:43:31 +0000 (01:43 +0000)]
ChangeLog update

19 years agoFixed possible usage of str without being initialized.
Ilia Alshanetsky [Tue, 15 Mar 2005 00:27:52 +0000 (00:27 +0000)]
Fixed possible usage of str without being initialized.

19 years agothis needs updating
Greg Beaver [Mon, 14 Mar 2005 23:57:07 +0000 (23:57 +0000)]
this needs updating

19 years ago- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)
foobar [Mon, 14 Mar 2005 21:11:33 +0000 (21:11 +0000)]
- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)

19 years ago- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)
foobar [Mon, 14 Mar 2005 21:00:03 +0000 (21:00 +0000)]
- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)

19 years agoFix for bug #32263
Rasmus Lerdorf [Mon, 14 Mar 2005 19:25:39 +0000 (19:25 +0000)]
Fix for bug #32263
This adds proto_num to request_info.  It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly.  It is then used to determine if a 302 or a 303 should be sent
on a Location redirect.  Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.

19 years agoClarify logic
Zeev Suraski [Mon, 14 Mar 2005 12:53:34 +0000 (12:53 +0000)]
Clarify logic

19 years agoMerge registry fix
Zeev Suraski [Mon, 14 Mar 2005 12:42:05 +0000 (12:42 +0000)]
Merge registry fix

19 years ago- Back to stone-age
foobar [Mon, 14 Mar 2005 09:47:31 +0000 (09:47 +0000)]
- Back to stone-age

19 years agows
Stanislav Malyshev [Mon, 14 Mar 2005 09:21:04 +0000 (09:21 +0000)]
ws

19 years ago- Fixed bug #30609 (cURL functions bypass open_basedir)
foobar [Mon, 14 Mar 2005 09:02:23 +0000 (09:02 +0000)]
- Fixed bug #30609 (cURL functions bypass open_basedir)

19 years agoChangeLog update
<changelog@php.net> [Mon, 14 Mar 2005 01:42:08 +0000 (01:42 +0000)]
ChangeLog update

19 years ago*sigh*
foobar [Mon, 14 Mar 2005 01:16:43 +0000 (01:16 +0000)]
*sigh*

19 years ago- Turn off incorrect case folding to let test over.
Moriyoshi Koizumi [Mon, 14 Mar 2005 01:11:54 +0000 (01:11 +0000)]
- Turn off incorrect case folding to let test over.

19 years ago- Move stuff that belongs in Makefile into Makefile.frag
foobar [Mon, 14 Mar 2005 01:09:49 +0000 (01:09 +0000)]
- Move stuff that belongs in Makefile into Makefile.frag

19 years ago- Update tests
Marcus Boerger [Sun, 13 Mar 2005 22:35:34 +0000 (22:35 +0000)]
- Update tests

19 years agoDo not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
Stanislav Malyshev [Sun, 13 Mar 2005 17:48:45 +0000 (17:48 +0000)]
Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
on it

19 years agoFixed compiler warning.
Ilia Alshanetsky [Sun, 13 Mar 2005 17:03:55 +0000 (17:03 +0000)]
Fixed compiler warning.

19 years ago- Fix signature definition
Marcus Boerger [Sun, 13 Mar 2005 16:35:01 +0000 (16:35 +0000)]
- Fix signature definition

19 years ago- More exact signatures (even though complete correct not possible atm)
Marcus Boerger [Sun, 13 Mar 2005 16:34:37 +0000 (16:34 +0000)]
- More exact signatures (even though complete correct not possible atm)

19 years agoFix get_extension_funcs() - extension names are now lowercased, so should
Stanislav Malyshev [Sun, 13 Mar 2005 15:30:10 +0000 (15:30 +0000)]
Fix get_extension_funcs() - extension names are now lowercased, so should
be function arguments.

19 years agocredits to Ilia
Andrey Hristov [Sun, 13 Mar 2005 14:17:17 +0000 (14:17 +0000)]
credits to Ilia

19 years ago- Actually this is a much better error decription
Marcus Boerger [Sun, 13 Mar 2005 13:22:02 +0000 (13:22 +0000)]
- Actually this is a much better error decription

19 years ago- Bugfix #32290
Marcus Boerger [Sun, 13 Mar 2005 13:15:08 +0000 (13:15 +0000)]
- Bugfix #32290

19 years agoChangeLog update
<changelog@php.net> [Sun, 13 Mar 2005 01:36:01 +0000 (01:36 +0000)]
ChangeLog update

19 years ago- Update docu
Marcus Boerger [Sat, 12 Mar 2005 23:21:41 +0000 (23:21 +0000)]
- Update docu

19 years ago- Fix extension to be .inc
Marcus Boerger [Sat, 12 Mar 2005 23:05:03 +0000 (23:05 +0000)]
- Fix extension to be .inc

19 years ago- Allow to hook into RecursiveIteratorIterator's child handling
Marcus Boerger [Sat, 12 Mar 2005 23:03:33 +0000 (23:03 +0000)]
- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu

19 years ago- If an exception is pending we don't bail out but show the unhandled exception
Marcus Boerger [Sat, 12 Mar 2005 22:42:37 +0000 (22:42 +0000)]
- If an exception is pending we don't bail out but show the unhandled exception

19 years agoA more performance friendly version of Andrey's patch.
Ilia Alshanetsky [Sat, 12 Mar 2005 17:51:19 +0000 (17:51 +0000)]
A more performance friendly version of Andrey's patch.

19 years agoFRN
Andrey Hristov [Sat, 12 Mar 2005 14:46:41 +0000 (14:46 +0000)]
FRN

19 years agoadded an optional third parameter to str_word_count(), which is used as
Andrey Hristov [Sat, 12 Mar 2005 14:41:20 +0000 (14:41 +0000)]
added an optional third parameter to str_word_count(), which is used as
a list of characters which are considerd "is_alpha()". Thus V14GR4 can
be extracted as one word if the user supplies "14" as charlist.
FR #31560
# Nuno, are you wishing to document this one too? :)

19 years agoit's 2005 already
Wez Furlong [Sat, 12 Mar 2005 14:07:35 +0000 (14:07 +0000)]
it's 2005 already
# and we're all too lazy to go through and update all the copyright years :)

19 years ago- type is either 1 or 2 if second parameter is set. if not set then type
Andrey Hristov [Sat, 12 Mar 2005 13:08:19 +0000 (13:08 +0000)]
- type is either 1 or 2 if second parameter is set. if not set then type
is 0.
- use the lvalue for the second rvalue

19 years agoadd a test file
Andrey Hristov [Sat, 12 Mar 2005 12:59:53 +0000 (12:59 +0000)]
add a test file

19 years agoadd test
Andrey Hristov [Sat, 12 Mar 2005 12:58:06 +0000 (12:58 +0000)]
add test
#forgot to add this one

19 years agoFR 32275 - fifth parameter to preg_replace() to count number of replaces
Andrey Hristov [Sat, 12 Mar 2005 12:03:50 +0000 (12:03 +0000)]
FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!

19 years agoFixed #30871
Andrey Hristov [Sat, 12 Mar 2005 10:11:46 +0000 (10:11 +0000)]
Fixed #30871

19 years ago- Fix test
Marcus Boerger [Sat, 12 Mar 2005 01:52:48 +0000 (01:52 +0000)]
- Fix test

19 years ago- Fix another memleak
Marcus Boerger [Sat, 12 Mar 2005 01:46:47 +0000 (01:46 +0000)]
- Fix another memleak

19 years ago- Fix memleak
Marcus Boerger [Sat, 12 Mar 2005 01:44:04 +0000 (01:44 +0000)]
- Fix memleak

19 years agoChangeLog update
<changelog@php.net> [Sat, 12 Mar 2005 01:35:45 +0000 (01:35 +0000)]
ChangeLog update

19 years agoshow list of PDO drivers in phpinfo.
Wez Furlong [Sat, 12 Mar 2005 01:16:59 +0000 (01:16 +0000)]
show list of PDO drivers in phpinfo.
Highlight a possible problem area; iterator leaks when used in foreach(),
at least with sqlite2 driver.

19 years agobuild pdo statically on win32, so sqlite2 driver will build.
Wez Furlong [Sat, 12 Mar 2005 01:15:37 +0000 (01:15 +0000)]
build pdo statically on win32, so sqlite2 driver will build.
Alternatively, we could build sqlite as a shared ext, but that has more
of an impact to people upgrading.

19 years agobuild sqlite2 pdo driver on win32
Wez Furlong [Sat, 12 Mar 2005 01:14:21 +0000 (01:14 +0000)]
build sqlite2 pdo driver on win32

19 years ago- Add tests
Marcus Boerger [Sat, 12 Mar 2005 00:51:39 +0000 (00:51 +0000)]
- Add tests

19 years ago- Errcode might be empty
Marcus Boerger [Sat, 12 Mar 2005 00:50:20 +0000 (00:50 +0000)]
- Errcode might be empty

19 years agoFix crappy whitespace
Wez Furlong [Sat, 12 Mar 2005 00:07:44 +0000 (00:07 +0000)]
Fix crappy whitespace

19 years agoImplement a PDO driver for sqlite 2
Wez Furlong [Fri, 11 Mar 2005 23:57:01 +0000 (23:57 +0000)]
Implement a PDO driver for sqlite 2

19 years ago- Add new test
Marcus Boerger [Fri, 11 Mar 2005 02:32:07 +0000 (02:32 +0000)]
- Add new test

19 years ago- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Fri, 11 Mar 2005 02:11:44 +0000 (02:11 +0000)]
- Do not touch return_valu's refcount or is_ref

19 years ago- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Fri, 11 Mar 2005 01:52:24 +0000 (01:52 +0000)]
- Do not touch return_valu's refcount or is_ref

19 years agoChangeLog update
<changelog@php.net> [Fri, 11 Mar 2005 01:50:54 +0000 (01:50 +0000)]
ChangeLog update

19 years ago- Irrelevant
Marcus Boerger [Fri, 11 Mar 2005 01:32:20 +0000 (01:32 +0000)]
- Irrelevant

19 years ago- Fix #30266
Marcus Boerger [Fri, 11 Mar 2005 01:11:54 +0000 (01:11 +0000)]
- Fix #30266

19 years ago- Don't touch refcount/is_ref
Marcus Boerger [Fri, 11 Mar 2005 00:44:34 +0000 (00:44 +0000)]
- Don't touch refcount/is_ref

19 years ago- Times have changed - php 5 relevant version now
Marcus Boerger [Fri, 11 Mar 2005 00:22:28 +0000 (00:22 +0000)]
- Times have changed - php 5 relevant version now

19 years ago- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Fri, 11 Mar 2005 00:14:02 +0000 (00:14 +0000)]
- Do not touch return_valu's refcount or is_ref

19 years ago- Allow to work under php 5
Marcus Boerger [Fri, 11 Mar 2005 00:11:35 +0000 (00:11 +0000)]
- Allow to work under php 5

19 years ago- Cosmetics
Marcus Boerger [Thu, 10 Mar 2005 23:52:43 +0000 (23:52 +0000)]
- Cosmetics

19 years ago- Do not touch return_valu's refcount or is_ref
Marcus Boerger [Thu, 10 Mar 2005 23:42:15 +0000 (23:42 +0000)]
- Do not touch return_valu's refcount or is_ref

19 years agoFinal set of fixes for bug #27633.
Ilia Alshanetsky [Thu, 10 Mar 2005 23:37:45 +0000 (23:37 +0000)]
Final set of fixes for bug #27633.

# Many thanks to Edin for helpind analyze and resolve this bug.

19 years agorequire libxml 2.6.0 or higher
Rob Richards [Thu, 10 Mar 2005 22:35:18 +0000 (22:35 +0000)]
require libxml 2.6.0 or higher

19 years agoadd workaround for libxml bug when using next() method
Rob Richards [Thu, 10 Mar 2005 22:32:47 +0000 (22:32 +0000)]
add workaround for libxml bug when using next() method
remove some no longer needed windows specific code

19 years ago- Fix fetching bound vars & tests
Marcus Boerger [Thu, 10 Mar 2005 18:48:01 +0000 (18:48 +0000)]
- Fix fetching bound vars & tests

19 years ago- Update tests
Marcus Boerger [Thu, 10 Mar 2005 17:55:36 +0000 (17:55 +0000)]
- Update tests

19 years ago- Fix test name
Marcus Boerger [Thu, 10 Mar 2005 15:54:52 +0000 (15:54 +0000)]
- Fix test name