]> granicus.if.org Git - php/log
php
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.

22 years agoRemove testcode
Marcus Boerger [Sat, 22 Feb 2003 17:37:27 +0000 (17:37 +0000)]
Remove testcode

22 years ago@Added dba handler inifiles to support ini files. (Marcus)
Marcus Boerger [Sat, 22 Feb 2003 17:20:06 +0000 (17:20 +0000)]
@Added dba handler inifiles to support ini files. (Marcus)

22 years agoadditional speedup for array_shift(). No need to rehash if the removed element's
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.

22 years agorehash only in case something is changed.
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.

22 years agoremoved some comments
Georg Richter [Sat, 22 Feb 2003 07:47:46 +0000 (07:47 +0000)]
removed some comments

22 years agoFixed bug with stmt_close (libmysql bk version 1.1477 required)
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

22 years agoAdd xbithack support to apache2handler SAPI.
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.)

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

22 years agoAdd comment about thread-safety of gethostbyname on win32.
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.

22 years agoMFB
foobar [Fri, 21 Feb 2003 10:43:32 +0000 (10:43 +0000)]
MFB

22 years ago- Fixed bug: #22339
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

22 years agoMFB
foobar [Fri, 21 Feb 2003 06:50:25 +0000 (06:50 +0000)]
MFB

22 years agoZTS fixes
foobar [Fri, 21 Feb 2003 06:46:12 +0000 (06:46 +0000)]
ZTS fixes

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

22 years agothis tiny change adds the location of apache includes and libraries that
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

22 years agoAn input filter might not simply strip stuff, it might also turn things
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.

22 years agoRemove C++-style comment. (Breaks Sun Forte compiler.)
Justin Erenkrantz [Thu, 20 Feb 2003 21:48:58 +0000 (21:48 +0000)]
Remove C++-style comment.  (Breaks Sun Forte compiler.)

22 years ago*cough*
Wez Furlong [Thu, 20 Feb 2003 21:48:46 +0000 (21:48 +0000)]
*cough*
Fix another stupid mistake.

22 years agoReduce unnecessary filter applications when stream is (read|write) only
Sara Golemon [Thu, 20 Feb 2003 20:05:31 +0000 (20:05 +0000)]
Reduce unnecessary filter applications when stream is (read|write) only

22 years agoAllow namespaces to have a number of parts. I.e., now you can do:
Stanislav Malyshev [Thu, 20 Feb 2003 19:01:53 +0000 (19:01 +0000)]
Allow namespaces to have a number of parts. I.e., now you can do:
namespace foo {
function abc() {}
}
...
namespace foo {
functio def() {}
}

22 years agoClean up apache2handler SAPI.
Justin Erenkrantz [Thu, 20 Feb 2003 18:20:03 +0000 (18:20 +0000)]
Clean up apache2handler SAPI.

Key improvements:
- Be streamy
- Re-enable virtual() support
- Set content_type correctly
- Remove unnecessary code and reintroduce some missing code
- Change signature from PhP to PHP

22 years agoFixed bug #22330 (overloaded strrpos() gives wrong results)
Moriyoshi Koizumi [Thu, 20 Feb 2003 17:52:42 +0000 (17:52 +0000)]
Fixed bug #22330 (overloaded strrpos() gives wrong results)
Patch by david at santinoli dot com. Thanks!

22 years ago- Fixed testcase... you can never trust on RFCs it seems
Derick Rethans [Thu, 20 Feb 2003 16:15:41 +0000 (16:15 +0000)]
- Fixed testcase... you can never trust on RFCs it seems

22 years agoput constants into C output
Hartmut Holzgraefe [Thu, 20 Feb 2003 15:19:14 +0000 (15:19 +0000)]
put constants into C output
do not limit int constants to numbers, C #defines are ok as strings
foobar(void) needs special treatment in code generation

22 years agostyle
foobar [Thu, 20 Feb 2003 13:42:29 +0000 (13:42 +0000)]
style

22 years ago- Fixed copy and paste bug
Derick Rethans [Thu, 20 Feb 2003 10:33:55 +0000 (10:33 +0000)]
- Fixed copy and paste bug

22 years ago- Also add the optional raw output parameter to md5_file and sha1_file.
Derick Rethans [Thu, 20 Feb 2003 10:32:35 +0000 (10:32 +0000)]
- Also add the optional raw output parameter to md5_file and sha1_file.

22 years agoThis is added in 4.3.2
foobar [Thu, 20 Feb 2003 07:13:59 +0000 (07:13 +0000)]
This is added in 4.3.2

22 years agoFixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)
foobar [Thu, 20 Feb 2003 07:10:07 +0000 (07:10 +0000)]
Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false)

22 years agoupdate
Sascha Schumann [Thu, 20 Feb 2003 06:57:42 +0000 (06:57 +0000)]
update

22 years ago- No need to add the \0 ourselves, the estrndup in STRINGL takes care of
Derick Rethans [Thu, 20 Feb 2003 06:56:37 +0000 (06:56 +0000)]
- No need to add the \0 ourselves, the estrndup in STRINGL takes care of
  that for us.

22 years agoupdate
Sascha Schumann [Thu, 20 Feb 2003 06:56:18 +0000 (06:56 +0000)]
update

22 years agogenerally urlencode parameters
Sascha Schumann [Thu, 20 Feb 2003 06:18:16 +0000 (06:18 +0000)]
generally urlencode parameters

22 years agoVCWD_LSTAT is not available on win32/netware
foobar [Thu, 20 Feb 2003 06:16:37 +0000 (06:16 +0000)]
VCWD_LSTAT is not available on win32/netware

22 years ago- Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)
foobar [Thu, 20 Feb 2003 05:34:58 +0000 (05:34 +0000)]
- Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)

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

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

22 years agoRevert accidental commit.
Ilia Alshanetsky [Thu, 20 Feb 2003 00:34:03 +0000 (00:34 +0000)]
Revert accidental commit.

22 years agoFixed bug #22308 (optimized passthru, code is now ~40 times faster).
Ilia Alshanetsky [Thu, 20 Feb 2003 00:32:51 +0000 (00:32 +0000)]
Fixed bug #22308 (optimized passthru, code is now ~40 times faster).

22 years agoconsistent with the used style
foobar [Thu, 20 Feb 2003 00:19:04 +0000 (00:19 +0000)]
consistent with the used style

22 years agoAdd folding markers and editor directive blocks.
Jon Parise [Wed, 19 Feb 2003 21:36:00 +0000 (21:36 +0000)]
Add folding markers and editor directive blocks.

22 years agoFix mbstring input_filter
Rasmus Lerdorf [Wed, 19 Feb 2003 20:56:47 +0000 (20:56 +0000)]
Fix mbstring input_filter

22 years agoInput Filter support. See README.input_filter for details.
Rasmus Lerdorf [Wed, 19 Feb 2003 19:41:09 +0000 (19:41 +0000)]
Input Filter support.  See README.input_filter for details.
@- Input Filter support added. See  README.input_filter. (Rasmus)

22 years agoMFB
foobar [Wed, 19 Feb 2003 18:45:51 +0000 (18:45 +0000)]
MFB

22 years agoprevent xdebug from crashing
Harald Radi [Wed, 19 Feb 2003 16:17:15 +0000 (16:17 +0000)]
prevent xdebug from crashing

22 years agocode for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO
Hartmut Holzgraefe [Wed, 19 Feb 2003 16:02:45 +0000 (16:02 +0000)]
code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO
and for private internal C helper functions may now be embedded into
the XML specification

22 years agotypo..
Wez Furlong [Wed, 19 Feb 2003 15:07:45 +0000 (15:07 +0000)]
typo..

22 years agoNews about the ZE stream thing
Wez Furlong [Wed, 19 Feb 2003 14:59:26 +0000 (14:59 +0000)]
News about the ZE stream thing

22 years agoFix stupid mistake that only affected interactive mode.
Wez Furlong [Wed, 19 Feb 2003 14:52:56 +0000 (14:52 +0000)]
Fix stupid mistake that only affected interactive mode.

22 years agotest specifications for MINIT and friends
Hartmut Holzgraefe [Wed, 19 Feb 2003 14:50:43 +0000 (14:50 +0000)]
test specifications for MINIT and friends

22 years ago<code> inside <function> was supported but missing from the DTD,
Hartmut Holzgraefe [Wed, 19 Feb 2003 14:48:17 +0000 (14:48 +0000)]
<code> inside <function> was supported but missing from the DTD,
added "role" attribute to support "internal" functions like
MINIT and stuff, "private" C functions not to be published as
PHP functions and "public" implemenations of PHP functions

22 years agoFix for bug #22221: pgsql version for dbx_query suppressed a warning that
Marc Boeren [Wed, 19 Feb 2003 13:32:27 +0000 (13:32 +0000)]
Fix for bug #22221: pgsql version for dbx_query suppressed a warning that
was trappable by using a user-defined error-handler. A different use of
pgsql_getrow removed the warning and thus the need for suppressing it.

22 years agosome improvements
Sascha Schumann [Wed, 19 Feb 2003 10:57:21 +0000 (10:57 +0000)]
some improvements

22 years agoMicrosoft Developer Studio project file (.dsp) generation added
Hartmut Holzgraefe [Wed, 19 Feb 2003 10:12:28 +0000 (10:12 +0000)]
Microsoft Developer Studio project file (.dsp) generation added

for now both config.m4 and .dsp files are generated for the simples
case only (one .c file, one .h file, no external dependencies)

22 years agonext generation ext_skel script - initial checkin
Hartmut Holzgraefe [Wed, 19 Feb 2003 10:07:22 +0000 (10:07 +0000)]
next generation ext_skel script - initial checkin

22 years ago- Revert latest commit
Corne' Cornelius [Wed, 19 Feb 2003 09:52:52 +0000 (09:52 +0000)]
- Revert latest commit

22 years agows/style fixes
foobar [Wed, 19 Feb 2003 09:38:11 +0000 (09:38 +0000)]
ws/style fixes

22 years ago- Added Input Descriptor Binding to be used by blobs. This fixed a bug
Corne' Cornelius [Wed, 19 Feb 2003 09:29:26 +0000 (09:29 +0000)]
- Added Input Descriptor Binding to be used by blobs. This fixed a bug
  where ESQL/C would cause a Segmentation fault if the first blob in a
  result is NULL or '' as soon as it gets a result with blob != NULL
- Fixed leaks where blobs resources weren't always freed

22 years agoscandir -> php_scandir, alphasort -> php_alphasort
foobar [Wed, 19 Feb 2003 09:27:29 +0000 (09:27 +0000)]
scandir -> php_scandir, alphasort -> php_alphasort

22 years agoFix the possible conflicts with other libs (like libc-client)
foobar [Wed, 19 Feb 2003 09:25:16 +0000 (09:25 +0000)]
Fix the possible conflicts with other libs (like libc-client)

22 years agows fixes + missing $Id$ tags, headers added
foobar [Wed, 19 Feb 2003 08:40:19 +0000 (08:40 +0000)]
ws fixes + missing $Id$ tags, headers added

22 years agoUpdated IFX_VERSION entry to work with new Version output of ESQL/C
Corne' Cornelius [Wed, 19 Feb 2003 07:16:01 +0000 (07:16 +0000)]
Updated IFX_VERSION entry to work with new Version output of ESQL/C
@- Updated IFX_VERSION entry to work with new Version output of ESQL/C (Corne')

22 years agocleanup, documentation belongs elsewhere
foobar [Wed, 19 Feb 2003 06:33:43 +0000 (06:33 +0000)]
cleanup, documentation belongs elsewhere

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

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

22 years agoFixed bug #22283 (possible crash when opening relative URLs).
Ilia Alshanetsky [Wed, 19 Feb 2003 00:49:31 +0000 (00:49 +0000)]
Fixed bug #22283 (possible crash when opening relative URLs).

22 years agoAdded string.strip_tags filter.
Moriyoshi Koizumi [Wed, 19 Feb 2003 00:12:23 +0000 (00:12 +0000)]
Added string.strip_tags filter.

22 years agoFixed memory leaks on conversion failure.
Moriyoshi Koizumi [Tue, 18 Feb 2003 23:30:36 +0000 (23:30 +0000)]
Fixed memory leaks on conversion failure.