]>
granicus.if.org Git - php/log
Brad LaFountain [Wed, 26 Feb 2003 03:04:00 +0000 (03:04 +0000)]
changes in the past shouldn't have compiled.
<changelog@php.net> [Wed, 26 Feb 2003 02:03:08 +0000 (02:03 +0000)]
ChangeLog update
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.
Ilia Alshanetsky [Tue, 25 Feb 2003 23:39:57 +0000 (23:39 +0000)]
MFH (forgot to put this fix into the 5.X tree).
Moriyoshi Koizumi [Tue, 25 Feb 2003 20:41:07 +0000 (20:41 +0000)]
NEWS update
Moriyoshi Koizumi [Tue, 25 Feb 2003 20:12:18 +0000 (20:12 +0000)]
Set fgetss() free from the length parameter
Ilia Alshanetsky [Tue, 25 Feb 2003 16:27:51 +0000 (16:27 +0000)]
Fixed test.
Ilia Alshanetsky [Tue, 25 Feb 2003 16:21:00 +0000 (16:21 +0000)]
Fixed bug #22414 and added a test case for it.
foobar [Tue, 25 Feb 2003 11:48:50 +0000 (11:48 +0000)]
Cleanup
foobar [Tue, 25 Feb 2003 11:23:09 +0000 (11:23 +0000)]
- Fixed bug #21224 (apache configure fails when using --enable-versioning)
Zeev Suraski [Tue, 25 Feb 2003 10:03:26 +0000 (10:03 +0000)]
Get the bits right - final/private fix
foobar [Tue, 25 Feb 2003 09:44:12 +0000 (09:44 +0000)]
Fixed bug #20256 (snprintf() not defined)
Adam Dickmeiss [Tue, 25 Feb 2003 08:34:33 +0000 (08:34 +0000)]
Tabify
Adam Dickmeiss [Tue, 25 Feb 2003 08:31:53 +0000 (08:31 +0000)]
yaz_search supports query type cql
foobar [Tue, 25 Feb 2003 07:46:15 +0000 (07:46 +0000)]
Do not redefine zend_isnan if it is already defined.
foobar [Tue, 25 Feb 2003 07:40:51 +0000 (07:40 +0000)]
typofix
foobar [Tue, 25 Feb 2003 07:19:44 +0000 (07:19 +0000)]
(hope) fix some win32 build errors
Corne' Cornelius [Tue, 25 Feb 2003 06:59:15 +0000 (06:59 +0000)]
- Added Corne' Cornelius to CREDITS/Authors
foobar [Tue, 25 Feb 2003 06:54:04 +0000 (06:54 +0000)]
Another win32 build fix.
foobar [Tue, 25 Feb 2003 06:49:59 +0000 (06:49 +0000)]
(hopefully) fix the build..
foobar [Tue, 25 Feb 2003 06:35:43 +0000 (06:35 +0000)]
- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
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
foobar [Tue, 25 Feb 2003 04:36:54 +0000 (04:36 +0000)]
fix bug #22324, libjdbcoci8.so is not necessarily needed..
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
Ilia Alshanetsky [Tue, 25 Feb 2003 03:49:26 +0000 (03:49 +0000)]
Fixed a crash in gdImageCopyMergeGray().
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
Stig Bakken [Tue, 25 Feb 2003 02:08:49 +0000 (02:08 +0000)]
* add new ZE2 tokens
Ilia Alshanetsky [Tue, 25 Feb 2003 01:44:57 +0000 (01:44 +0000)]
Fixed various compiler warnings.
Ilia Alshanetsky [Tue, 25 Feb 2003 01:41:58 +0000 (01:41 +0000)]
Use native flock() whenever possible.
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().
<changelog@php.net> [Tue, 25 Feb 2003 01:33:26 +0000 (01:33 +0000)]
ChangeLog update
Moriyoshi Koizumi [Mon, 24 Feb 2003 23:13:40 +0000 (23:13 +0000)]
Removed unnecessary asserts
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
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:39:47 +0000 (22:39 +0000)]
Made fgetss() binary safe too
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:19:36 +0000 (22:19 +0000)]
Fixed possible buffer overflow of php_strip_tags
Moriyoshi Koizumi [Mon, 24 Feb 2003 22:01:12 +0000 (22:01 +0000)]
Made strip_tags() binary safe
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.
Wez Furlong [Mon, 24 Feb 2003 21:40:23 +0000 (21:40 +0000)]
MFB: Bunch of streams related fixes.
Ilia Alshanetsky [Mon, 24 Feb 2003 19:41:18 +0000 (19:41 +0000)]
Fixed bug #22355 (PHP would remove folding from Subject & To fields).
Moriyoshi Koizumi [Mon, 24 Feb 2003 19:37:27 +0000 (19:37 +0000)]
Added test case for bug #22367
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:54:21 +0000 (16:54 +0000)]
Forgot to fix this part
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
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...
foobar [Mon, 24 Feb 2003 16:16:11 +0000 (16:16 +0000)]
Possible fix for #22259 + part 1/2 for fixing one AIX bug..
Moriyoshi Koizumi [Mon, 24 Feb 2003 16:13:13 +0000 (16:13 +0000)]
Style fix
foobar [Mon, 24 Feb 2003 16:01:38 +0000 (16:01 +0000)]
BFN
foobar [Mon, 24 Feb 2003 15:11:54 +0000 (15:11 +0000)]
fix quotes
Zeev Suraski [Mon, 24 Feb 2003 15:10:36 +0000 (15:10 +0000)]
(possibly) fix Win32 builds of the Apache 2 filter
Stanislav Malyshev [Mon, 24 Feb 2003 13:35:47 +0000 (13:35 +0000)]
fix exception handling
Hartmut Holzgraefe [Mon, 24 Feb 2003 13:35:07 +0000 (13:35 +0000)]
"key" has to be zero-delimited
Zeev Suraski [Mon, 24 Feb 2003 12:05:58 +0000 (12:05 +0000)]
Add 'final'
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
Sebastian Bergmann [Mon, 24 Feb 2003 10:38:43 +0000 (10:38 +0000)]
Remove obsolete not on redeclaring protected members.
Sebastian Bergmann [Mon, 24 Feb 2003 10:37:45 +0000 (10:37 +0000)]
Leftover.
Sebastian Bergmann [Mon, 24 Feb 2003 10:35:39 +0000 (10:35 +0000)]
Initial documentation of namespace {}.
foobar [Mon, 24 Feb 2003 08:27:24 +0000 (08:27 +0000)]
no c++ comments
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
foobar [Mon, 24 Feb 2003 04:37:04 +0000 (04:37 +0000)]
Always use the libtool which is build in the top_builddir.
foobar [Mon, 24 Feb 2003 03:27:00 +0000 (03:27 +0000)]
fix compile warning
Ilia Alshanetsky [Mon, 24 Feb 2003 03:13:25 +0000 (03:13 +0000)]
Fixed bug #22382 (fgetcsv did not handle \" correctly).
<changelog@php.net> [Mon, 24 Feb 2003 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
George Schlossnagle [Mon, 24 Feb 2003 01:25:30 +0000 (01:25 +0000)]
ws fix
George Schlossnagle [Mon, 24 Feb 2003 01:19:08 +0000 (01:19 +0000)]
hopefully a fix for 19919
foobar [Mon, 24 Feb 2003 00:09:18 +0000 (00:09 +0000)]
Extra paranoia checks if dn_skipname/dn_expand exist or not
foobar [Sun, 23 Feb 2003 22:30:02 +0000 (22:30 +0000)]
MFB: Fix for open_basedir error message
Zeev Suraski [Sun, 23 Feb 2003 13:58:48 +0000 (13:58 +0000)]
Move abstract inheritance logic to the right spot
Zeev Suraski [Sun, 23 Feb 2003 12:51:40 +0000 (12:51 +0000)]
Fixed abstract handling in inheritence
Stig Bakken [Sun, 23 Feb 2003 11:03:38 +0000 (11:03 +0000)]
* upgrading XML_Parser to 1.0.1
foobar [Sun, 23 Feb 2003 09:50:43 +0000 (09:50 +0000)]
Added missing headers and $Id$ tags.
foobar [Sun, 23 Feb 2003 09:37:13 +0000 (09:37 +0000)]
MFB: Fixed bug #22356 (Do not add empty -I flags).
foobar [Sun, 23 Feb 2003 08:14:25 +0000 (08:14 +0000)]
Fix for bug #22353
foobar [Sun, 23 Feb 2003 07:32:03 +0000 (07:32 +0000)]
- Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
Marcus Boerger [Sun, 23 Feb 2003 03:03:09 +0000 (03:03 +0000)]
New test which currently fails
Marcus Boerger [Sun, 23 Feb 2003 02:45:10 +0000 (02:45 +0000)]
Fix the name
# but yes Jani your sentence has better style
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)
foobar [Sun, 23 Feb 2003 02:24:51 +0000 (02:24 +0000)]
Style
<changelog@php.net> [Sun, 23 Feb 2003 01:32:03 +0000 (01:32 +0000)]
NEWS update
<changelog@php.net> [Sun, 23 Feb 2003 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
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
Marcus Boerger [Sat, 22 Feb 2003 20:49:07 +0000 (20:49 +0000)]
INI files are case insensitive
Ilia Alshanetsky [Sat, 22 Feb 2003 20:35:22 +0000 (20:35 +0000)]
Revent previous patch, adding of file_write_content() was premature.
Ilia Alshanetsky [Sat, 22 Feb 2003 20:33:11 +0000 (20:33 +0000)]
int/long change.
Marcus Boerger [Sat, 22 Feb 2003 17:37:27 +0000 (17:37 +0000)]
Remove testcode
Marcus Boerger [Sat, 22 Feb 2003 17:20:06 +0000 (17:20 +0000)]
@Added dba handler inifiles to support ini files. (Marcus)
Andrey Hristov [Sat, 22 Feb 2003 13:55:11 +0000 (13:55 +0000)]
additional speedup for array_shift(). No need to rehash if the removed element's
key is not scalar and elements with scalar keys are already well numbered
(sequentially from 0) for some reason. This is the case if the leading
elements have no scalar indexes.
Andrey Hristov [Sat, 22 Feb 2003 10:54:26 +0000 (10:54 +0000)]
rehash only in case something is changed.
#lowers the execution time in half on my machine on array with 1000 elements
#with nonscalar keys. Maybe it can be optimized further.
Georg Richter [Sat, 22 Feb 2003 07:47:46 +0000 (07:47 +0000)]
removed some comments
Georg Richter [Sat, 22 Feb 2003 07:31:01 +0000 (07:31 +0000)]
Fixed bug with stmt_close (libmysql bk version 1.1477 required)
Fixed bug with mysql_execute and float values
Justin Erenkrantz [Sat, 22 Feb 2003 04:42:34 +0000 (04:42 +0000)]
Add xbithack support to apache2handler SAPI.
(configuration doesn't work, but that's not something new apparently.)
<changelog@php.net> [Sat, 22 Feb 2003 01:31:43 +0000 (01:31 +0000)]
ChangeLog update
Wez Furlong [Fri, 21 Feb 2003 14:06:55 +0000 (14:06 +0000)]
Add comment about thread-safety of gethostbyname on win32.
Set the correct path to the win32 config.h file in the .dsp file.
foobar [Fri, 21 Feb 2003 10:43:32 +0000 (10:43 +0000)]
MFB
foobar [Fri, 21 Feb 2003 08:45:58 +0000 (08:45 +0000)]
- Fixed bug: #22339
# No NEWS, this was bug introduced by Marcus a while ago..
# Not present in php4.3.x branch
foobar [Fri, 21 Feb 2003 06:50:25 +0000 (06:50 +0000)]
MFB
foobar [Fri, 21 Feb 2003 06:46:12 +0000 (06:46 +0000)]
ZTS fixes
<changelog@php.net> [Fri, 21 Feb 2003 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
David Viner [Fri, 21 Feb 2003 00:14:33 +0000 (00:14 +0000)]
this tiny change adds the location of apache includes and libraries that
are installed when you use the Apache Windows Installer
(C:\Program Files\Apache Group\Apache\*). With this patch,
a windows developer who has used the Apache Windows Installer should be
able to compile the Apache sapi module without any modifications to his/her
installed tree. It should have no effect whatsoever on anyone else.
--dviner
Rasmus Lerdorf [Thu, 20 Feb 2003 22:21:49 +0000 (22:21 +0000)]
An input filter might not simply strip stuff, it might also turn things
into entities or use some other mechanism which causes the filtered data
to be longer than the original data. Ergo, pass in the address of the
buffer instead so the filter is free to reallocate it.
Justin Erenkrantz [Thu, 20 Feb 2003 21:48:58 +0000 (21:48 +0000)]
Remove C++-style comment. (Breaks Sun Forte compiler.)
Wez Furlong [Thu, 20 Feb 2003 21:48:46 +0000 (21:48 +0000)]
*cough*
Fix another stupid mistake.