]> granicus.if.org Git - php/log
php
22 years ago- Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc()
Corne' Cornelius [Thu, 27 Feb 2003 08:56:15 +0000 (08:56 +0000)]
- Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc()

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

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

22 years agoMFB: We know ini file scanning will never be interactive, so speed it up a
Rasmus Lerdorf [Thu, 27 Feb 2003 00:11:43 +0000 (00:11 +0000)]
MFB: We know ini file scanning will never be interactive, so speed it up a
bit.  Need a dynamic check for the language scanner.

22 years agoadd imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
Pierre Joye [Wed, 26 Feb 2003 23:22:09 +0000 (23:22 +0000)]
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
      2 Pierre-Alain Joye)

22 years agoadd imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
Pierre Joye [Wed, 26 Feb 2003 23:21:44 +0000 (23:21 +0000)]
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
Pierre-Alain Joye)

22 years agoMFB: Get rid of a redundant syscall on non-Windows
Rasmus Lerdorf [Wed, 26 Feb 2003 22:19:01 +0000 (22:19 +0000)]
MFB: Get rid of a redundant syscall on non-Windows

22 years ago1) Make the output of system() binary safe
Ilia Alshanetsky [Wed, 26 Feb 2003 22:11:12 +0000 (22:11 +0000)]
1) Make the output of system() binary safe
2) Solved a memory leak when the return_value variable passed by reference is
   not an integer in system()/exec()/passthru().
3) Solved a bug in exec(), which would make it append to the 2nd parameter
   (passed by reference) if the parameter is an array instead of overwriting it.
4) Changed the code to use the streams code, resulting in a smaller code base.
5) Various cleanups resulting in reduction of overall code base inside the file
   by ~ 1/3.
6) Speed improvements of ~2.5 times compared to previous performance (based on
   attached PHP script).

22 years agoallow keys as array(group, name) for handler inifile
Marcus Boerger [Wed, 26 Feb 2003 22:07:50 +0000 (22:07 +0000)]
allow keys as array(group, name) for handler inifile

22 years agows
Marcus Boerger [Wed, 26 Feb 2003 22:05:32 +0000 (22:05 +0000)]
ws

22 years agomake it faster
Marcus Boerger [Wed, 26 Feb 2003 22:03:55 +0000 (22:03 +0000)]
make it faster

22 years agoif skip param of dba_fetch is -1 stop do not restart search after last element
Marcus Boerger [Wed, 26 Feb 2003 22:03:00 +0000 (22:03 +0000)]
if skip param of dba_fetch is -1 stop do not restart search after last element

22 years ago- Added an extra ini setting with which extra commands can be forced to
Derick Rethans [Wed, 26 Feb 2003 20:04:16 +0000 (20:04 +0000)]
- Added an extra ini setting with which extra commands can be forced to
  the sendmail deamon on a per-vhost base. The value in this ini setting
  will override all extra commands passed as the 5th parameter to mail()
  and will work in Safe Mode.
@- Added an extra ini setting (mail_force_extra_paramaters) which forces
@  the addition of the specified parameters to be passed as extra
@  parameters to the sendmail binary. These parameters will always replace
@  the value of the 5th parameter to mail(), even in safe mode. (Derick)

22 years ago- Fix proto
Derick Rethans [Wed, 26 Feb 2003 19:34:16 +0000 (19:34 +0000)]
- Fix proto

22 years ago- Whitespace
Derick Rethans [Wed, 26 Feb 2003 19:25:24 +0000 (19:25 +0000)]
- Whitespace

22 years agochanged to emalloc just to be safe
Hartmut Holzgraefe [Wed, 26 Feb 2003 16:06:07 +0000 (16:06 +0000)]
changed to emalloc just to be safe

22 years agoforgot to add these two on my last commit :(
Hartmut Holzgraefe [Wed, 26 Feb 2003 10:06:47 +0000 (10:06 +0000)]
forgot to add these two on my last commit :(

22 years agoSyntactic sugar is sweet.
Sebastian Bergmann [Wed, 26 Feb 2003 08:27:14 +0000 (08:27 +0000)]
Syntactic sugar is sweet.

22 years agochanges in the past shouldn't have compiled.
Brad LaFountain [Wed, 26 Feb 2003 03:04:00 +0000 (03:04 +0000)]
changes in the past shouldn't have compiled.

22 years agoChangeLog update
<changelog@php.net> [Wed, 26 Feb 2003 02:03:08 +0000 (02:03 +0000)]
ChangeLog update

22 years agoMade shell_exec() use streams, this simplifies the code and in some cases
Ilia Alshanetsky [Tue, 25 Feb 2003 23:52:34 +0000 (23:52 +0000)]
Made shell_exec() use streams, this simplifies the code and in some cases
makes it a little faster too.

22 years agoMFH (forgot to put this fix into the 5.X tree).
Ilia Alshanetsky [Tue, 25 Feb 2003 23:39:57 +0000 (23:39 +0000)]
MFH (forgot to put this fix into the 5.X tree).

22 years agoNEWS update
Moriyoshi Koizumi [Tue, 25 Feb 2003 20:41:07 +0000 (20:41 +0000)]
NEWS update

22 years agoSet fgetss() free from the length parameter
Moriyoshi Koizumi [Tue, 25 Feb 2003 20:12:18 +0000 (20:12 +0000)]
Set fgetss() free from the length parameter

22 years agoFixed test.
Ilia Alshanetsky [Tue, 25 Feb 2003 16:27:51 +0000 (16:27 +0000)]
Fixed test.

22 years agoFixed bug #22414 and added a test case for it.
Ilia Alshanetsky [Tue, 25 Feb 2003 16:21:00 +0000 (16:21 +0000)]
Fixed bug #22414 and added a test case for it.

22 years agoCleanup
foobar [Tue, 25 Feb 2003 11:48:50 +0000 (11:48 +0000)]
Cleanup

22 years ago- Fixed bug #21224 (apache configure fails when using --enable-versioning)
foobar [Tue, 25 Feb 2003 11:23:09 +0000 (11:23 +0000)]
- Fixed bug #21224 (apache configure fails when using --enable-versioning)

22 years agoGet the bits right - final/private fix
Zeev Suraski [Tue, 25 Feb 2003 10:03:26 +0000 (10:03 +0000)]
Get the bits right - final/private fix

22 years agoFixed bug #20256 (snprintf() not defined)
foobar [Tue, 25 Feb 2003 09:44:12 +0000 (09:44 +0000)]
Fixed bug #20256 (snprintf() not defined)

22 years agoTabify
Adam Dickmeiss [Tue, 25 Feb 2003 08:34:33 +0000 (08:34 +0000)]
Tabify

22 years agoyaz_search supports query type cql
Adam Dickmeiss [Tue, 25 Feb 2003 08:31:53 +0000 (08:31 +0000)]
yaz_search supports query type cql

22 years agoDo not redefine zend_isnan if it is already defined.
foobar [Tue, 25 Feb 2003 07:46:15 +0000 (07:46 +0000)]
Do not redefine zend_isnan if it is already defined.

22 years agotypofix
foobar [Tue, 25 Feb 2003 07:40:51 +0000 (07:40 +0000)]
typofix

22 years ago(hope) fix some win32 build errors
foobar [Tue, 25 Feb 2003 07:19:44 +0000 (07:19 +0000)]
(hope) fix some win32 build errors

22 years ago- Added Corne' Cornelius to CREDITS/Authors
Corne' Cornelius [Tue, 25 Feb 2003 06:59:15 +0000 (06:59 +0000)]
- Added Corne' Cornelius to CREDITS/Authors

22 years agoAnother win32 build fix.
foobar [Tue, 25 Feb 2003 06:54:04 +0000 (06:54 +0000)]
Another win32 build fix.

22 years ago(hopefully) fix the build..
foobar [Tue, 25 Feb 2003 06:49:59 +0000 (06:49 +0000)]
(hopefully) fix the build..

22 years ago- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
foobar [Tue, 25 Feb 2003 06:35:43 +0000 (06:35 +0000)]
- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).

22 years ago- Changed IFX_VERSION to work with Major versions with more then one digit
Corne' Cornelius [Tue, 25 Feb 2003 05:33:28 +0000 (05:33 +0000)]
- Changed IFX_VERSION to work with Major versions with more then one digit

22 years agofix bug #22324, libjdbcoci8.so is not necessarily needed..
foobar [Tue, 25 Feb 2003 04:36:54 +0000 (04:36 +0000)]
fix bug #22324, libjdbcoci8.so is not necessarily needed..

22 years agoFixed bug #22402 (opening of ftp for read/write could fail due to invalid
Ilia Alshanetsky [Tue, 25 Feb 2003 04:20:22 +0000 (04:20 +0000)]
Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
return code handling).
Solution suggested by jan@jancm.org

22 years agoFixed a crash in gdImageCopyMergeGray().
Ilia Alshanetsky [Tue, 25 Feb 2003 03:49:26 +0000 (03:49 +0000)]
Fixed a crash in gdImageCopyMergeGray().

22 years ago* fixed <provides> generation, provides elements are now included for
Stig Bakken [Tue, 25 Feb 2003 02:44:10 +0000 (02:44 +0000)]
* fixed <provides> generation, provides elements are now included for
  every non-private class, function and method

22 years ago* add new ZE2 tokens
Stig Bakken [Tue, 25 Feb 2003 02:08:49 +0000 (02:08 +0000)]
* add new ZE2 tokens

22 years agoFixed various compiler warnings.
Ilia Alshanetsky [Tue, 25 Feb 2003 01:44:57 +0000 (01:44 +0000)]
Fixed various compiler warnings.

22 years agoUse native flock() whenever possible.
Ilia Alshanetsky [Tue, 25 Feb 2003 01:41:58 +0000 (01:41 +0000)]
Use native flock() whenever possible.

22 years agoAdded locking to streams.
Ilia Alshanetsky [Tue, 25 Feb 2003 01:39:06 +0000 (01:39 +0000)]
Added locking to streams.
Allow PHP to automatically release locks on files when terminating the
stream.
Fixed bugs in the handling of the 3rd optional parameter to flock().

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

22 years agoRemoved unnecessary asserts
Moriyoshi Koizumi [Mon, 24 Feb 2003 23:13:40 +0000 (23:13 +0000)]
Removed unnecessary asserts

22 years agoFixed string.strip_tags filter so it reflects the change on php_strip_tags
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:41:55 +0000 (22:41 +0000)]
Fixed string.strip_tags filter so it reflects the change on php_strip_tags

22 years agoMade fgetss() binary safe too
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:39:47 +0000 (22:39 +0000)]
Made fgetss() binary safe too

22 years agoFixed possible buffer overflow of php_strip_tags
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:19:36 +0000 (22:19 +0000)]
Fixed possible buffer overflow of php_strip_tags

22 years agoMade strip_tags() binary safe
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:01:12 +0000 (22:01 +0000)]
Made strip_tags() binary safe

22 years agoInitial re-implementation of userfilters after filterchain redesign by wez. More...
Sara Golemon [Mon, 24 Feb 2003 21:56:19 +0000 (21:56 +0000)]
Initial re-implementation of userfilters after filterchain redesign by wez.  More userspace API to come.

22 years agoMFB: Bunch of streams related fixes.
Wez Furlong [Mon, 24 Feb 2003 21:40:23 +0000 (21:40 +0000)]
MFB: Bunch of streams related fixes.

22 years agoFixed bug #22355 (PHP would remove folding from Subject & To fields).
Ilia Alshanetsky [Mon, 24 Feb 2003 19:41:18 +0000 (19:41 +0000)]
Fixed bug #22355 (PHP would remove folding from Subject & To fields).

22 years agoAdded test case for bug #22367
Moriyoshi Koizumi [Mon, 24 Feb 2003 19:37:27 +0000 (19:37 +0000)]
Added test case for bug #22367

22 years agoForgot to fix this part
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:54:21 +0000 (16:54 +0000)]
Forgot to fix this part

22 years agoFixed the test as the result is just considered to be expected
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:50:35 +0000 (16:50 +0000)]
Fixed the test as the result is just considered to be expected

22 years agoFixed a signed / unsigned issue.
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:29:00 +0000 (16:29 +0000)]
Fixed a signed / unsigned issue.

# imagine the case like "\\\xfe" where walk[1] takes a value that is greater
# than 127 in integer...

22 years agoPossible fix for #22259 + part 1/2 for fixing one AIX bug..
foobar [Mon, 24 Feb 2003 16:16:11 +0000 (16:16 +0000)]
Possible fix for #22259 + part 1/2 for fixing one AIX bug..

22 years agoStyle fix
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:13:13 +0000 (16:13 +0000)]
Style fix

22 years agoBFN
foobar [Mon, 24 Feb 2003 16:01:38 +0000 (16:01 +0000)]
BFN

22 years agofix quotes
foobar [Mon, 24 Feb 2003 15:11:54 +0000 (15:11 +0000)]
fix quotes

22 years ago(possibly) fix Win32 builds of the Apache 2 filter
Zeev Suraski [Mon, 24 Feb 2003 15:10:36 +0000 (15:10 +0000)]
(possibly) fix Win32 builds of the Apache 2 filter

22 years agofix exception handling
Stanislav Malyshev [Mon, 24 Feb 2003 13:35:47 +0000 (13:35 +0000)]
fix exception handling

22 years ago"key" has to be zero-delimited
Hartmut Holzgraefe [Mon, 24 Feb 2003 13:35:07 +0000 (13:35 +0000)]
"key" has to be zero-delimited

22 years agoAdd 'final'
Zeev Suraski [Mon, 24 Feb 2003 12:05:58 +0000 (12:05 +0000)]
Add 'final'

22 years ago- code generation: resources and phpinfo logo
Hartmut Holzgraefe [Mon, 24 Feb 2003 10:57:48 +0000 (10:57 +0000)]
- code generation: resources and phpinfo logo
- duplicate code elimination for prototype parsing
- improved phpinfo block (incl. logo)
- some input error checking
- documentation generation for ini-directives, constants
  and resources

22 years agoRemove obsolete not on redeclaring protected members.
Sebastian Bergmann [Mon, 24 Feb 2003 10:38:43 +0000 (10:38 +0000)]
Remove obsolete not on redeclaring protected members.

22 years agoLeftover.
Sebastian Bergmann [Mon, 24 Feb 2003 10:37:45 +0000 (10:37 +0000)]
Leftover.

22 years agoInitial documentation of namespace {}.
Sebastian Bergmann [Mon, 24 Feb 2003 10:35:39 +0000 (10:35 +0000)]
Initial documentation of namespace {}.

22 years agono c++ comments
foobar [Mon, 24 Feb 2003 08:27:24 +0000 (08:27 +0000)]
no c++ comments

22 years ago(PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault
Corne' Cornelius [Mon, 24 Feb 2003 06:34:37 +0000 (06:34 +0000)]
(PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault
                   on an unopened connecection and with an errorcode supplied

22 years agoAlways use the libtool which is build in the top_builddir.
foobar [Mon, 24 Feb 2003 04:37:04 +0000 (04:37 +0000)]
Always use the libtool which is build in the top_builddir.

22 years agofix compile warning
foobar [Mon, 24 Feb 2003 03:27:00 +0000 (03:27 +0000)]
fix compile warning

22 years agoFixed bug #22382 (fgetcsv did not handle \" correctly).
Ilia Alshanetsky [Mon, 24 Feb 2003 03:13:25 +0000 (03:13 +0000)]
Fixed bug #22382 (fgetcsv did not handle \" correctly).

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

22 years agows fix
George Schlossnagle [Mon, 24 Feb 2003 01:25:30 +0000 (01:25 +0000)]
ws fix

22 years agohopefully a fix for 19919
George Schlossnagle [Mon, 24 Feb 2003 01:19:08 +0000 (01:19 +0000)]
hopefully a fix for 19919

22 years agoExtra paranoia checks if dn_skipname/dn_expand exist or not
foobar [Mon, 24 Feb 2003 00:09:18 +0000 (00:09 +0000)]
Extra paranoia checks if dn_skipname/dn_expand exist or not

22 years agoMFB: Fix for open_basedir error message
foobar [Sun, 23 Feb 2003 22:30:02 +0000 (22:30 +0000)]
MFB: Fix for open_basedir error message

22 years agoMove abstract inheritance logic to the right spot
Zeev Suraski [Sun, 23 Feb 2003 13:58:48 +0000 (13:58 +0000)]
Move abstract inheritance logic to the right spot

22 years agoFixed abstract handling in inheritence
Zeev Suraski [Sun, 23 Feb 2003 12:51:40 +0000 (12:51 +0000)]
Fixed abstract handling in inheritence

22 years ago* upgrading XML_Parser to 1.0.1
Stig Bakken [Sun, 23 Feb 2003 11:03:38 +0000 (11:03 +0000)]
* upgrading XML_Parser to 1.0.1

22 years agoAdded missing headers and $Id$ tags.
foobar [Sun, 23 Feb 2003 09:50:43 +0000 (09:50 +0000)]
Added missing headers and $Id$ tags.

22 years agoMFB: Fixed bug #22356 (Do not add empty -I flags).
foobar [Sun, 23 Feb 2003 09:37:13 +0000 (09:37 +0000)]
MFB: Fixed bug #22356 (Do not add empty -I flags).

22 years agoFix for bug #22353
foobar [Sun, 23 Feb 2003 08:14:25 +0000 (08:14 +0000)]
Fix for bug #22353

22 years ago- Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
foobar [Sun, 23 Feb 2003 07:32:03 +0000 (07:32 +0000)]
- Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)

22 years agoNew test which currently fails
Marcus Boerger [Sun, 23 Feb 2003 03:03:09 +0000 (03:03 +0000)]
New test which currently fails

22 years agoFix the name
Marcus Boerger [Sun, 23 Feb 2003 02:45:10 +0000 (02:45 +0000)]
Fix the name
# but yes Jani your sentence has better style

22 years agoThese both are experimental still. (there has been a note in config.m4
foobar [Sun, 23 Feb 2003 02:39:51 +0000 (02:39 +0000)]
These both are experimental still. (there has been a note in config.m4
all the time but these marker files were missing)

22 years agoStyle
foobar [Sun, 23 Feb 2003 02:24:51 +0000 (02:24 +0000)]
Style

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

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

22 years agoDropped optimization
Marcus Boerger [Sat, 22 Feb 2003 23:47:09 +0000 (23:47 +0000)]
Dropped optimization
# It is impossible to combine skip=-1 searches with firstkey/nextkey results

22 years agoINI files are case insensitive
Marcus Boerger [Sat, 22 Feb 2003 20:49:07 +0000 (20:49 +0000)]
INI files are case insensitive

22 years agoRevent previous patch, adding of file_write_content() was premature.
Ilia Alshanetsky [Sat, 22 Feb 2003 20:35:22 +0000 (20:35 +0000)]
Revent previous patch, adding of file_write_content() was premature.

22 years agoint/long change.
Ilia Alshanetsky [Sat, 22 Feb 2003 20:33:11 +0000 (20:33 +0000)]
int/long change.