]> granicus.if.org Git - php/log
php
24 years agoThis seems to be a valid report, can't hurt anyway (PR 4252)
Zeev Suraski [Fri, 9 Jun 2000 00:46:39 +0000 (00:46 +0000)]
This seems to be a valid report, can't hurt anyway (PR 4252)

24 years agoRestore the check for the trailing slash. Windows does not apply s#/+#/# (PR 4375)
Zeev Suraski [Fri, 9 Jun 2000 00:43:43 +0000 (00:43 +0000)]
Restore the check for the trailing slash.  Windows does not apply s#/+#/# (PR 4375)

24 years agoYou need to include dynlib.mk in Makefile.in.
Sascha Schumann [Fri, 9 Jun 2000 00:42:05 +0000 (00:42 +0000)]
You need to include dynlib.mk in Makefile.in.

24 years agoThe default serializer is still php.
Sascha Schumann [Fri, 9 Jun 2000 00:26:56 +0000 (00:26 +0000)]
The default serializer is still php.

24 years agoAutomatically recover from a failed attempt to decode a session object.
Sascha Schumann [Fri, 9 Jun 2000 00:23:20 +0000 (00:23 +0000)]
Automatically recover from a failed attempt to decode a session object.

PR: #4886

24 years agoFix format strings. cache_expire's type was changed to long.
Sascha Schumann [Thu, 8 Jun 2000 23:42:04 +0000 (23:42 +0000)]
Fix format strings. cache_expire's type was changed to long.

24 years agoSomehow I screwed up the find parameters while doing the original change.
Sascha Schumann [Thu, 8 Jun 2000 23:39:01 +0000 (23:39 +0000)]
Somehow I screwed up the find parameters while doing the original change.

s/global.h/php_global.h/

24 years agoInclude php_global.h, instead of global.h
Andrei Zmievski [Thu, 8 Jun 2000 21:07:30 +0000 (21:07 +0000)]
Include php_global.h, instead of global.h

24 years agoUpdate .dsp's
Zeev Suraski [Thu, 8 Jun 2000 12:28:48 +0000 (12:28 +0000)]
Update .dsp's

24 years agoAdded more server variables to the HTTP_SERVER_VARS array, all the
Anthony Whitehead [Thu, 8 Jun 2000 11:56:36 +0000 (11:56 +0000)]
Added more server variables to the HTTP_SERVER_VARS array, all the
variables listed in the structs in nsapi.c should work now. Untested on
Windows platform.

24 years ago@- Fixed crash in OCIFetchStatement() when trying to read after
Thies C. Arntzen [Thu, 8 Jun 2000 09:49:31 +0000 (09:49 +0000)]
@- Fixed crash in OCIFetchStatement() when trying to read after
@  all data has already been read. (Thies)

24 years ago@ fopen_wrappers() are now extensible via modules
Hartmut Holzgraefe [Thu, 8 Jun 2000 09:43:12 +0000 (09:43 +0000)]
@ fopen_wrappers() are now extensible via modules
so here it finaly is, the more general approach to fopen wrappers
# see what i'll break this time

24 years agoAdd PHP_BROKEN_SPRINTF check here.
Sascha Schumann [Thu, 8 Jun 2000 06:16:22 +0000 (06:16 +0000)]
Add PHP_BROKEN_SPRINTF check here.

Also remove unnecessary #ifdef's for PACKAGE and VERSION.

24 years agoWipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.
Sascha Schumann [Thu, 8 Jun 2000 06:14:58 +0000 (06:14 +0000)]
Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.

24 years agoClean up acconfig.h
Sascha Schumann [Thu, 8 Jun 2000 06:12:26 +0000 (06:12 +0000)]
Clean up acconfig.h

24 years agoAdd a couple of casts
Sascha Schumann [Thu, 8 Jun 2000 06:07:38 +0000 (06:07 +0000)]
Add a couple of casts

24 years agoChangeLog update
<changelog@php.net> [Thu, 8 Jun 2000 02:15:09 +0000 (02:15 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 8 Jun 2000 02:15:06 +0000 (02:15 +0000)]
NEWS update

24 years agoAlways define PROGRAM_NAME to avoid problems with Irix's and OpenServer's
Sascha Schumann [Thu, 8 Jun 2000 01:39:17 +0000 (01:39 +0000)]
Always define PROGRAM_NAME to avoid problems with Irix's and OpenServer's
makes.

24 years agoAdd note about using PHP_ARG_WITH/ENABLE
Sascha Schumann [Thu, 8 Jun 2000 00:34:04 +0000 (00:34 +0000)]
Add note about using PHP_ARG_WITH/ENABLE

24 years ago- Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.
Jouni Ahto [Wed, 7 Jun 2000 23:04:39 +0000 (23:04 +0000)]
- Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.
- Fixed bug when calling imagejpeg() with 3 arguments, the second one empty,
  introduced yesterday.
- Nuked even more code.

24 years ago- fixed compilation error
Uwe Steinmann [Wed, 7 Jun 2000 20:01:12 +0000 (20:01 +0000)]
- fixed compilation error

24 years ago- more removal of obsolete pdflib functions, but no changes to the php
Uwe Steinmann [Wed, 7 Jun 2000 19:44:47 +0000 (19:44 +0000)]
- more removal of obsolete pdflib functions, but no changes to the php
  api

24 years agoFix test for php_always_shared
Sascha Schumann [Wed, 7 Jun 2000 19:13:28 +0000 (19:13 +0000)]
Fix test for php_always_shared

24 years ago- Fix Win32 build
Zeev Suraski [Wed, 7 Jun 2000 18:10:21 +0000 (18:10 +0000)]
- Fix Win32 build
- Nuke a warning

24 years ago- new function pdf_set_info() to replace pdf_set_info_xxx()
Uwe Steinmann [Wed, 7 Jun 2000 18:06:11 +0000 (18:06 +0000)]
- new function pdf_set_info() to replace pdf_set_info_xxx()

24 years agobeautify
Thies C. Arntzen [Wed, 7 Jun 2000 09:55:37 +0000 (09:55 +0000)]
beautify

24 years agocyscape's "current" browscap.ini file doesn't terminate the last line
Hartmut Holzgraefe [Wed, 7 Jun 2000 05:47:24 +0000 (05:47 +0000)]
cyscape's "current" browscap.ini file doesn't terminate the last line
in the file with a newline character
this resulted in a parse error

24 years agoPurely formatting.
Andrei Zmievski [Wed, 7 Jun 2000 02:28:36 +0000 (02:28 +0000)]
Purely formatting.

24 years agoChangeLog update
<changelog@php.net> [Wed, 7 Jun 2000 02:15:19 +0000 (02:15 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 7 Jun 2000 02:15:16 +0000 (02:15 +0000)]
NEWS update

24 years agoMake trim strip \0 to match php 3
Rasmus Lerdorf [Wed, 7 Jun 2000 00:59:14 +0000 (00:59 +0000)]
Make trim strip \0 to match php 3
@ Make trim strip \0 to match php 3 (Rasmus)

24 years ago- Added functions imagewbmp(), imagecreatefromxbm().
Jouni Ahto [Wed, 7 Jun 2000 00:37:49 +0000 (00:37 +0000)]
- Added functions imagewbmp(), imagecreatefromxbm().
- Nuked a lot of duplicate code.
@- Added function imagecreatefromxbm(). (Jouni)
@- Added function imagewbmp(). (Jouni, based on patch from Rune Nordbøe Skillingstad)
# Note: calling imagejpeg() with 3 arguments, the second one empty,
# is currently broken. Fill fix tomorrow evening unless someone beats me.
# Must have some sleep now, brains stopped working...

24 years ago@- Added str_pad() for padding a string with an arbitrary string on left or
Andrei Zmievski [Tue, 6 Jun 2000 20:42:33 +0000 (20:42 +0000)]
@- Added str_pad() for padding a string with an arbitrary string on left or
@  right. (Andrei)

Added str_pad() for padding a string with an arbitrary string on left or right.

# With all those macros, the code is starting to eerily resemble Perl's guts.

24 years ago- add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),
Uwe Steinmann [Tue, 6 Jun 2000 19:59:30 +0000 (19:59 +0000)]
- add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),
  pdf_set_border_dash()
- some prototype fixes

24 years agoI guess Zeev's done it already.
Andrei Zmievski [Tue, 6 Jun 2000 19:46:54 +0000 (19:46 +0000)]
I guess Zeev's done it already.

24 years ago@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives...
Zeev Suraski [Tue, 6 Jun 2000 19:16:57 +0000 (19:16 +0000)]
@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
@  on a per-directory basis as well, e.g. from .htaccess files (Zeev)

24 years agoPHP code to test sscanf()
Clayton Collie [Tue, 6 Jun 2000 19:15:26 +0000 (19:15 +0000)]
PHP code to test sscanf()

24 years agoEnable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory
Zeev Suraski [Tue, 6 Jun 2000 19:13:54 +0000 (19:13 +0000)]
Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory
basis as well

24 years agoModified Makefile.in so scanf.c compiles
Clayton Collie [Tue, 6 Jun 2000 19:11:50 +0000 (19:11 +0000)]
Modified Makefile.in so scanf.c compiles

24 years ago- Preparing to add new image types to gd module.
Jouni Ahto [Tue, 6 Jun 2000 19:06:46 +0000 (19:06 +0000)]
- Preparing to add new image types to gd module.
# Sascha, if you see this, why are there two checks for jpeg dirs
# (PHP_GD_JPEG)? I just literally applied the same method to check for
# Xpm libs, don't know how to fix it. Could you please have a look at this?

24 years agoAdded sscanf() function.
Clayton Collie [Tue, 6 Jun 2000 18:58:15 +0000 (18:58 +0000)]
Added sscanf() function.

24 years ago- I didn't have anything to do with this buggy code. Just kidding :)
Andi Gutmans [Tue, 6 Jun 2000 18:54:00 +0000 (18:54 +0000)]
- I didn't have anything to do with this buggy code. Just kidding :)

24 years ago adding definition for EWOULDBLOCK for Win32 to compile
Frank M. Kromann [Tue, 6 Jun 2000 18:30:06 +0000 (18:30 +0000)]
 adding definition for EWOULDBLOCK for Win32 to compile

24 years agoadded missing '/' to closing <center> tag (BUG ID #4416)
Hartmut Holzgraefe [Tue, 6 Jun 2000 17:26:15 +0000 (17:26 +0000)]
added missing '/' to closing <center> tag (BUG ID #4416)

24 years agoadded T1LIB information to info function
Hartmut Holzgraefe [Tue, 6 Jun 2000 17:12:05 +0000 (17:12 +0000)]
added T1LIB information to info function

24 years agoAdded another bug to be fixed
David Hedbor [Tue, 6 Jun 2000 16:18:09 +0000 (16:18 +0000)]
Added another bug to be fixed

24 years agoadd check for stdbool.h
Thies C. Arntzen [Tue, 6 Jun 2000 14:13:35 +0000 (14:13 +0000)]
add check for stdbool.h

24 years agobool -> int
Thies C. Arntzen [Tue, 6 Jun 2000 13:49:41 +0000 (13:49 +0000)]
bool -> int

24 years ago@- added fflush() function. (Eric Huss)
Thies C. Arntzen [Tue, 6 Jun 2000 12:16:44 +0000 (12:16 +0000)]
@- added fflush() function. (Eric Huss)
# the socket fsync() might not work on Win32.
#
# i'm not sure if we need any code for flushing sockets as they are
# currently alway written via write().

24 years agohashtable.h -> expat_hashtable.h
Thies C. Arntzen [Tue, 6 Jun 2000 10:06:45 +0000 (10:06 +0000)]
hashtable.h -> expat_hashtable.h

24 years agoAdding correct compiler directives for Win32 compilation
Frank M. Kromann [Tue, 6 Jun 2000 07:26:04 +0000 (07:26 +0000)]
Adding correct compiler directives for Win32 compilation

24 years agoUse common naming convention.
Joey Smith [Tue, 6 Jun 2000 05:42:11 +0000 (05:42 +0000)]
Use common naming convention.

24 years agoGet the version #'s right...
Joey Smith [Tue, 6 Jun 2000 05:13:07 +0000 (05:13 +0000)]
Get the version #'s right...

24 years agoAdd newline at the end of the file (breaks at least SCO and Tru64 C compiler).
Sascha Schumann [Tue, 6 Jun 2000 02:47:43 +0000 (02:47 +0000)]
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).

24 years agoChangeLog update
<changelog@php.net> [Tue, 6 Jun 2000 02:15:17 +0000 (02:15 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 6 Jun 2000 02:15:14 +0000 (02:15 +0000)]
NEWS update

24 years agoMove to the Z_*_PP macros.
Sterling Hughes [Tue, 6 Jun 2000 00:34:00 +0000 (00:34 +0000)]
Move to the Z_*_PP macros.

24 years agoMove hashtable.h to expat_hashtable.h.
Sascha Schumann [Tue, 6 Jun 2000 00:27:18 +0000 (00:27 +0000)]
Move hashtable.h to expat_hashtable.h.

24 years agoMake TSRM compile again. ZTS is defined by a header file included in
Sascha Schumann [Tue, 6 Jun 2000 00:16:16 +0000 (00:16 +0000)]
Make TSRM compile again. ZTS is defined by a header file included in
tsrm_config.h, so TSRM.o was always empty.

24 years agoPRE_INCLUDES hack reverted
David Hedbor [Tue, 6 Jun 2000 00:02:03 +0000 (00:02 +0000)]
PRE_INCLUDES hack reverted

24 years agoPRE_INCLUDE hack reverted
David Hedbor [Tue, 6 Jun 2000 00:01:29 +0000 (00:01 +0000)]
PRE_INCLUDE hack reverted

24 years agoMove global.h to php_global.h.
Sascha Schumann [Mon, 5 Jun 2000 23:59:06 +0000 (23:59 +0000)]
Move global.h to php_global.h.

24 years agoMove main.h to php_main.h.
Sascha Schumann [Mon, 5 Jun 2000 23:24:42 +0000 (23:24 +0000)]
Move main.h to php_main.h.

24 years agoFix virtual() when used with output buffering
Rasmus Lerdorf [Mon, 5 Jun 2000 21:19:21 +0000 (21:19 +0000)]
Fix virtual() when used with output buffering
@ Fix virtual() when used with output buffering (Marc Pohl)

24 years agoList with TODO items
David Hedbor [Mon, 5 Jun 2000 21:05:51 +0000 (21:05 +0000)]
List with TODO items

24 years agoFixed include directory problems.
David Hedbor [Mon, 5 Jun 2000 21:05:40 +0000 (21:05 +0000)]
Fixed include directory problems.

24 years agoAdded a new user-definable include variable, PRE_INCLUDES. It works
David Hedbor [Mon, 5 Jun 2000 21:05:07 +0000 (21:05 +0000)]
Added a new user-definable include variable, PRE_INCLUDES. It works
like EXTRA_INCLUDES but is added before the global INCLUDES variable.
#
# This was needed for the roxen SAPI module, which requires the PHP4
# include dirs to be after the Pike include dirs. I can't make the
# Pike include dir global though, since Pike includes then conflict
# with PHP4 includes in the rest of the compile.

24 years agoChanged include statement for main.h to avoid inclusion of Pike's main.h.
David Hedbor [Mon, 5 Jun 2000 19:51:22 +0000 (19:51 +0000)]
Changed include statement for main.h to avoid inclusion of Pike's main.h.

24 years ago- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
Andi Gutmans [Mon, 5 Jun 2000 19:47:54 +0000 (19:47 +0000)]
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch

24 years agoOops, fixed slight miscue there. Now it works.
Rasmus Lerdorf [Mon, 5 Jun 2000 19:35:15 +0000 (19:35 +0000)]
Oops, fixed slight miscue there.  Now it works.

24 years ago- Restore locale settings to state they were at module startup if they
Jouni Ahto [Mon, 5 Jun 2000 18:47:34 +0000 (18:47 +0000)]
- Restore locale settings to state they were at module startup if they
  were changed.

24 years ago@ Clean up constants in flock() function and add optional 3rd arg which
Rasmus Lerdorf [Mon, 5 Jun 2000 17:56:01 +0000 (17:56 +0000)]
@ Clean up constants in flock() function and add optional 3rd arg which
@ is set to true on EWOULDBLOCK (Rasmus)
Clean up constants in flock() function and add optional 3rd arg which
is set to true on EWOULDBLOCK

24 years agoIgnore generated files.
Andrei Zmievski [Mon, 5 Jun 2000 17:50:31 +0000 (17:50 +0000)]
Ignore generated files.

24 years agoGetting exif module to compile on win32
Frank M. Kromann [Mon, 5 Jun 2000 16:42:03 +0000 (16:42 +0000)]
Getting exif module to compile on win32

24 years agofixing compiler directive so the module will actually build a php module
Frank M. Kromann [Mon, 5 Jun 2000 16:26:46 +0000 (16:26 +0000)]
fixing compiler directive so the module will actually build a php module

24 years ago- should now compile and configure with libxml 2.0.0
Uwe Steinmann [Mon, 5 Jun 2000 15:39:29 +0000 (15:39 +0000)]
- should now compile and configure with libxml 2.0.0

24 years ago- Revert internazionalization fix.
Andi Gutmans [Mon, 5 Jun 2000 15:37:30 +0000 (15:37 +0000)]
- Revert internazionalization fix.

24 years ago- Revert Thies' locale patch. It was screwing up language level things.
Andi Gutmans [Mon, 5 Jun 2000 15:34:11 +0000 (15:34 +0000)]
- Revert Thies' locale patch. It was screwing up language level things.
- We could add support for locale in some specific output functions at a
- later time to make everyone happy

24 years agocompile fix regarding bug report #4780
Hartmut Holzgraefe [Mon, 5 Jun 2000 15:17:25 +0000 (15:17 +0000)]
compile fix regarding bug report #4780

24 years ago- Complete change to create_function()
Andi Gutmans [Mon, 5 Jun 2000 06:52:02 +0000 (06:52 +0000)]
- Complete change to create_function()

24 years agoChangeLog update
<changelog@php.net> [Mon, 5 Jun 2000 02:15:17 +0000 (02:15 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 5 Jun 2000 02:15:14 +0000 (02:15 +0000)]
NEWS update

24 years ago(pg_connect) Missed adding reference to link.
Jouni Ahto [Sun, 4 Jun 2000 23:06:11 +0000 (23:06 +0000)]
(pg_connect) Missed adding reference to link.

24 years agoChange shutdown order to sort out a crash when assigning a resource id to a static.
Zeev Suraski [Sun, 4 Jun 2000 22:09:16 +0000 (22:09 +0000)]
Change shutdown order to sort out a crash when assigning a resource id to a static.

24 years agoFix Win32 build
Zeev Suraski [Sun, 4 Jun 2000 22:00:17 +0000 (22:00 +0000)]
Fix Win32 build

24 years ago- Support unordered hash comparisons
Zeev Suraski [Sun, 4 Jun 2000 21:59:49 +0000 (21:59 +0000)]
- Support unordered hash comparisons
- Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison

24 years ago*** empty log message ***
Zeev Suraski [Sun, 4 Jun 2000 21:34:56 +0000 (21:34 +0000)]
*** empty log message ***

24 years agoRename lambda()
Zeev Suraski [Sun, 4 Jun 2000 21:30:56 +0000 (21:30 +0000)]
Rename lambda()

24 years ago- Added functions pg_loimport(), pg_loexport().
Jouni Ahto [Sun, 4 Jun 2000 20:24:07 +0000 (20:24 +0000)]
- Added functions pg_loimport(), pg_loexport().
@- Added functions pg_loimport(), pg_loexport(). (Jouni)

24 years ago@ Add SWF support to getimagesize() function (Derick Rethans)
Rasmus Lerdorf [Sun, 4 Jun 2000 18:29:15 +0000 (18:29 +0000)]
@ Add SWF support to getimagesize() function (Derick Rethans)
Add SWF support to getimagesize() function

24 years agoRedirect messages from cp modules/* to /dev/null
Sascha Schumann [Sun, 4 Jun 2000 16:00:08 +0000 (16:00 +0000)]
Redirect messages from cp modules/* to /dev/null

24 years ago\0 is part of they key, but not of the variable
Stanislav Malyshev [Sun, 4 Jun 2000 15:43:04 +0000 (15:43 +0000)]
\0 is part of they key, but not of the variable

24 years agoBack out the last change by Andi which caused TSRM to be always configured.
Sascha Schumann [Sun, 4 Jun 2000 15:34:31 +0000 (15:34 +0000)]
Back out the last change by Andi which caused TSRM to be always configured.

This needs to be refined. It caused breakage on several platforms.

24 years agoadd opendir to VIRTUAL_DIR
Stanislav Malyshev [Sun, 4 Jun 2000 08:29:11 +0000 (08:29 +0000)]
add opendir to VIRTUAL_DIR

24 years agochdir returns -1 on error, so should V_CHDIR
Stanislav Malyshev [Sun, 4 Jun 2000 07:59:32 +0000 (07:59 +0000)]
chdir returns -1 on error, so should V_CHDIR

24 years agochdir returns 0 on success, compare against it
Stanislav Malyshev [Sun, 4 Jun 2000 07:57:40 +0000 (07:57 +0000)]
chdir returns 0 on success, compare against it

24 years ago@ Add support for both indexed and non-indexed arrays of file uploads
Rasmus Lerdorf [Sun, 4 Jun 2000 05:46:28 +0000 (05:46 +0000)]
@ Add support for both indexed and non-indexed arrays of file uploads
@ eg. name="file[]" type="file" (Rasmus)
Add support for both indexed and non-indexed arrays of file uploads
eg. name="file[]" type="file" (Rasmus)

24 years ago- Only compile if building a thread safe version
Andi Gutmans [Sun, 4 Jun 2000 04:14:17 +0000 (04:14 +0000)]
- Only compile if building a thread safe version

24 years agoChangeLog update
<changelog@php.net> [Sun, 4 Jun 2000 02:15:13 +0000 (02:15 +0000)]
ChangeLog update