]> granicus.if.org Git - php/log
php
24 years ago#tiny formatting fix
Stig Bakken [Tue, 19 Sep 2000 00:10:46 +0000 (00:10 +0000)]
#tiny formatting fix

24 years agolet windows build with trans sid
Daniel Beulshausen [Mon, 18 Sep 2000 17:23:45 +0000 (17:23 +0000)]
let windows build with trans sid

24 years agoFix changelog.
Andrei Zmievski [Mon, 18 Sep 2000 15:21:59 +0000 (15:21 +0000)]
Fix changelog.

24 years agoChangeLog update
<changelog@php.net> [Mon, 18 Sep 2000 15:20:57 +0000 (15:20 +0000)]
ChangeLog update

24 years agoFix crash
Stanislav Malyshev [Mon, 18 Sep 2000 15:15:27 +0000 (15:15 +0000)]
Fix crash

24 years agoMade get_included_files() work again, in somewhat different way
Stanislav Malyshev [Mon, 18 Sep 2000 13:43:20 +0000 (13:43 +0000)]
Made get_included_files() work again, in somewhat different way

24 years agoFix decbin
Stanislav Malyshev [Sun, 17 Sep 2000 21:11:55 +0000 (21:11 +0000)]
Fix decbin

24 years agoAdd empty string checks to add?slashes
Stanislav Malyshev [Sun, 17 Sep 2000 09:15:48 +0000 (09:15 +0000)]
Add empty string checks to add?slashes

24 years agoSet filename even on recursive include
Stanislav Malyshev [Sun, 17 Sep 2000 08:58:39 +0000 (08:58 +0000)]
Set filename even on recursive include

24 years ago- Fix doc_root problem. If you need to limit under which directories the
Andi Gutmans [Sun, 17 Sep 2000 05:52:26 +0000 (05:52 +0000)]
- Fix doc_root problem. If you need to limit under which directories the
  scripts should reside use open_basedir.

24 years agoChangeLog update
<changelog@php.net> [Sun, 17 Sep 2000 01:09:06 +0000 (01:09 +0000)]
ChangeLog update

24 years ago- Add TODO
Andi Gutmans [Sat, 16 Sep 2000 19:07:50 +0000 (19:07 +0000)]
- Add TODO

24 years agoThought that I had just committed something really stupid.
Zak Greant [Sat, 16 Sep 2000 05:10:03 +0000 (05:10 +0000)]
Thought that I had just committed something really stupid.
On closer inspection, realized that the proto comments
for chown and chgrp were reversed. :)
I did not realize this and had only fixed chown previously

24 years agotrivial change
Zak Greant [Sat, 16 Sep 2000 05:02:06 +0000 (05:02 +0000)]
trivial change
corrected mistake in proto comment for chown fold

24 years agoChangeLog update
<changelog@php.net> [Sat, 16 Sep 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoChanged assignment in read() to be more sane.
Chris Vandomelen [Fri, 15 Sep 2000 23:44:30 +0000 (23:44 +0000)]
Changed assignment in read() to be more sane.

24 years agoRemove CVS conflict. Zeev, I assume you wanted context inside the globals?
Joey Smith [Fri, 15 Sep 2000 20:54:42 +0000 (20:54 +0000)]
Remove CVS conflict. Zeev, I assume you wanted context inside the globals?

24 years agoIndicate the Sun's JDK 1.2.2 now works...and complete a sentence.
Sam Ruby [Fri, 15 Sep 2000 18:06:18 +0000 (18:06 +0000)]
Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.

24 years agoChangeLog update
<changelog@php.net> [Fri, 15 Sep 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agoCorrected memory leak in read().
Chris Vandomelen [Thu, 14 Sep 2000 21:48:15 +0000 (21:48 +0000)]
Corrected memory leak in read().

24 years ago- Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows
Andi Gutmans [Thu, 14 Sep 2000 20:47:35 +0000 (20:47 +0000)]
- Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows

24 years ago- Time to remove these two.
Andi Gutmans [Thu, 14 Sep 2000 20:43:13 +0000 (20:43 +0000)]
- Time to remove these two.

24 years ago- Fix NULL handling in ARRAY opcode and resolve memory leak
Andi Gutmans [Thu, 14 Sep 2000 20:30:06 +0000 (20:30 +0000)]
- Fix NULL handling in ARRAY opcode and resolve memory leak

24 years agoFix warnings.
Andrei Zmievski [Thu, 14 Sep 2000 20:22:02 +0000 (20:22 +0000)]
Fix warnings.

24 years agoFixed bug #6740.
Andrei Zmievski [Thu, 14 Sep 2000 15:44:36 +0000 (15:44 +0000)]
Fixed bug #6740.
I happen to think that this is php_addslashes() problem, not PCRE's.
When 0 is passed for the length of the string to php_addslashes() it
assumes that we want to process the whole string and happily runs
strlen() on it. That is bad. It should respect the length and return
an empty string if it's 0.

24 years agoChangeLog update
<changelog@php.net> [Thu, 14 Sep 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 14 Sep 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoAdded prototypes for socketpair() and shutdown(), and corrected an obvious
Chris Vandomelen [Wed, 13 Sep 2000 23:33:39 +0000 (23:33 +0000)]
Added prototypes for socketpair() and shutdown(), and corrected an obvious
bug in socketpair (causing it to not return the created sockets to the PHP
script.)

24 years ago- Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
Derick Rethans [Wed, 13 Sep 2000 22:00:31 +0000 (22:00 +0000)]
- Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
@ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
@ (Derick)

24 years agoCreate module info function.
Andrei Zmievski [Wed, 13 Sep 2000 20:58:19 +0000 (20:58 +0000)]
Create module info function.

24 years agoChanged the php.ini examples to match the names in the source code.
Hénot David [Wed, 13 Sep 2000 16:12:50 +0000 (16:12 +0000)]
Changed the php.ini examples to match the names in the source code.

24 years agoReally fix the de-allocation.
Andrei Zmievski [Wed, 13 Sep 2000 15:31:50 +0000 (15:31 +0000)]
Really fix the de-allocation.

24 years agoFixed block overrun.
Andrei Zmievski [Wed, 13 Sep 2000 13:55:35 +0000 (13:55 +0000)]
Fixed block overrun.

24 years ago- a comma sneaked in before the java extension
Daniel Beulshausen [Wed, 13 Sep 2000 13:27:52 +0000 (13:27 +0000)]
- a comma sneaked in before the java extension
- added the java configuration section
#can you please add the setting for *nix as well?

24 years agoadded note about odbc support and changed to the appropriate names of the windows...
Daniel Beulshausen [Wed, 13 Sep 2000 13:03:01 +0000 (13:03 +0000)]
added note about odbc support and changed to the appropriate names of the windows extensions

24 years agoPEAR:
Stig Bakken [Wed, 13 Sep 2000 11:27:59 +0000 (11:27 +0000)]
PEAR:
 * added $debuginfo parameter to PEAR_Error constructor
 * put last query in $debuginfo from DB_common::raiseError()
@PEAR: add last executed query as debug info in DB errors (Stig)

24 years agoPEAR:
Stig Bakken [Wed, 13 Sep 2000 07:39:54 +0000 (07:39 +0000)]
PEAR:
 * show what's going on when PEAR files are installed
 * allow multiple modes (or'ed) in PEAR_Error
@PEAR: allow multiple modes in PEAR_Error (Stig)

24 years ago- The Sprit of PHP is to have descriptive function names and not
Andi Gutmans [Wed, 13 Sep 2000 04:13:36 +0000 (04:13 +0000)]
- The Sprit of PHP is to have descriptive function names and not
  necessarily short ones. Maybe we should have some FAQ for this?

24 years agoChangeLog update
<changelog@php.net> [Wed, 13 Sep 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 13 Sep 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoupdated some functions'name using obsolete name convention.
Rui Hirokawa [Tue, 12 Sep 2000 23:19:58 +0000 (23:19 +0000)]
updated some functions'name using obsolete name convention.

24 years agoThanks, Adam
Zeev Suraski [Tue, 12 Sep 2000 20:57:21 +0000 (20:57 +0000)]
Thanks, Adam

24 years ago@- Made the Sybase CT module thread safe (Zeev)
Zeev Suraski [Tue, 12 Sep 2000 20:54:36 +0000 (20:54 +0000)]
@- Made the Sybase CT module thread safe (Zeev)

24 years ago- Made eval() and several other runtime-evaluated code portions report the
Zeev Suraski [Tue, 12 Sep 2000 20:48:33 +0000 (20:48 +0000)]
- Made eval() and several other runtime-evaluated code portions report the
  nature and location of errors more accurately (Stas)

24 years agoMake compile_string() accept a description of the code
Zeev Suraski [Tue, 12 Sep 2000 19:47:25 +0000 (19:47 +0000)]
Make compile_string() accept a description of the code

24 years agoForgot to update proto.
Andrei Zmievski [Tue, 12 Sep 2000 19:04:50 +0000 (19:04 +0000)]
Forgot to update proto.

24 years ago@- Added second argument to array_reverse() that indicatese whether
Andrei Zmievski [Tue, 12 Sep 2000 19:03:59 +0000 (19:03 +0000)]
@- Added second argument to array_reverse() that indicatese whether
@  the original array keys should be preserved. (Andrei)

24 years agoreversed chomp alias addition as per Andi Gutmans' request
Daniel Beckham [Tue, 12 Sep 2000 19:00:21 +0000 (19:00 +0000)]
reversed chomp alias addition as per Andi Gutmans' request

24 years ago# missed proto comments
Rasmus Lerdorf [Tue, 12 Sep 2000 17:24:46 +0000 (17:24 +0000)]
# missed proto comments

24 years agoClean up htmlspecialchars/htmlentities inconsistencies.
Rasmus Lerdorf [Tue, 12 Sep 2000 17:22:37 +0000 (17:22 +0000)]
Clean up htmlspecialchars/htmlentities inconsistencies.
@Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)

24 years agoadded chomp() alias for chop() for us Perl purists.
Daniel Beckham [Tue, 12 Sep 2000 15:54:10 +0000 (15:54 +0000)]
added chomp() alias for chop() for us Perl purists.

24 years agoFix notice.
Andrei Zmievski [Tue, 12 Sep 2000 13:19:37 +0000 (13:19 +0000)]
Fix notice.

24 years agoMake parse_str always register globals with 1 argument and never -
Stanislav Malyshev [Tue, 12 Sep 2000 10:56:25 +0000 (10:56 +0000)]
Make parse_str always register globals with 1 argument and never -
with 2 arguments

24 years agoA quick attempt to make parse_str($str,$arr) not register globals.
Stanislav Malyshev [Tue, 12 Sep 2000 10:54:45 +0000 (10:54 +0000)]
A quick attempt to make parse_str($str,$arr) not register globals.

24 years ago- Fix contribution
Derick Rethans [Tue, 12 Sep 2000 05:53:49 +0000 (05:53 +0000)]
- Fix contribution

24 years ago- Always use V_* macros even if logic seems to be only using fullpath.
Andi Gutmans [Tue, 12 Sep 2000 04:18:20 +0000 (04:18 +0000)]
- Always use V_* macros even if logic seems to be only using fullpath.

24 years ago- Fix bug #5997
Andi Gutmans [Tue, 12 Sep 2000 04:13:21 +0000 (04:13 +0000)]
- Fix bug #5997

24 years ago- Fix the function names here too.
Jouni Ahto [Tue, 12 Sep 2000 02:45:14 +0000 (02:45 +0000)]
- Fix the function names here too.

24 years agoChangeLog update
<changelog@php.net> [Tue, 12 Sep 2000 01:09:14 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 12 Sep 2000 01:09:11 +0000 (01:09 +0000)]
NEWS update

24 years ago@PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()
Stig Bakken [Tue, 12 Sep 2000 00:27:50 +0000 (00:27 +0000)]
@PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()
@      in DB_common to set the default mode, added some MySQL tests (Stig)

24 years ago- Renamed functions so that this extension finally starts to follow the
Jouni Ahto [Mon, 11 Sep 2000 21:28:47 +0000 (21:28 +0000)]
- Renamed functions so that this extension finally starts to follow the
  recommended naming scheme of PHP.

24 years ago- Fix for bug #6673
Derick Rethans [Mon, 11 Sep 2000 20:06:24 +0000 (20:06 +0000)]
- Fix for bug #6673
- Added a "cut" option to wordwrap (as per feature request #6429)
@ Added an optional parameter to wordwrap that cuts a string if the length
  of a word is longer than the maximum allowed with (Derick)

24 years ago- Windows and UNIX compile fixes
Andi Gutmans [Mon, 11 Sep 2000 19:14:42 +0000 (19:14 +0000)]
- Windows and UNIX compile fixes

24 years ago- Get rid of stuff which is already done in php.h
Andi Gutmans [Mon, 11 Sep 2000 19:11:03 +0000 (19:11 +0000)]
- Get rid of stuff which is already done in php.h
- More can probably be removed as the code doesn't use lots of sys calls.

24 years ago- Remove #if 0 code
Andi Gutmans [Mon, 11 Sep 2000 19:04:23 +0000 (19:04 +0000)]
- Remove #if 0 code

24 years ago- Add config_common.h to dsp
Andi Gutmans [Mon, 11 Sep 2000 18:59:32 +0000 (18:59 +0000)]
- Add config_common.h to dsp

24 years ago- Move php_open_temporary_file() out of file.c
Andi Gutmans [Mon, 11 Sep 2000 18:56:47 +0000 (18:56 +0000)]
- Move php_open_temporary_file() out of file.c

24 years ago- Use the same check for existence of a valid link as the other functions.
Jouni Ahto [Mon, 11 Sep 2000 18:34:06 +0000 (18:34 +0000)]
- Use the same check for existence of a valid link as the other functions.
- Return TRUE if everything went OK.
- Fixed the number of arguments to pg_endcopy.
- Removed unused variables.
- Indentation, changed spaces to tabs.

24 years agoKill a warning
Sascha Schumann [Mon, 11 Sep 2000 16:25:36 +0000 (16:25 +0000)]
Kill a warning

24 years agoAdd proper struct sockaddr * casts and make use of memcpy/memset ('coz we
Sascha Schumann [Mon, 11 Sep 2000 16:19:53 +0000 (16:19 +0000)]
Add proper struct sockaddr * casts and make use of memcpy/memset ('coz we
don't provide any fallbacks for bcopy/bzero).

24 years ago- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
Derick Rethans [Mon, 11 Sep 2000 15:34:14 +0000 (15:34 +0000)]
- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
  <delmendo@rackspace.com>)
@ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)

24 years agoSolaris-readdir_r-wants-large-buffer fix
Sascha Schumann [Mon, 11 Sep 2000 15:25:06 +0000 (15:25 +0000)]
Solaris-readdir_r-wants-large-buffer fix
Libc5-readdir_r workaround

24 years agoLibc5-readdir_r workaround
Sascha Schumann [Mon, 11 Sep 2000 15:24:28 +0000 (15:24 +0000)]
Libc5-readdir_r workaround

24 years ago- Forgot to create extended info in include()/require() call
Andi Gutmans [Mon, 11 Sep 2000 15:15:57 +0000 (15:15 +0000)]
- Forgot to create extended info in include()/require() call

24 years ago- Testing 1 2 3
Andi Gutmans [Mon, 11 Sep 2000 15:15:29 +0000 (15:15 +0000)]
- Testing 1 2 3

24 years ago- Testing 1 2 3
Andi Gutmans [Mon, 11 Sep 2000 15:14:56 +0000 (15:14 +0000)]
- Testing 1 2 3

24 years ago(PHP parse_str) ParameterPassedByReference() check is not necessary.
Andrei Zmievski [Mon, 11 Sep 2000 14:54:12 +0000 (14:54 +0000)]
(PHP parse_str) ParameterPassedByReference() check is not necessary.

24 years agoAdd additional parameter to parse_str for saving result (thanks to
Stanislav Malyshev [Mon, 11 Sep 2000 14:50:26 +0000 (14:50 +0000)]
Add additional parameter to parse_str for saving result (thanks to
John Bafford <dshadow@zort.net>)
@ Added second parameter for parse_str to save result (John Bafford)

24 years ago(PHP pathinfo) Fixed more typos.
Andrei Zmievski [Mon, 11 Sep 2000 13:54:59 +0000 (13:54 +0000)]
(PHP pathinfo) Fixed more typos.

24 years ago(PHP pathinfo) Fixed leaks, saved some memory allocations, added
Andrei Zmievski [Mon, 11 Sep 2000 13:52:22 +0000 (13:52 +0000)]
(PHP pathinfo) Fixed leaks, saved some memory allocations, added
more error checking.

24 years agoFix attribution.
Andrei Zmievski [Mon, 11 Sep 2000 13:18:49 +0000 (13:18 +0000)]
Fix attribution.

24 years agoFixed bug #6356.
foobar [Mon, 11 Sep 2000 13:01:07 +0000 (13:01 +0000)]
Fixed bug #6356.

24 years ago- Should fix compile warning
Andi Gutmans [Mon, 11 Sep 2000 04:31:04 +0000 (04:31 +0000)]
- Should fix compile warning

24 years ago@- Fix bug with curl places extra data in the output. (medvitz@medvitz.net)
Sterling Hughes [Mon, 11 Sep 2000 03:33:14 +0000 (03:33 +0000)]
@- Fix bug with curl places extra data in the output. (medvitz@medvitz.net)

24 years agoChangeLog update
<changelog@php.net> [Mon, 11 Sep 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 11 Sep 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update

24 years agoFix compile warning.
Sterling Hughes [Sun, 10 Sep 2000 23:18:11 +0000 (23:18 +0000)]
Fix compile warning.
Fix proto.
Change PHP_MINFO output to be consistent.

24 years agophp4ize a bit.
Sterling Hughes [Sun, 10 Sep 2000 21:07:18 +0000 (21:07 +0000)]
php4ize a bit.
fix a little bit of grammar.

24 years agoFix attribution.
Sterling Hughes [Sun, 10 Sep 2000 20:57:22 +0000 (20:57 +0000)]
Fix attribution.

24 years agoMake unpack("H") work like in Perl
Stanislav Malyshev [Sun, 10 Sep 2000 13:47:51 +0000 (13:47 +0000)]
Make unpack("H") work like in Perl

24 years agoFix pack() function reading string beyond the end
Stanislav Malyshev [Sun, 10 Sep 2000 13:34:03 +0000 (13:34 +0000)]
Fix pack() function reading string beyond the end

24 years agoAllow require_once to take expressions, just like require
Stanislav Malyshev [Sun, 10 Sep 2000 11:24:45 +0000 (11:24 +0000)]
Allow require_once to take expressions, just like require

24 years agoFix double unpack bug
Stanislav Malyshev [Sun, 10 Sep 2000 11:03:32 +0000 (11:03 +0000)]
Fix double unpack bug

24 years agoTry once more to remove dups
Stanislav Malyshev [Sun, 10 Sep 2000 09:49:55 +0000 (09:49 +0000)]
Try once more to remove dups

24 years agoTest commit - weed out duplicate messages
Stanislav Malyshev [Sun, 10 Sep 2000 09:49:02 +0000 (09:49 +0000)]
Test commit - weed out duplicate messages

24 years agoA tiny fix to the getaddrinfo check
Stig Venaas [Sun, 10 Sep 2000 09:35:48 +0000 (09:35 +0000)]
A tiny fix to the getaddrinfo check

24 years agorefining getaddrinfo check further, checking that struct addrinfo is there
Stig Venaas [Sun, 10 Sep 2000 08:09:21 +0000 (08:09 +0000)]
refining getaddrinfo check further, checking that struct addrinfo is there

24 years ago@- Added the pathinfo() function. (Sterling)
Sterling Hughes [Sun, 10 Sep 2000 05:59:16 +0000 (05:59 +0000)]
@- Added the pathinfo() function. (Sterling)

24 years agoFix compile warnings.
Joey Smith [Sun, 10 Sep 2000 05:35:03 +0000 (05:35 +0000)]
Fix compile warnings.