]> granicus.if.org Git - php/log
php
23 years agoMake the session module more independent
Zeev Suraski [Sun, 26 Aug 2001 01:09:20 +0000 (01:09 +0000)]
Make the session module more independent

23 years agoChangeLog update
<changelog@php.net> [Sun, 26 Aug 2001 00:10:09 +0000 (00:10 +0000)]
ChangeLog update

23 years agoThis option is no longer needed
Zeev Suraski [Sat, 25 Aug 2001 16:19:57 +0000 (16:19 +0000)]
This option is no longer needed

23 years agoGet rid of TRANS_SID - it's always possible to use it now.
Zeev Suraski [Sat, 25 Aug 2001 16:09:23 +0000 (16:09 +0000)]
Get rid of TRANS_SID - it's always possible to use it now.

23 years agoMove the trans-sid mechanism to use the output buffering mechanism.
Zeev Suraski [Sat, 25 Aug 2001 15:57:42 +0000 (15:57 +0000)]
Move the trans-sid mechanism to use the output buffering mechanism.
Advantages:
- Would work with the output buffering mechanism in general, and with
  output compression in particular
- Should yield better performance (untested as of yet)

23 years agoadd struct name
Zeev Suraski [Sat, 25 Aug 2001 12:47:12 +0000 (12:47 +0000)]
add struct name

23 years agoThis test needed a newline after an echo.
Wez Furlong [Sat, 25 Aug 2001 09:23:10 +0000 (09:23 +0000)]
This test needed a newline after an echo.
# However, the test still fails on my system

23 years agoWindows-1252 encoding awareness
Wez Furlong [Sat, 25 Aug 2001 09:21:43 +0000 (09:21 +0000)]
Windows-1252 encoding awareness

23 years agoTSRMLS fix
Wez Furlong [Sat, 25 Aug 2001 09:20:18 +0000 (09:20 +0000)]
TSRMLS fix

23 years agoAdd random number generator-entry to INI-files
Jeroen van Wolffelaar [Sat, 25 Aug 2001 00:11:03 +0000 (00:11 +0000)]
Add random number generator-entry to INI-files

23 years agoChangeLog update
<changelog@php.net> [Sat, 25 Aug 2001 00:11:00 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 25 Aug 2001 00:10:57 +0000 (00:10 +0000)]
NEWS update

23 years agoFixed bug: #12948, #12945
foobar [Fri, 24 Aug 2001 20:05:58 +0000 (20:05 +0000)]
Fixed bug: #12948, #12945

23 years agoAhem.
Wez Furlong [Fri, 24 Aug 2001 09:03:50 +0000 (09:03 +0000)]
Ahem.

23 years agoupdate news
Wez Furlong [Fri, 24 Aug 2001 09:01:41 +0000 (09:01 +0000)]
update news

23 years agoFix htmlspecialchars problem.
Wez Furlong [Fri, 24 Aug 2001 08:58:10 +0000 (08:58 +0000)]
Fix htmlspecialchars problem.

23 years ago@- Fixed a crash bug in array_map() if the input arrays had string or
Andrei Zmievski [Fri, 24 Aug 2001 02:58:23 +0000 (02:58 +0000)]
@- Fixed a crash bug in array_map() if the input arrays had string or
@  non-sequential keys. Also modified it so that if a single array is passed,
@  its keys are preserved in the resulting array. (Andrei)

23 years agoproto fix
Sterling Hughes [Fri, 24 Aug 2001 02:24:03 +0000 (02:24 +0000)]
proto fix

23 years agoDon't try and search a 0-length string. This allows parse_url() to correctly
John Donagher [Fri, 24 Aug 2001 02:21:16 +0000 (02:21 +0000)]
Don't try and search a 0-length string. This allows parse_url() to correctly
parse a non-pathed URI, i.e. 'scheme://'

23 years agonoet
Sterling Hughes [Fri, 24 Aug 2001 01:23:14 +0000 (01:23 +0000)]
noet

23 years agoBreak the entire PHP build
Sterling Hughes [Fri, 24 Aug 2001 01:21:14 +0000 (01:21 +0000)]
Break the entire PHP build

# just kidding, noet work :)

23 years agonoet
Sterling Hughes [Fri, 24 Aug 2001 01:12:37 +0000 (01:12 +0000)]
noet

23 years agoNew extensions should put this in by default
Sterling Hughes [Fri, 24 Aug 2001 01:09:10 +0000 (01:09 +0000)]
New extensions should put this in by default

23 years agoChangeLog update
<changelog@php.net> [Fri, 24 Aug 2001 00:10:36 +0000 (00:10 +0000)]
ChangeLog update

23 years agonoet
Sterling Hughes [Thu, 23 Aug 2001 21:56:29 +0000 (21:56 +0000)]
noet

23 years agosome cleanup
Sterling Hughes [Thu, 23 Aug 2001 21:22:38 +0000 (21:22 +0000)]
some cleanup

23 years agowhitespace
Zeev Suraski [Thu, 23 Aug 2001 14:24:13 +0000 (14:24 +0000)]
whitespace

23 years ago- Add support for chinese encodings to htmlentities/htmlspecialchars
Wez Furlong [Thu, 23 Aug 2001 10:43:15 +0000 (10:43 +0000)]
- Add support for chinese encodings to htmlentities/htmlspecialchars
  (patch from Alan Knowles <alan_k@hklc.com>)

23 years agoAdd TODO for DLSYM_NEEDS_UNDRESCORE
Stanislav Malyshev [Thu, 23 Aug 2001 09:18:21 +0000 (09:18 +0000)]
Add TODO for DLSYM_NEEDS_UNDRESCORE

23 years agoChangeLog update
<changelog@php.net> [Thu, 23 Aug 2001 00:10:41 +0000 (00:10 +0000)]
ChangeLog update

23 years agoReverted the patch to main branch - should have branched whole
Jeroen van Wolffelaar [Wed, 22 Aug 2001 22:14:08 +0000 (22:14 +0000)]
Reverted the patch to main branch - should have branched whole
ext/standard...

23 years agoCommit forgotten fix in crypt.c, oversight of a BC-problem
Jeroen van Wolffelaar [Wed, 22 Aug 2001 22:11:57 +0000 (22:11 +0000)]
Commit forgotten fix in crypt.c, oversight of a BC-problem

23 years agokilled a compile warning.
foobar [Wed, 22 Aug 2001 17:39:16 +0000 (17:39 +0000)]
killed a compile warning.

23 years agoAdded missing entry..
foobar [Wed, 22 Aug 2001 15:12:50 +0000 (15:12 +0000)]
Added missing entry..

23 years agoThis is not needed anymore.
foobar [Wed, 22 Aug 2001 10:26:02 +0000 (10:26 +0000)]
This is not needed anymore.

23 years agoFixed two problems:
foobar [Wed, 22 Aug 2001 10:25:24 +0000 (10:25 +0000)]
Fixed two problems:

- CGI_BINARY was defined always thus this extension
  could be compiled with even when not building CGI binary.

- HAVE_READLINE => HAVE_LIBREADLINE (typo)

23 years agoMore compile warnings nuked.
foobar [Wed, 22 Aug 2001 09:20:40 +0000 (09:20 +0000)]
More compile warnings nuked.

23 years agoindent.
foobar [Wed, 22 Aug 2001 08:43:52 +0000 (08:43 +0000)]
indent.

23 years agoKilled a compile warning.
foobar [Wed, 22 Aug 2001 08:34:04 +0000 (08:34 +0000)]
Killed a compile warning.

23 years agoFixed buffer overflow issue.
Gavin Sherry [Wed, 22 Aug 2001 05:47:11 +0000 (05:47 +0000)]
Fixed buffer overflow issue.

23 years agoAdd some editor modes (in the rest of the source)
Sterling Hughes [Wed, 22 Aug 2001 04:45:51 +0000 (04:45 +0000)]
Add some editor modes (in the rest of the source)

23 years agoChanged php_strip_tags() to check if <? was XML code.
Gavin Sherry [Wed, 22 Aug 2001 02:03:14 +0000 (02:03 +0000)]
Changed php_strip_tags() to check if <? was XML code.

23 years agoChangeLog update
<changelog@php.net> [Wed, 22 Aug 2001 00:10:24 +0000 (00:10 +0000)]
ChangeLog update

23 years ago* added two missing end folds
Stig Bakken [Wed, 22 Aug 2001 00:09:27 +0000 (00:09 +0000)]
* added two missing end folds

23 years agoHmmm...not sure what this was trying to do. stat() was acting like filesize().
Joey Smith [Tue, 21 Aug 2001 23:58:19 +0000 (23:58 +0000)]
Hmmm...not sure what this was trying to do. stat() was acting like filesize().

23 years agoSome changes to help out previous users of domxml...
Joey Smith [Tue, 21 Aug 2001 21:49:32 +0000 (21:49 +0000)]
Some changes to help out previous users of domxml...
node::tagname == node::name.
Add property "type" to textnode types.

23 years agoFix typo
Sterling Hughes [Tue, 21 Aug 2001 17:58:37 +0000 (17:58 +0000)]
Fix typo

23 years agoAdded two new functions:
Ulf Wendel [Tue, 21 Aug 2001 13:33:16 +0000 (13:33 +0000)]
Added two new functions:

  int pdf_get_minorversion()
  int pdf_get_majorversion()

Both functions are taken from the C-Library. You should be able to determine
the API version of the extension/library using pdf_get_value() or
pdf_get_parameter() but these functions need a pdf object to work on. This
means that you have to create an pdf object before you can find out the
API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's
no need for this.

23 years agoAPI update
Zeev Suraski [Tue, 21 Aug 2001 12:57:53 +0000 (12:57 +0000)]
API update

23 years agoMFZE1
Zeev Suraski [Tue, 21 Aug 2001 12:29:12 +0000 (12:29 +0000)]
MFZE1

23 years agoFurther work on autoconf-2.5x support
Sascha Schumann [Tue, 21 Aug 2001 11:45:33 +0000 (11:45 +0000)]
Further work on autoconf-2.5x support

23 years agoMove PHP_SUBSTs to configure.in.
Sascha Schumann [Tue, 21 Aug 2001 11:03:45 +0000 (11:03 +0000)]
Move PHP_SUBSTs to configure.in.

23 years agonuke some apparently harmful spaces
Sascha Schumann [Tue, 21 Aug 2001 11:02:42 +0000 (11:02 +0000)]
nuke some apparently harmful spaces

23 years agonuke whitespace
Sascha Schumann [Tue, 21 Aug 2001 11:00:22 +0000 (11:00 +0000)]
nuke whitespace

23 years agoadd MDAC note
Daniel Beulshausen [Tue, 21 Aug 2001 10:55:46 +0000 (10:55 +0000)]
add MDAC note

23 years agoUpdate api and fix some compile warnings
Sterling Hughes [Tue, 21 Aug 2001 09:04:18 +0000 (09:04 +0000)]
Update api and fix some compile warnings

23 years agoFix Release_TSDbg configuration
Zeev Suraski [Tue, 21 Aug 2001 07:56:25 +0000 (07:56 +0000)]
Fix Release_TSDbg configuration

23 years agoChangeLog update
<changelog@php.net> [Tue, 21 Aug 2001 00:11:03 +0000 (00:11 +0000)]
ChangeLog update

23 years agoProto fix
Jeroen van Wolffelaar [Mon, 20 Aug 2001 20:50:54 +0000 (20:50 +0000)]
Proto fix

23 years agoautomatically add php input/output filters when give the standard 1.x config:
Doug MacEachern [Mon, 20 Aug 2001 16:34:45 +0000 (16:34 +0000)]
automatically add php input/output filters when give the standard 1.x config:
     AddType application/x-httpd-php .php
with that, no longer need "Set{In,Out}putFilter PHP" configuration for 2.0

23 years agoImproved fix
Sascha Schumann [Mon, 20 Aug 2001 15:27:45 +0000 (15:27 +0000)]
Improved fix

23 years agoFix long printing in smart_str_print_long
Stanislav Malyshev [Mon, 20 Aug 2001 15:26:10 +0000 (15:26 +0000)]
Fix long printing in smart_str_print_long

23 years agoMFZE1
Zeev Suraski [Mon, 20 Aug 2001 14:58:52 +0000 (14:58 +0000)]
MFZE1

23 years agotest big numbers too
Stanislav Malyshev [Mon, 20 Aug 2001 14:15:05 +0000 (14:15 +0000)]
test big numbers too

23 years agoCleaning. And made the check for SSL support in SNMP to really work.
foobar [Mon, 20 Aug 2001 14:04:48 +0000 (14:04 +0000)]
Cleaning. And made the check for SSL support in SNMP to really work.

23 years agoKeep crypt() working even if SNMP needs OpenSSL.
foobar [Mon, 20 Aug 2001 14:04:21 +0000 (14:04 +0000)]
Keep crypt() working even if SNMP needs OpenSSL.

23 years agocatch date conversion errors
Harald Radi [Mon, 20 Aug 2001 08:53:18 +0000 (08:53 +0000)]
catch date conversion errors

23 years agohum, wasn't $foo->bar 's property type OE_IS_METHOD ?
Harald Radi [Mon, 20 Aug 2001 08:52:49 +0000 (08:52 +0000)]
hum, wasn't $foo->bar 's property type OE_IS_METHOD ?

23 years ago# just an author's promary email change in headers
Sergey Kartashoff [Mon, 20 Aug 2001 08:31:30 +0000 (08:31 +0000)]
# just an author's promary email change in headers

23 years agonon-ts compile work, add fastcgi module.
Shane Caraveo [Mon, 20 Aug 2001 05:01:39 +0000 (05:01 +0000)]
non-ts compile work, add fastcgi module.

23 years agoWindows compilation of fast cgi now working. See windows.txt for info.
Shane Caraveo [Mon, 20 Aug 2001 05:00:05 +0000 (05:00 +0000)]
Windows compilation of fast cgi now working.  See windows.txt for info.

23 years agoAdded flags for SWFDisplayItem_addAction
Dave Hayden [Mon, 20 Aug 2001 03:32:43 +0000 (03:32 +0000)]
Added flags for SWFDisplayItem_addAction
Added Ming RINIT function
Added error handler for reporting Ming errors in PHP environment
Added size arg to drawGlyph function
Added swfdisplayitem_addAction function
Added ming_useSWFVersion function for selecting SWF 4 compatibility
Added SWFBitmap object
Added hacky SWFInput object for loading data from file/network/process

23 years agochanged version check to look for function Ming_useSWFVersion, indicating
Dave Hayden [Mon, 20 Aug 2001 03:24:14 +0000 (03:24 +0000)]
changed version check to look for function Ming_useSWFVersion, indicating
Ming 0.2a

23 years agoadded function prototypes:
Dave Hayden [Mon, 20 Aug 2001 03:23:26 +0000 (03:23 +0000)]
added function prototypes:

  PHP_RINIT_FUNCTION(ming)
  PHP_FUNCTION(swfdisplayitem_addAction)
  PHP_FUNCTION(ming_useSWFVersion)

23 years agoChangeLog update
<changelog@php.net> [Mon, 20 Aug 2001 00:10:24 +0000 (00:10 +0000)]
ChangeLog update

23 years agofix for non-TS compile
Shane Caraveo [Sun, 19 Aug 2001 22:23:24 +0000 (22:23 +0000)]
fix for non-TS compile

23 years agoFixes for non-TS compilation
Shane Caraveo [Sun, 19 Aug 2001 22:02:46 +0000 (22:02 +0000)]
Fixes for non-TS compilation

23 years agophp_input_filter needs to ignore proxy requests
Doug MacEachern [Sun, 19 Aug 2001 21:07:50 +0000 (21:07 +0000)]
php_input_filter needs to ignore proxy requests
else it swallows POST data that needs to be sent to the downstream server

23 years agoPass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>)
Sterling Hughes [Sun, 19 Aug 2001 20:28:36 +0000 (20:28 +0000)]
Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>)

23 years ago* ignore phptar
Stig Bakken [Sun, 19 Aug 2001 18:46:55 +0000 (18:46 +0000)]
* ignore phptar

23 years ago- Fix compile problem
Andi Gutmans [Sun, 19 Aug 2001 15:23:25 +0000 (15:23 +0000)]
- Fix compile problem

23 years agoMFZE1
Zeev Suraski [Sun, 19 Aug 2001 13:39:06 +0000 (13:39 +0000)]
MFZE1

23 years agoThe "pear package" command will try to open "./package.xml" if no more
Tomas V.V.Cox [Sun, 19 Aug 2001 12:53:01 +0000 (12:53 +0000)]
The "pear package" command will try to open "./package.xml" if no more
params are given.

23 years agobetter error hanlding
Tomas V.V.Cox [Sun, 19 Aug 2001 12:37:51 +0000 (12:37 +0000)]
better error hanlding

23 years agomaintain original file perms
Tomas V.V.Cox [Sun, 19 Aug 2001 12:30:24 +0000 (12:30 +0000)]
maintain original file perms

23 years agoAdded some missing information.
foobar [Sun, 19 Aug 2001 06:39:13 +0000 (06:39 +0000)]
Added some missing information.

23 years agoFixed bug: #11232. Now we require Fribidi 0.9.0.
foobar [Sun, 19 Aug 2001 06:37:05 +0000 (06:37 +0000)]
Fixed bug: #11232. Now we require Fribidi 0.9.0.
# Better use the latest version for this one too since
# it seems to have stabilized and they made an internal
# rewrite for that one.

23 years agows fix.
foobar [Sun, 19 Aug 2001 01:47:19 +0000 (01:47 +0000)]
ws fix.

23 years agoAdded "phptar" command as proof that the Archive_Tar class works.
Stig Bakken [Sun, 19 Aug 2001 00:34:08 +0000 (00:34 +0000)]
Added "phptar" command as proof that the Archive_Tar class works.
# Great work, Vincent!

23 years agoChangeLog update
<changelog@php.net> [Sun, 19 Aug 2001 00:10:11 +0000 (00:10 +0000)]
ChangeLog update

23 years agows
foobar [Sun, 19 Aug 2001 00:05:06 +0000 (00:05 +0000)]
ws

23 years agonull terminate the returned string in here too.
foobar [Sat, 18 Aug 2001 23:43:04 +0000 (23:43 +0000)]
null terminate the returned string in here too.

23 years agows fix.
foobar [Sat, 18 Aug 2001 23:07:10 +0000 (23:07 +0000)]
ws fix.

23 years agolibxml 2.4.2 is required now.
foobar [Sat, 18 Aug 2001 21:08:52 +0000 (21:08 +0000)]
libxml 2.4.2 is required now.

23 years agofixed NEWS.
foobar [Sat, 18 Aug 2001 20:24:06 +0000 (20:24 +0000)]
fixed NEWS.

23 years ago- Merge Sterling's patches from ZE1
Andi Gutmans [Sat, 18 Aug 2001 18:16:49 +0000 (18:16 +0000)]
- Merge Sterling's patches from ZE1

23 years agoAdded a check for libdmalloc whether it works (is found..) or not.
foobar [Sat, 18 Aug 2001 18:14:22 +0000 (18:14 +0000)]
Added a check for libdmalloc whether it works (is found..) or not.
# We should always test every library (when possible) before
# adding them..

23 years agoUpdate NEWS
Zeev Suraski [Sat, 18 Aug 2001 17:00:01 +0000 (17:00 +0000)]
Update NEWS

23 years agoFix bugs #7301, #6827
Zeev Suraski [Sat, 18 Aug 2001 16:56:34 +0000 (16:56 +0000)]
Fix bugs #7301, #6827

23 years agomake this test work.
foobar [Sat, 18 Aug 2001 16:47:02 +0000 (16:47 +0000)]
make this test work.