]> granicus.if.org Git - php/log
php
22 years agoMade the row parameter in pg_result_seek() non-optional, the current
Ilia Alshanetsky [Tue, 4 Feb 2003 18:34:00 +0000 (18:34 +0000)]
Made the row parameter in pg_result_seek() non-optional, the current
implementation would result in random behavior if the 2nd argument is not
passed.
Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
result due to always seeking to row next to the one requested).
Removed dead code from pg_result_seek().

22 years agoMissing update
Zeev Suraski [Tue, 4 Feb 2003 14:12:59 +0000 (14:12 +0000)]
Missing update

22 years agoUpdates reflecting infrastructure changes
Zeev Suraski [Tue, 4 Feb 2003 13:12:48 +0000 (13:12 +0000)]
Updates reflecting infrastructure changes

22 years agoReimplement PPP properties
Zeev Suraski [Tue, 4 Feb 2003 12:12:34 +0000 (12:12 +0000)]
Reimplement PPP properties

22 years ago- fixed some prototypes and folding
Uwe Steinmann [Tue, 4 Feb 2003 10:57:35 +0000 (10:57 +0000)]
- fixed some prototypes and folding

22 years ago- fixed prototype of pdf_get_buffer()
Uwe Steinmann [Tue, 4 Feb 2003 10:23:12 +0000 (10:23 +0000)]
- fixed prototype of pdf_get_buffer()

22 years agoNEWS ordering..
foobar [Tue, 4 Feb 2003 10:08:41 +0000 (10:08 +0000)]
NEWS ordering..

22 years agoNEWS update
<changelog@php.net> [Tue, 4 Feb 2003 01:32:24 +0000 (01:32 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 4 Feb 2003 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

22 years agoproto-fix
Hartmut Holzgraefe [Mon, 3 Feb 2003 23:36:19 +0000 (23:36 +0000)]
proto-fix

22 years agoFixed bug #22017 (non descriptive error to appear when timestamp passed to
Ilia Alshanetsky [Mon, 3 Feb 2003 22:48:26 +0000 (22:48 +0000)]
Fixed bug #22017 (non descriptive error to appear when timestamp passed to
date() has value < 0. Win32 does not support timestamps prior to midnight
(00:00:00), January 1, 1970).

22 years agoMake putenv() return a proper error rather then NULL when invalid argument
Ilia Alshanetsky [Mon, 3 Feb 2003 21:48:36 +0000 (21:48 +0000)]
Make putenv() return a proper error rather then NULL when invalid argument
is passed.

22 years agoFixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
Ilia Alshanetsky [Mon, 3 Feb 2003 21:24:32 +0000 (21:24 +0000)]
Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).

22 years agoFixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
Ilia Alshanetsky [Mon, 3 Feb 2003 20:56:23 +0000 (20:56 +0000)]
Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).

22 years agoTrivial test adjustment
Moriyoshi Koizumi [Mon, 3 Feb 2003 20:29:07 +0000 (20:29 +0000)]
Trivial test adjustment

22 years agozend_get_parameters_* => zend_parse_parameters
Moriyoshi Koizumi [Mon, 3 Feb 2003 20:25:25 +0000 (20:25 +0000)]
zend_get_parameters_* => zend_parse_parameters

22 years agoFix bug: #22035 (EXTRA_LDFLAGS for AIX not correct)
foobar [Mon, 3 Feb 2003 17:35:10 +0000 (17:35 +0000)]
Fix bug: #22035 (EXTRA_LDFLAGS for AIX not correct)

22 years ago- Fixed bug: #21998 (array_pop() did not reset the current array position)
foobar [Mon, 3 Feb 2003 16:57:02 +0000 (16:57 +0000)]
- Fixed bug: #21998 (array_pop() did not reset the current array position)
# This behaves now same as in PHP 4.2.3

22 years agoCorrect description of the problem
foobar [Mon, 3 Feb 2003 16:52:04 +0000 (16:52 +0000)]
Correct description of the problem

22 years agoReally fixed proto.
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:46:45 +0000 (16:46 +0000)]
Really fixed proto.

# sorry for messing

22 years agoOops! wrong commit. Reverting...
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:45:56 +0000 (16:45 +0000)]
Oops! wrong commit. Reverting...

22 years agoFixed proto
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:44:28 +0000 (16:44 +0000)]
Fixed proto

22 years agoModified the test so it will be skipped under ZE1.
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:38:22 +0000 (16:38 +0000)]
Modified the test so it will be skipped under ZE1.
Thanks Kai

22 years agoAdded missing "?>"
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:33:13 +0000 (16:33 +0000)]
Added missing "?>"

22 years agoFixed test case for mb_strpos().
Moriyoshi Koizumi [Mon, 3 Feb 2003 16:16:37 +0000 (16:16 +0000)]
Fixed test case for mb_strpos().
# the third parameter should specify an offset but an encoding name

22 years agoMake these configure messages differ from the regular apache configure
foobar [Mon, 3 Feb 2003 15:42:11 +0000 (15:42 +0000)]
Make these configure messages differ from the regular apache configure

22 years agoAdded test case for bug #21961
Moriyoshi Koizumi [Mon, 3 Feb 2003 14:02:21 +0000 (14:02 +0000)]
Added test case for bug #21961

22 years agoThis cause some warning/error in AIX
foobar [Mon, 3 Feb 2003 13:08:08 +0000 (13:08 +0000)]
This cause some warning/error in AIX

22 years agoFixed bug: #22011 (-n must ignore all ini files)
foobar [Mon, 3 Feb 2003 12:25:28 +0000 (12:25 +0000)]
Fixed bug: #22011 (-n must ignore all ini files)

22 years ago- Make VIM highlighting happy
Derick Rethans [Mon, 3 Feb 2003 12:14:13 +0000 (12:14 +0000)]
- Make VIM highlighting happy

22 years agoTest that libgds actually exists.
foobar [Mon, 3 Feb 2003 11:45:44 +0000 (11:45 +0000)]
Test that libgds actually exists.

22 years agows
foobar [Mon, 3 Feb 2003 09:55:09 +0000 (09:55 +0000)]
ws

22 years agoBuild fix.
Sebastian Bergmann [Mon, 3 Feb 2003 09:42:53 +0000 (09:42 +0000)]
Build fix.

22 years agoFix ZTS build.
Sebastian Bergmann [Mon, 3 Feb 2003 07:41:05 +0000 (07:41 +0000)]
Fix ZTS build.

22 years agoAdded test for bug #21998
foobar [Mon, 3 Feb 2003 06:43:08 +0000 (06:43 +0000)]
Added test for bug #21998

22 years ago* 1.1 release notes update
Stig Bakken [Mon, 3 Feb 2003 02:55:47 +0000 (02:55 +0000)]
* 1.1 release notes update
* added some <provides> elements

22 years ago* start using the source tokenizer
Stig Bakken [Mon, 3 Feb 2003 02:54:39 +0000 (02:54 +0000)]
* start using the source tokenizer

22 years agoNEWS update
<changelog@php.net> [Mon, 3 Feb 2003 02:21:52 +0000 (02:21 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 3 Feb 2003 02:19:31 +0000 (02:19 +0000)]
ChangeLog update

22 years ago* substitute @php_dir@ in pear.in
Stig Bakken [Mon, 3 Feb 2003 01:00:10 +0000 (01:00 +0000)]
* substitute @php_dir@ in pear.in

22 years ago- Added -B, -F, -R, -E for line by line std in processing.
Marcus Boerger [Mon, 3 Feb 2003 00:22:28 +0000 (00:22 +0000)]
- Added -B, -F, -R, -E for line by line std in processing.
- Added some error messages.
- Added more -h info.
@Added command line parameters -B, -F, -R and -E which allow to process
@stdin line by line (See php -h for more). (marcus)
#This allows to simply complex command line constructs...

22 years agoextend the parameter parsing API by two functions
Harald Radi [Sun, 2 Feb 2003 23:30:14 +0000 (23:30 +0000)]
extend the parameter parsing API by two functions
for parsing method parameters with automatic
detection if the function was called as such or as
a class method (with a valid this ptr).
if called as a function the first parameter has to be
the object it is operating on, if called as a method
this is used.

#not yet testet, only commiting so that georg can
#continue working on ext/mysqli

22 years agoFixed bug #22021.
Ilia Alshanetsky [Sun, 2 Feb 2003 23:09:24 +0000 (23:09 +0000)]
Fixed bug #22021.

22 years agoGave the user the ability to specify encoding of the request.
Ilia Alshanetsky [Sun, 2 Feb 2003 20:56:51 +0000 (20:56 +0000)]
Gave the user the ability to specify encoding of the request.
Patch by jens@mermaidconsulting.dk.

22 years agoFixed build on Solaris (patch by Melvyn Sopacua).
Ilia Alshanetsky [Sun, 2 Feb 2003 20:26:46 +0000 (20:26 +0000)]
Fixed build on Solaris (patch by Melvyn Sopacua).

22 years agoFix warning.
Sebastian Bergmann [Sun, 2 Feb 2003 18:50:42 +0000 (18:50 +0000)]
Fix warning.

22 years agowhitespace
Zeev Suraski [Sun, 2 Feb 2003 16:29:42 +0000 (16:29 +0000)]
whitespace

22 years agoCore rearrangements - move Zend Objects specific code to their
Zeev Suraski [Sun, 2 Feb 2003 16:17:25 +0000 (16:17 +0000)]
Core rearrangements - move Zend Objects specific code to their
specific implementation file

22 years agoFix phpinfo() display of Zend extensions
Zeev Suraski [Sun, 2 Feb 2003 15:53:04 +0000 (15:53 +0000)]
Fix phpinfo() display of Zend extensions

22 years ago- Fix warning
Andi Gutmans [Sun, 2 Feb 2003 05:20:31 +0000 (05:20 +0000)]
- Fix warning

22 years ago- new xbm support
Marcus Boerger [Sun, 2 Feb 2003 01:34:54 +0000 (01:34 +0000)]
- new xbm support
@Added XBM support for bundled gd library. (marcus)

# It was enabled by the last commit and fixed by this one.

22 years agoNEWS update
<changelog@php.net> [Sun, 2 Feb 2003 01:34:05 +0000 (01:34 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 2 Feb 2003 01:33:42 +0000 (01:33 +0000)]
ChangeLog update

22 years agoavoid warnings
Marcus Boerger [Sat, 1 Feb 2003 23:38:29 +0000 (23:38 +0000)]
avoid warnings

22 years agoBundled version has XBM support as well as external.
Marcus Boerger [Sat, 1 Feb 2003 23:25:14 +0000 (23:25 +0000)]
Bundled version has XBM support as well as external.
# Now fix the shit behind it...

22 years agoShow if XPM support is available & Set availability bit only when available.
Marcus Boerger [Sat, 1 Feb 2003 23:23:59 +0000 (23:23 +0000)]
Show if XPM support is available & Set availability bit only when available.

22 years ago@Added XBM support for GetImageSize(). (helly)
Marcus Boerger [Sat, 1 Feb 2003 23:14:13 +0000 (23:14 +0000)]
@Added XBM support for GetImageSize(). (helly)

22 years agoChange DBM detection order
Marcus Boerger [Sat, 1 Feb 2003 22:19:04 +0000 (22:19 +0000)]
Change DBM detection order

22 years ago- unify configure mechanisms (include file handling)
Marcus Boerger [Sat, 1 Feb 2003 18:59:59 +0000 (18:59 +0000)]
- unify configure mechanisms (include file handling)
- fix dbm
- allow dbm to be based on gdbm

22 years agoMake it easier to diff results of several runs in one day.
Melvyn Sopacua [Sat, 1 Feb 2003 13:28:32 +0000 (13:28 +0000)]
Make it easier to diff results of several runs in one day.

22 years agoCorrect required mcrypt version
foobar [Sat, 1 Feb 2003 12:49:35 +0000 (12:49 +0000)]
Correct required mcrypt version

22 years agoFix Bug #21892 (links to apache2 install instructions missing)
Melvyn Sopacua [Sat, 1 Feb 2003 11:18:53 +0000 (11:18 +0000)]
Fix Bug #21892 (links to apache2 install instructions missing)

# and stop nicos from bitching

22 years ago* displayLine() is deprecated, so better use displayError() here.
Martin Jansen [Sat, 1 Feb 2003 09:36:17 +0000 (09:36 +0000)]
* displayLine() is deprecated, so better use displayError() here.

22 years agoFix build.
Sebastian Bergmann [Sat, 1 Feb 2003 07:32:09 +0000 (07:32 +0000)]
Fix build.

22 years agoDon't assume that objects have class entries (in the ZE1 sense) when
Wez Furlong [Sat, 1 Feb 2003 03:52:31 +0000 (03:52 +0000)]
Don't assume that objects have class entries (in the ZE1 sense) when
determining the class name.
Additionally, don't assume that objects have a properties hash either.

22 years ago- Added some missing CVS $Id$ tags, headers and footers.
foobar [Sat, 1 Feb 2003 01:49:15 +0000 (01:49 +0000)]
- Added some missing CVS $Id$ tags, headers and footers.

22 years agoChangeLog update
<changelog@php.net> [Sat, 1 Feb 2003 01:32:52 +0000 (01:32 +0000)]
ChangeLog update

22 years agoRequire 2.5.6+
Melvyn Sopacua [Fri, 31 Jan 2003 23:01:36 +0000 (23:01 +0000)]
Require 2.5.6+
MFB: Be -ltdl aware

22 years agoFixed bug #21986 (openssl test failure).
Ilia Alshanetsky [Fri, 31 Jan 2003 22:15:56 +0000 (22:15 +0000)]
Fixed bug #21986 (openssl test failure).

22 years agoShared dba requires at least db-3.3
Marcus Boerger [Fri, 31 Jan 2003 20:06:44 +0000 (20:06 +0000)]
Shared dba requires at least db-3.3

22 years agoFix proto
Marcus Boerger [Fri, 31 Jan 2003 19:12:23 +0000 (19:12 +0000)]
Fix proto

22 years agoRename script.
Frank M. Kromann [Fri, 31 Jan 2003 18:51:28 +0000 (18:51 +0000)]
Rename script.
Add check for CLI version

22 years agoUnbreak $Id tag
Sascha Schumann [Fri, 31 Jan 2003 16:24:12 +0000 (16:24 +0000)]
Unbreak $Id tag

22 years agoMoved these entries to PHP_4_3 branch NEWS (for 4.3.1)
foobar [Fri, 31 Jan 2003 14:23:18 +0000 (14:23 +0000)]
Moved these entries to PHP_4_3 branch NEWS (for 4.3.1)

22 years agoNo c++ comments..
foobar [Fri, 31 Jan 2003 14:18:50 +0000 (14:18 +0000)]
No c++ comments..

22 years agoFixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net
Moriyoshi Koizumi [Fri, 31 Jan 2003 14:15:49 +0000 (14:15 +0000)]
Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net
See http://lists.php.net/article.php?group=php.i18n&article=427

22 years agoRemove obsolete warning
Sascha Schumann [Fri, 31 Jan 2003 07:44:17 +0000 (07:44 +0000)]
Remove obsolete warning

22 years agoAdd ftp_raw() to send raw command strings to an FTP server.
Sara Golemon [Fri, 31 Jan 2003 04:54:57 +0000 (04:54 +0000)]
Add ftp_raw() to send raw command strings to an FTP server.

22 years agoUse platform specific extension.
Frank M. Kromann [Fri, 31 Jan 2003 03:45:13 +0000 (03:45 +0000)]
Use platform specific extension.

22 years agoDtandard visual studio project for ext_skel
Frank M. Kromann [Fri, 31 Jan 2003 03:44:55 +0000 (03:44 +0000)]
Dtandard visual studio project for ext_skel

22 years agoWrapper script to use ext_skel on Win32
Frank M. Kromann [Fri, 31 Jan 2003 03:44:20 +0000 (03:44 +0000)]
Wrapper script to use ext_skel on Win32

22 years agoChangeLog update
<changelog@php.net> [Fri, 31 Jan 2003 01:33:19 +0000 (01:33 +0000)]
ChangeLog update

22 years agoFixed compiler warning regarding signed/unsigned int comparisons.
Ilia Alshanetsky [Thu, 30 Jan 2003 23:36:08 +0000 (23:36 +0000)]
Fixed compiler warning regarding signed/unsigned int comparisons.

22 years agoFix compiler warning.
Ilia Alshanetsky [Thu, 30 Jan 2003 22:37:50 +0000 (22:37 +0000)]
Fix compiler warning.

22 years agoRevert this part, the new one adds more problems than it solves.
Marcus Boerger [Thu, 30 Jan 2003 21:36:05 +0000 (21:36 +0000)]
Revert this part, the new one adds more problems than it solves.

22 years agoFix sticky EOF problem
Sascha Schumann [Thu, 30 Jan 2003 21:06:34 +0000 (21:06 +0000)]
Fix sticky EOF problem

Sometimes streams signal a temporary EOF, because all current data
has been consumed. But that does not preclude the possibility that
more data will become available later.

Thus we must not treat eof in the read path as final.

Now, "tail -f" like scripts work again.

22 years agoUnify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce...
Sara Golemon [Thu, 30 Jan 2003 20:09:19 +0000 (20:09 +0000)]
Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce codebase/maintenance complexity

22 years agofix bug: #21945 (zts build failed)
foobar [Thu, 30 Jan 2003 19:30:13 +0000 (19:30 +0000)]
fix bug: #21945 (zts build failed)

22 years agoAllow to link against chosen modules correctly
Marcus Boerger [Thu, 30 Jan 2003 18:28:42 +0000 (18:28 +0000)]
Allow to link against chosen modules correctly

22 years agoFeature Request # 5919 - Addition of str_ireplace()
Sara Golemon [Thu, 30 Jan 2003 05:00:41 +0000 (05:00 +0000)]
Feature Request # 5919 - Addition of str_ireplace()
Also removed deprecated BM str replace menthod
Also rewrote php_str_to_str to use more processor/memory efficient method (ilia)

22 years agofix non-zts build for wez
Harald Radi [Thu, 30 Jan 2003 03:15:52 +0000 (03:15 +0000)]
fix non-zts build for wez

22 years agoRemoved pointless checks.
Ilia Alshanetsky [Thu, 30 Jan 2003 02:33:16 +0000 (02:33 +0000)]
Removed pointless checks.

22 years agoChangeLog update
<changelog@php.net> [Thu, 30 Jan 2003 01:32:27 +0000 (01:32 +0000)]
ChangeLog update

22 years agoFix ZTS build.
Ilia Alshanetsky [Thu, 30 Jan 2003 00:44:56 +0000 (00:44 +0000)]
Fix ZTS build.

22 years ago* Windows fix (thanks to paj)
Stig Bakken [Wed, 29 Jan 2003 21:42:54 +0000 (21:42 +0000)]
* Windows fix (thanks to paj)

22 years agoAdded sanity checks.
Ilia Alshanetsky [Wed, 29 Jan 2003 19:33:38 +0000 (19:33 +0000)]
Added sanity checks.

22 years agoAdded myself to the maintainers list.
Maxim Maletsky [Wed, 29 Jan 2003 18:31:48 +0000 (18:31 +0000)]
Added myself to the maintainers list.

22 years agoAdd additional stage to post-session cleanup.
Stanislav Malyshev [Wed, 29 Jan 2003 17:54:48 +0000 (17:54 +0000)]
Add additional stage to post-session cleanup.
We need separate cleanup stage because of the following problem:
Suppose we destroy class X, which destroys function table,
and in function table we have function foo() that has static $bar. Now if
object of class X was assigned to $bar, its destructor will be called and will
fail since X's function table is in mid-destruction.
So we want first of all to clean up all data and then move to tables
destruction.
Note that only run-time accessed data need to be cleaned up, pre-defined
data can not contain objects and thus are not probelmatic.
# Looks like we are having a lots of pain in the various parts of the body
# because of the destructors...

22 years agoBe more consistent with the sapi internal name.
Edin Kadribasic [Wed, 29 Jan 2003 15:41:42 +0000 (15:41 +0000)]
Be more consistent with the sapi internal name.

22 years agoEnable embedded code using sapi/embed to use dl().
Edin Kadribasic [Wed, 29 Jan 2003 15:39:10 +0000 (15:39 +0000)]
Enable embedded code using sapi/embed to use dl().