]> granicus.if.org Git - php/log
php
22 years agoNEWS update
<changelog@php.net> [Tue, 1 Oct 2002 00:35:04 +0000 (00:35 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 1 Oct 2002 00:34:05 +0000 (00:34 +0000)]
ChangeLog update

22 years agoUsers can shoot themselves by their own output handler always.
Yasuo Ohgaki [Mon, 30 Sep 2002 23:46:43 +0000 (23:46 +0000)]
Users can shoot themselves by their own output handler always.
Therefore, this check is overkill and it should be documented
limitation, IMO.

Anyway, a little optimization.

22 years agoUse the built in autoconf test for fnmatch. Simply using the
David Reid [Mon, 30 Sep 2002 23:31:13 +0000 (23:31 +0000)]
Use the built in autoconf test for fnmatch. Simply using the
AC_CHECK_FUNCS seems to give false positives on beos and reading
the comments on other systems as well.

22 years ago- No tabs :)
Derick Rethans [Mon, 30 Sep 2002 10:34:40 +0000 (10:34 +0000)]
- No tabs :)

22 years agoAdd header file required for pread/pwrite (on my system at least).
Wez Furlong [Mon, 30 Sep 2002 10:18:57 +0000 (10:18 +0000)]
Add header file required for pread/pwrite (on my system at least).

22 years agoFix infinite recursion bug when using zlib output compression.
Wez Furlong [Mon, 30 Sep 2002 10:18:06 +0000 (10:18 +0000)]
Fix infinite recursion bug when using zlib output compression.
Cause: the chunk size is taken from the zlib.output_compression setting,
which is 0 or 1.  This causes the block_size for output buffer to be set
to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate().
Solution: use a value of 0 for the chunk size which will use the default
sizes.  Also add a sanity check which will default the block_size to 1
if it ends up as 0.

22 years agoThose can be safely ignored.
Edin Kadribasic [Mon, 30 Sep 2002 09:48:54 +0000 (09:48 +0000)]
Those can be safely ignored.

22 years ago- Fix ZE2 build when overload is enabled
Derick Rethans [Mon, 30 Sep 2002 09:40:12 +0000 (09:40 +0000)]
- Fix ZE2 build when overload is enabled

22 years agoFixed typo.
Yasuo Ohgaki [Mon, 30 Sep 2002 09:35:04 +0000 (09:35 +0000)]
Fixed typo.
# Thanks to Andrey Hristov.

22 years ago- make_objrec_from_array() gets a second parameter to handle key/pairs of
Uwe Steinmann [Mon, 30 Sep 2002 09:27:56 +0000 (09:27 +0000)]
- make_objrec_from_array() gets a second parameter to handle key/pairs of
  the form key=value and key:value.
- Proper treatment of the attribute SQLStmt

22 years agoRemove space
Yasuo Ohgaki [Mon, 30 Sep 2002 09:15:23 +0000 (09:15 +0000)]
Remove space

22 years agoAdded pg_fetch_assoc(). Fixed proto. Added/fixed comments.
Yasuo Ohgaki [Mon, 30 Sep 2002 09:07:57 +0000 (09:07 +0000)]
Added pg_fetch_assoc(). Fixed proto. Added/fixed comments.
# It seems last attempt was failed. Try committing again.

22 years agoEven better.
Wez Furlong [Mon, 30 Sep 2002 09:07:10 +0000 (09:07 +0000)]
Even better.

22 years agoSlight grammar fix.
Wez Furlong [Mon, 30 Sep 2002 09:04:48 +0000 (09:04 +0000)]
Slight grammar fix.

22 years agoConsolidate some entries.
Yasuo Ohgaki [Mon, 30 Sep 2002 08:32:03 +0000 (08:32 +0000)]
Consolidate some entries.

22 years agoFixed my name :)
Yasuo Ohgaki [Mon, 30 Sep 2002 08:26:54 +0000 (08:26 +0000)]
Fixed my name :)

22 years agoAdded pg_fetch_assoc()
Yasuo Ohgaki [Mon, 30 Sep 2002 08:26:23 +0000 (08:26 +0000)]
Added pg_fetch_assoc()

22 years agoUse PGSQL_CONV_FORCE_NULL as it is supposed.
Yasuo Ohgaki [Mon, 30 Sep 2002 07:35:41 +0000 (07:35 +0000)]
Use PGSQL_CONV_FORCE_NULL as it is supposed.
PGSQL_CONV_FORCE_NULL inserts NULL to field instead of
NULL string for string type tuples.

22 years agoUse of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little.
Yasuo Ohgaki [Mon, 30 Sep 2002 07:24:41 +0000 (07:24 +0000)]
Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little.

22 years agofix gdImageCopyResampled() for non-constant alpha layer
Tim Toohey [Mon, 30 Sep 2002 07:23:34 +0000 (07:23 +0000)]
fix gdImageCopyResampled() for non-constant alpha layer

22 years ago- Rewording
Derick Rethans [Mon, 30 Sep 2002 05:20:17 +0000 (05:20 +0000)]
- Rewording

22 years agosync
Sascha Schumann [Mon, 30 Sep 2002 04:59:01 +0000 (04:59 +0000)]
sync

22 years agoFix my stupid mistake which broke <form> handling
Sascha Schumann [Mon, 30 Sep 2002 04:56:38 +0000 (04:56 +0000)]
Fix my stupid mistake which broke <form> handling

22 years agoApparently, Solaris 2.6's find is overwhelmed with more than 2 -names per
Sascha Schumann [Mon, 30 Sep 2002 04:42:11 +0000 (04:42 +0000)]
Apparently, Solaris 2.6's find is overwhelmed with more than 2 -names per
invocation (add some parantheses and it segfaults).  And thus, we split
the clean target up.

22 years agoFix TODO desc
Yasuo Ohgaki [Mon, 30 Sep 2002 04:15:39 +0000 (04:15 +0000)]
Fix TODO desc

22 years agoRemove unused def. Add TODO.
Yasuo Ohgaki [Mon, 30 Sep 2002 04:15:01 +0000 (04:15 +0000)]
Remove unused def. Add TODO.

22 years agoImprove error message. Fix proto.
Yasuo Ohgaki [Mon, 30 Sep 2002 03:51:54 +0000 (03:51 +0000)]
Improve error message. Fix proto.

22 years ago@ - Added getopt() for parsing command line options and arguments. (Jon)
Jon Parise [Mon, 30 Sep 2002 03:02:52 +0000 (03:02 +0000)]
@ - Added getopt() for parsing command line options and arguments. (Jon)

22 years agoFix thread safety issue
Jason Greene [Mon, 30 Sep 2002 02:09:42 +0000 (02:09 +0000)]
Fix thread safety issue

22 years agoAdded warning for CLI and CGI SAPI changes. Fixed wrong description for 4.2.0.
Yasuo Ohgaki [Mon, 30 Sep 2002 00:47:43 +0000 (00:47 +0000)]
Added warning for CLI and CGI SAPI changes. Fixed wrong description for 4.2.0.

22 years agoChangeLog update
<changelog@php.net> [Mon, 30 Sep 2002 00:34:59 +0000 (00:34 +0000)]
ChangeLog update

22 years agoremove unused lines
Sascha Schumann [Mon, 30 Sep 2002 00:03:09 +0000 (00:03 +0000)]
remove unused lines

22 years agoPrevent possible problems with two resource ids referencing the same
Wez Furlong [Sun, 29 Sep 2002 22:55:09 +0000 (22:55 +0000)]
Prevent possible problems with two resource ids referencing the same
panel.

22 years agoPossible fix for #19290
foobar [Sun, 29 Sep 2002 22:24:20 +0000 (22:24 +0000)]
Possible fix for #19290

22 years agoFixed a mem leak inside the path resolving code.
Ilia Alshanetsky [Sun, 29 Sep 2002 22:16:29 +0000 (22:16 +0000)]
Fixed a mem leak inside the path resolving code.

22 years ago- Update
Markus Fischer [Sun, 29 Sep 2002 22:13:16 +0000 (22:13 +0000)]
- Update

22 years agoRemoved the ceil(-0.5); test. The return value is depedant on system's
Ilia Alshanetsky [Sun, 29 Sep 2002 21:45:54 +0000 (21:45 +0000)]
Removed the ceil(-0.5); test. The return value is depedant on system's
libc and even when proper value '-0' is returned, var_dump() converts
it to 0 anyway.

22 years agows fix
foobar [Sun, 29 Sep 2002 19:28:12 +0000 (19:28 +0000)]
ws fix

22 years agows fix
foobar [Sun, 29 Sep 2002 19:22:39 +0000 (19:22 +0000)]
ws fix

22 years agoCorrected ceil(-0.5) output value, it is 0 not -0.
Ilia Alshanetsky [Sun, 29 Sep 2002 19:21:10 +0000 (19:21 +0000)]
Corrected ceil(-0.5) output value, it is 0 not -0.

22 years agoMake it compile with the latest _release_ too..
foobar [Sun, 29 Sep 2002 18:53:19 +0000 (18:53 +0000)]
Make it compile with the latest _release_ too..

22 years agoFixed a crash, which would occur when save_handler is invalid.
Ilia Alshanetsky [Sun, 29 Sep 2002 18:33:14 +0000 (18:33 +0000)]
Fixed a crash, which would occur when save_handler is invalid.

22 years agoFix some typos
Sascha Schumann [Sun, 29 Sep 2002 16:25:23 +0000 (16:25 +0000)]
Fix some typos

22 years agoFollow Yasuo's suggestion and build sapi program's under the sapi-specific
Sascha Schumann [Sun, 29 Sep 2002 16:22:49 +0000 (16:22 +0000)]
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi module which resides in its own dir now.

22 years agoFixed bug #17281
Ilia Alshanetsky [Sun, 29 Sep 2002 15:55:11 +0000 (15:55 +0000)]
Fixed bug #17281

22 years agoFixed bugs #16995 and #19392
Ilia Alshanetsky [Sun, 29 Sep 2002 15:26:50 +0000 (15:26 +0000)]
Fixed bugs #16995 and #19392

22 years agoBug fixing news.
Ilia Alshanetsky [Sun, 29 Sep 2002 14:48:10 +0000 (14:48 +0000)]
Bug fixing news.

22 years agoFixed bug #19366
Ilia Alshanetsky [Sun, 29 Sep 2002 14:45:57 +0000 (14:45 +0000)]
Fixed bug #19366

22 years ago- Fix Edin's name
Derick Rethans [Sun, 29 Sep 2002 10:00:07 +0000 (10:00 +0000)]
- Fix Edin's name

22 years agoAdded php/embed toolkit for embedding PHP engine into C/C++ applications.
Edin Kadribasic [Sun, 29 Sep 2002 02:45:25 +0000 (02:45 +0000)]
Added php/embed toolkit for embedding PHP engine into C/C++ applications.
See my post to php-dev on the subject.

22 years agoChangeLog update
<changelog@php.net> [Sun, 29 Sep 2002 00:34:45 +0000 (00:34 +0000)]
ChangeLog update

22 years agoBug fixing news
Ilia Alshanetsky [Sat, 28 Sep 2002 23:39:59 +0000 (23:39 +0000)]
Bug fixing news

22 years agoAdded ncurses_getyx().
Wez Furlong [Sat, 28 Sep 2002 22:50:23 +0000 (22:50 +0000)]
Added ncurses_getyx().

22 years agoWS
Wez Furlong [Sat, 28 Sep 2002 22:37:51 +0000 (22:37 +0000)]
WS

22 years agoMore streams related news.
Wez Furlong [Sat, 28 Sep 2002 22:37:11 +0000 (22:37 +0000)]
More streams related news.

22 years agoRename streams functions to fit with naming conventions, adding aliases
Wez Furlong [Sat, 28 Sep 2002 22:14:21 +0000 (22:14 +0000)]
Rename streams functions to fit with naming conventions, adding aliases
for old functions where required.
Make use of recent changes to chunk size and timeout setting code.

22 years agoremove chunk size setting code (it's now in streams.c).
Wez Furlong [Sat, 28 Sep 2002 22:12:23 +0000 (22:12 +0000)]
remove chunk size setting code (it's now in streams.c).
Move timeout setting code.

22 years agoDifferentiate between write buffer and streams read buffer sizes.
Wez Furlong [Sat, 28 Sep 2002 22:10:47 +0000 (22:10 +0000)]
Differentiate between write buffer and streams read buffer sizes.
Add options for timeout and chunk size; previously these were only
set-able for socket streams.

22 years ago* added --libs option
Stig Bakken [Sat, 28 Sep 2002 21:58:19 +0000 (21:58 +0000)]
* added --libs option

22 years agoFixed bug #13936
Ilia Alshanetsky [Sat, 28 Sep 2002 20:13:28 +0000 (20:13 +0000)]
Fixed bug #13936

22 years ago- Fix for defines...
Derick Rethans [Sat, 28 Sep 2002 19:02:21 +0000 (19:02 +0000)]
- Fix for defines...

22 years ago- Site mirror detection and popularity rank has been added to mnogosearch
Sergey Kartashoff [Sat, 28 Sep 2002 17:52:18 +0000 (17:52 +0000)]
- Site mirror detection and popularity rank has been added to mnogosearch
  extension

22 years agoFix crash bug and return value.
Wez Furlong [Sat, 28 Sep 2002 17:03:02 +0000 (17:03 +0000)]
Fix crash bug and return value.

22 years agoUh, this is what I meant to do. Fix for #19292
Rasmus Lerdorf [Sat, 28 Sep 2002 16:27:10 +0000 (16:27 +0000)]
Uh, this is what I meant to do.  Fix for #19292

22 years agoProbable fix for bug #19292
Rasmus Lerdorf [Sat, 28 Sep 2002 16:10:43 +0000 (16:10 +0000)]
Probable fix for bug #19292

22 years ago- Eliminated LFs
Tal Peer [Sat, 28 Sep 2002 15:41:57 +0000 (15:41 +0000)]
- Eliminated LFs

22 years agoMake ext/fribidi compile against latest fribidi CVS
James Moore [Sat, 28 Sep 2002 15:37:21 +0000 (15:37 +0000)]
Make ext/fribidi compile against latest fribidi CVS

22 years ago- Fix build in non-ZTS mode
Derick Rethans [Sat, 28 Sep 2002 15:12:41 +0000 (15:12 +0000)]
- Fix build in non-ZTS mode

22 years agoSynch with README.TESTING
Marcus Boerger [Sat, 28 Sep 2002 13:59:17 +0000 (13:59 +0000)]
Synch with README.TESTING

22 years agoAllow user streams/wrappers to implement fstat(), opendir() and stat().
Wez Furlong [Sat, 28 Sep 2002 13:05:47 +0000 (13:05 +0000)]
Allow user streams/wrappers to implement fstat(), opendir() and stat().

22 years agoAdd missing folding marker.
Wez Furlong [Sat, 28 Sep 2002 13:04:47 +0000 (13:04 +0000)]
Add missing folding marker.

22 years ago- Consistency
Derick Rethans [Sat, 28 Sep 2002 09:14:59 +0000 (09:14 +0000)]
- Consistency

22 years agoIt must be GLOB_NOCHECK instead of GLOB_NOMATCH.
Yasuo Ohgaki [Sat, 28 Sep 2002 09:14:45 +0000 (09:14 +0000)]
It must be GLOB_NOCHECK instead of GLOB_NOMATCH.
GLOB_NOMATCH does not make sense at all.

22 years ago- Don't forget whom to blame ... ;)
Markus Fischer [Sat, 28 Sep 2002 08:56:33 +0000 (08:56 +0000)]
- Don't forget whom to blame ... ;)

22 years agoNEWS update
<changelog@php.net> [Sat, 28 Sep 2002 00:34:07 +0000 (00:34 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 28 Sep 2002 00:33:08 +0000 (00:33 +0000)]
ChangeLog update

22 years agoImplement stream_select() which works just like socket_select, but only on
Wez Furlong [Fri, 27 Sep 2002 23:42:38 +0000 (23:42 +0000)]
Implement stream_select() which works just like socket_select, but only on
streams.
@ - Added stream_select() which works like socket_select but only works on
@   streams returned by fopen(), fsockopen() and pfsockopen(). (Wez)

22 years agoMore ncurses functions and constants.
Wez Furlong [Fri, 27 Sep 2002 22:33:14 +0000 (22:33 +0000)]
More ncurses functions and constants.

22 years agoImplement some more window routines, add pad functions.
Wez Furlong [Fri, 27 Sep 2002 17:03:53 +0000 (17:03 +0000)]
Implement some more window routines, add pad functions.
Add panel functions when libpanel is also detected.
Register STDSCR constant during ncurses_init().

22 years agofix formating by breaking on to separate lines
Colin Viebrock [Fri, 27 Sep 2002 16:05:47 +0000 (16:05 +0000)]
fix formating by breaking on to separate lines

22 years ago@- Fixed bug #19595 (Missing functions for GD2 format handling).
Edin Kadribasic [Fri, 27 Sep 2002 13:31:43 +0000 (13:31 +0000)]
@- Fixed bug #19595 (Missing functions for GD2 format handling).
   (Edin)
Fixed bug #19595 (Missing functions for GD2 format handling).

22 years agows
foobar [Fri, 27 Sep 2002 13:15:56 +0000 (13:15 +0000)]
ws

22 years ago/tmp/cvsmLUuXQ
Hartmut Holzgraefe [Fri, 27 Sep 2002 12:40:31 +0000 (12:40 +0000)]
/tmp/cvsmLUuXQ

22 years agoUpdate credits.
Edin Kadribasic [Fri, 27 Sep 2002 12:23:49 +0000 (12:23 +0000)]
Update credits.
# Updated by scripts/credits. For some reason it put "Java" and "Win32 COM"
# twice. I removed the duplicates manually.

22 years agoThose two have enough credits already :)
Edin Kadribasic [Fri, 27 Sep 2002 12:15:13 +0000 (12:15 +0000)]
Those two have enough credits already :)

22 years ago- Fixed case in extension name
Tal Peer [Fri, 27 Sep 2002 12:12:06 +0000 (12:12 +0000)]
- Fixed case in extension name

22 years agostyle polizei
foobar [Fri, 27 Sep 2002 11:52:38 +0000 (11:52 +0000)]
style polizei

22 years agoNo need to define GLOB_NOMATCH.
Yasuo Ohgaki [Fri, 27 Sep 2002 11:44:42 +0000 (11:44 +0000)]
No need to define GLOB_NOMATCH.

22 years ago@- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick)
Derick Rethans [Fri, 27 Sep 2002 10:38:08 +0000 (10:38 +0000)]
@- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick)
- Fix for bug #19633 (wrong directories in ext/ldap/config.m4).

22 years agoReally *really* fix the segfault bug #17274 and bug #19627 this time.
Wez Furlong [Fri, 27 Sep 2002 10:24:54 +0000 (10:24 +0000)]
Really *really* fix the segfault bug #17274 and bug #19627 this time.
@ - Fixed bugs #17274 and #19627 (segfault in sem_remove). (Wez)

22 years ago - be more conservative ;)
Jan Lehnardt [Fri, 27 Sep 2002 10:17:52 +0000 (10:17 +0000)]
 - be more conservative ;)

22 years agoAnd a couple more.
Wez Furlong [Fri, 27 Sep 2002 09:26:39 +0000 (09:26 +0000)]
And a couple more.

22 years agoAdd some bug #'s to make Markus happier :-)
Wez Furlong [Fri, 27 Sep 2002 09:21:04 +0000 (09:21 +0000)]
Add some bug #'s to make Markus happier :-)

22 years agoTypo
Wez Furlong [Fri, 27 Sep 2002 09:03:44 +0000 (09:03 +0000)]
Typo

22 years ago- Update.
Markus Fischer [Fri, 27 Sep 2002 07:02:12 +0000 (07:02 +0000)]
- Update.

22 years agoThey seem to be working...
Dan Kalowsky [Fri, 27 Sep 2002 02:09:35 +0000 (02:09 +0000)]
They seem to be working...

22 years agoChangeLog update
<changelog@php.net> [Fri, 27 Sep 2002 00:34:13 +0000 (00:34 +0000)]
ChangeLog update

22 years agodocument changes
Colin Viebrock [Thu, 26 Sep 2002 20:54:55 +0000 (20:54 +0000)]
document changes

22 years ago- Added Sambar install notes (patch by Steffen <com@sambarserver.info>)
Derick Rethans [Thu, 26 Sep 2002 19:49:34 +0000 (19:49 +0000)]
- Added Sambar install notes (patch by Steffen <com@sambarserver.info>)