]> granicus.if.org Git - php/log
php
24 years agoNEWS update
<changelog@php.net> [Sat, 15 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update

24 years agoAdd IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
Rasmus Lerdorf [Fri, 14 Jul 2000 22:07:57 +0000 (22:07 +0000)]
Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
imagetypes() function
@ Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
@ imagetypes() function (Rasmus)

24 years agoAdd ImageTypes() function which returns a bitfield with the supported
Rasmus Lerdorf [Fri, 14 Jul 2000 21:51:31 +0000 (21:51 +0000)]
Add ImageTypes() function which returns a bitfield with the supported
image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp
@ Add ImageTypes() function which returns a bitfield with the supported
@ image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)

24 years agoImprove register_resource_ex() infrastructure
Zeev Suraski [Fri, 14 Jul 2000 20:00:24 +0000 (20:00 +0000)]
Improve register_resource_ex() infrastructure

24 years agoHopefully this will stop the php_mysql.dll questions that haunt us...
Zeev Suraski [Fri, 14 Jul 2000 19:42:59 +0000 (19:42 +0000)]
Hopefully this will stop the php_mysql.dll questions that haunt us...

24 years agoMake it possible to specify an empty string as a thousands-seperator
Rasmus Lerdorf [Fri, 14 Jul 2000 18:46:13 +0000 (18:46 +0000)]
Make it possible to specify an empty string as a thousands-seperator
in number_format()
@ Make it possible to specify an empty string as a thousands-seperator
@ in number_format()

24 years agoProtos fixed.
Egon Schmid [Fri, 14 Jul 2000 18:42:35 +0000 (18:42 +0000)]
Protos fixed.

24 years agoShared module support for LDAP extension
Rasmus Lerdorf [Fri, 14 Jul 2000 13:13:25 +0000 (13:13 +0000)]
Shared module support for LDAP extension
@ Shared module support for LDAP extension (Troels Arvin)

24 years ago(imap_mail) Fixed a sizing of the arg parameter array. Was causing
Mike Waychison [Fri, 14 Jul 2000 08:12:53 +0000 (08:12 +0000)]
(imap_mail) Fixed a sizing of the arg parameter array.  Was causing
            Seg-Faults if rpath was specified.
@  Fixed a bug with imap_mail where apache would segfault if the rpath
@  parameter was specified.
#  ouch.

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

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

24 years agoUse dashes and short day name in cookies since some browsers seem picky
Rasmus Lerdorf [Fri, 14 Jul 2000 01:08:59 +0000 (01:08 +0000)]
Use dashes and short day name in cookies since some browsers seem picky
about this
@ Use dashes and short day name in cookies since some browsers seem picky
@ about this (Rasmus)

24 years agoThe description for protos need no period.
Egon Schmid [Thu, 13 Jul 2000 20:55:22 +0000 (20:55 +0000)]
The description for protos need no period.

24 years ago- Making pspell compile as a shared module
Vlad Krupin [Thu, 13 Jul 2000 20:39:14 +0000 (20:39 +0000)]
- Making pspell compile as a shared module
- fix a couple typos
@ Making pspell compile as a shared module

24 years agoFixed protos.
Egon Schmid [Thu, 13 Jul 2000 19:09:32 +0000 (19:09 +0000)]
Fixed protos.

24 years agoFixed protos.
Egon Schmid [Thu, 13 Jul 2000 18:44:57 +0000 (18:44 +0000)]
Fixed protos.

24 years agoForgotten to change.
Egon Schmid [Thu, 13 Jul 2000 18:27:10 +0000 (18:27 +0000)]
Forgotten to change.

24 years agoCorrected some protos.
Egon Schmid [Thu, 13 Jul 2000 18:21:40 +0000 (18:21 +0000)]
Corrected some protos.

24 years agoFix disable_functions feature
Zeev Suraski [Thu, 13 Jul 2000 17:52:00 +0000 (17:52 +0000)]
Fix disable_functions feature

24 years ago*** empty log message ***
Zeev Suraski [Thu, 13 Jul 2000 17:29:59 +0000 (17:29 +0000)]
*** empty log message ***

24 years agomake -c in stand-alone mode work again.
Stanislav Malyshev [Thu, 13 Jul 2000 09:17:39 +0000 (09:17 +0000)]
make -c in stand-alone mode work again.
Setting ini_path after php_module_startup doesn't do much good -
since php_module_startup reads .ini.
# This fix is very ugly. Everyone is welcome to make better fix
# that won't report errors twice and won't scan argument 3 times

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

24 years agofix ZTS startup without filename (thanx purify!)
Thies C. Arntzen [Wed, 12 Jul 2000 16:37:46 +0000 (16:37 +0000)]
fix ZTS startup without filename (thanx purify!)

24 years ago- The pdfclock example using cpdf
Uwe Steinmann [Wed, 12 Jul 2000 12:50:58 +0000 (12:50 +0000)]
- The pdfclock example using cpdf

24 years agounset active_symbol_table on zend-shutdown.
Thies C. Arntzen [Wed, 12 Jul 2000 12:00:17 +0000 (12:00 +0000)]
unset active_symbol_table on zend-shutdown.

24 years ago(php_error) only set php_errormsg if we (still) have an active_symbol_table.
Thies C. Arntzen [Wed, 12 Jul 2000 11:59:09 +0000 (11:59 +0000)]
(php_error) only set php_errormsg if we (still) have an active_symbol_table.

24 years ago- By mistake recommited bad entry
Andi Gutmans [Wed, 12 Jul 2000 03:57:26 +0000 (03:57 +0000)]
- By mistake recommited bad entry

24 years ago- Add some Zend Engine changes to the NEWS file
Andi Gutmans [Wed, 12 Jul 2000 03:55:28 +0000 (03:55 +0000)]
- Add some Zend Engine changes to the NEWS file

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

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

24 years ago- Oops I was only thinking about VIRTUAL_DIR and forogt about the rest of
Andi Gutmans [Tue, 11 Jul 2000 19:17:19 +0000 (19:17 +0000)]
- Oops I was only thinking about VIRTUAL_DIR and forogt about the rest of
- TSRM which Zeev implemented  on his own.

24 years ago- Commit new license for TSRM.
Andi Gutmans [Tue, 11 Jul 2000 19:15:51 +0000 (19:15 +0000)]
- Commit new license for TSRM.

24 years ago- typo
Danny Heijl [Tue, 11 Jul 2000 17:53:02 +0000 (17:53 +0000)]
- typo

24 years ago- Work-around for ESQL/C bug with BLOBs and NULL values (Danny).
Danny Heijl [Tue, 11 Jul 2000 17:47:16 +0000 (17:47 +0000)]
- Work-around for ESQL/C bug with BLOBs and NULL values (Danny).

24 years agoFix for problem noted by Jay Greenspan on TurboLinux machines
Sam Ruby [Tue, 11 Jul 2000 17:33:14 +0000 (17:33 +0000)]
Fix for problem noted by Jay Greenspan on TurboLinux machines

24 years agoUpdated comments.
Andrei Zmievski [Tue, 11 Jul 2000 16:51:04 +0000 (16:51 +0000)]
Updated comments.

24 years ago@- Improved array_multisort() to be able to specify sort type as well sort
Andrei Zmievski [Tue, 11 Jul 2000 16:48:03 +0000 (16:48 +0000)]
@- Improved array_multisort() to be able to specify sort type as well sort
@  order. Incidentally, it can be used to sort multi-dimensional arrays
@  as well. (Andrei)

24 years agoAnother persistent hash - disable apply protection
Zeev Suraski [Tue, 11 Jul 2000 14:47:34 +0000 (14:47 +0000)]
Another persistent hash - disable apply protection

24 years agoDisable the hash_apply() protection on hashes that persist across requests - it's...
Zeev Suraski [Tue, 11 Jul 2000 14:29:38 +0000 (14:29 +0000)]
Disable the hash_apply() protection on hashes that persist across requests - it's unsafe
because we may be aborted at any point
@- Fixed a possible data corruption in case of a huge amount of aborted requests (Zeev)

24 years agoDisable the hash_apply() protection on hashes that persist across requests - it's...
Zeev Suraski [Tue, 11 Jul 2000 14:27:31 +0000 (14:27 +0000)]
Disable the hash_apply() protection on hashes that persist across requests - it's unsafe
because we may be aborted at any point

24 years agoFix a bug in passing second parameter of RECV_INIT with is_ref set
Stanislav Malyshev [Tue, 11 Jul 2000 13:23:48 +0000 (13:23 +0000)]
Fix a bug in passing second parameter of RECV_INIT with is_ref set

24 years agoThies, finish your news entries next time. :)
Andrei Zmievski [Tue, 11 Jul 2000 13:19:24 +0000 (13:19 +0000)]
Thies, finish your news entries next time. :)

24 years agoThe official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/
Sascha Schumann [Tue, 11 Jul 2000 12:38:06 +0000 (12:38 +0000)]
The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/

24 years agoAlways use the current DIR_DELIMITER to create the session file path
Sascha Schumann [Tue, 11 Jul 2000 12:29:19 +0000 (12:29 +0000)]
Always use the current DIR_DELIMITER to create the session file path

24 years agofix warning in VC6
Thies C. Arntzen [Tue, 11 Jul 2000 11:52:48 +0000 (11:52 +0000)]
fix warning in VC6

24 years ago- Oops. Too early in the morning
Andi Gutmans [Tue, 11 Jul 2000 04:15:35 +0000 (04:15 +0000)]
- Oops. Too early in the morning

24 years ago- Don't need extern for functions
Andi Gutmans [Tue, 11 Jul 2000 04:11:15 +0000 (04:11 +0000)]
- Don't need extern for functions

24 years ago- Include iostream.h in C++.
Andi Gutmans [Tue, 11 Jul 2000 04:07:18 +0000 (04:07 +0000)]
- Include iostream.h in C++.

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

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

24 years ago- PS_* constants changed to PSPELL_*
Vlad Krupin [Mon, 10 Jul 2000 23:18:27 +0000 (23:18 +0000)]
- PS_* constants changed to PSPELL_*
- zval is used instead of pval
(as Andrei Zmievski suggested)

Modified Files:
  ext/pspell/pspell.c

24 years agoInitial release. Includes:
Vlad Krupin [Mon, 10 Jul 2000 21:29:19 +0000 (21:29 +0000)]
Initial release. Includes:
- Functionality of aspell
- 3 modes of spellchecking (fast, normal, bad_spellers)
- support for run-together words

24 years agoChanged the descriptions.
Egon Schmid [Mon, 10 Jul 2000 20:00:02 +0000 (20:00 +0000)]
Changed the descriptions.

24 years agoChanged some protos and the authors email address.
Egon Schmid [Mon, 10 Jul 2000 19:46:29 +0000 (19:46 +0000)]
Changed some protos and the authors email address.

24 years ago- Fix the case of NULL BYTE and TEXT columns. (Danny).
Danny Heijl [Mon, 10 Jul 2000 19:08:27 +0000 (19:08 +0000)]
- Fix the case of NULL BYTE and TEXT columns. (Danny).
  ESQL/C (sometimes ?) does not set the indicator variable,
  but the locator->loc_indicator instead.

24 years agophp.ini install docs from David Croft <david@infotrek.co.uk>
Andrei Zmievski [Mon, 10 Jul 2000 17:35:18 +0000 (17:35 +0000)]
php.ini install docs from David Croft <david@infotrek.co.uk>

24 years ago- Oops, missed two GLOBAL()'s.
Jouni Ahto [Mon, 10 Jul 2000 14:52:17 +0000 (14:52 +0000)]
- Oops, missed two GLOBAL()'s.

24 years ago- Another attempt to sync with PHP3 and handle multiple recipients.
Jouni Ahto [Mon, 10 Jul 2000 14:49:20 +0000 (14:49 +0000)]
- Another attempt to sync with PHP3 and handle multiple recipients.
- Change all \'s to \r\n.
- It's now PHP 4.0 WIN32 -mailer.

# I'm unable to test, I haven't got Windows. Please check that it compiles.

24 years agoLift the add-once limit for libraries, because there are valid reasons
Sascha Schumann [Mon, 10 Jul 2000 10:26:13 +0000 (10:26 +0000)]
Lift the add-once limit for libraries, because there are valid reasons
against it. When dealing with static libraries, the link order is
important and it might be necessary to add a library multiple times to
satisfy mutual symbol requirements.

24 years agoUnify use of my email address
Sascha Schumann [Mon, 10 Jul 2000 10:09:15 +0000 (10:09 +0000)]
Unify use of my email address

24 years agoFix prototype of apache_child_exit_handler and remove popen-related
Sascha Schumann [Mon, 10 Jul 2000 09:20:35 +0000 (09:20 +0000)]
Fix prototype of apache_child_exit_handler and remove popen-related
preprocessor directives/macros.

24 years agoSubstitute CXX_PHP_COMPILE. Compiling C++ source files works now.
Sascha Schumann [Mon, 10 Jul 2000 09:10:40 +0000 (09:10 +0000)]
Substitute CXX_PHP_COMPILE. Compiling C++ source files works now.

24 years agoMake the cxx suffix easily adjustable
Sascha Schumann [Mon, 10 Jul 2000 08:45:07 +0000 (08:45 +0000)]
Make the cxx suffix easily adjustable

24 years agoAlso output the name of the save_handler when reporting a failed write
Sascha Schumann [Mon, 10 Jul 2000 08:35:03 +0000 (08:35 +0000)]
Also output the name of the save_handler when reporting a failed write
attempt.

24 years agomasquarading as sascha;-)
Thies C. Arntzen [Mon, 10 Jul 2000 08:01:45 +0000 (08:01 +0000)]
masquarading as sascha;-)

24 years ago@- Fixed closing
Thies C. Arntzen [Mon, 10 Jul 2000 07:57:01 +0000 (07:57 +0000)]
@- Fixed closing

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

24 years agoAdd support for building C++ sources.
Sascha Schumann [Sun, 9 Jul 2000 20:39:18 +0000 (20:39 +0000)]
Add support for building C++ sources.

In your extension's config.m4, you need to use the m4 macro

    PHP_REQUIRE_CXX

This shall be called only, if your extension is enabled.

C++ source files shall not be put into the LTLIBRARY_SOURCES macro.
Instead, the filename of the object shall be put into
LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use

    LTLIBRARY_OBJECTS_X = foo.lo

24 years ago- Fix memory leak.
Andi Gutmans [Sun, 9 Jul 2000 20:21:20 +0000 (20:21 +0000)]
- Fix memory leak.

24 years agoFixed other protos.
Egon Schmid [Sun, 9 Jul 2000 19:33:19 +0000 (19:33 +0000)]
Fixed other protos.

24 years ago- Need to seperate if the hash isn't a reference
Andi Gutmans [Sun, 9 Jul 2000 17:12:37 +0000 (17:12 +0000)]
- Need to seperate if the hash isn't a reference

24 years agoFixed a proto.
Egon Schmid [Sun, 9 Jul 2000 14:26:50 +0000 (14:26 +0000)]
Fixed a proto.

24 years agoCorrected a mispelled word.
Egon Schmid [Sun, 9 Jul 2000 14:14:51 +0000 (14:14 +0000)]
Corrected a mispelled word.

24 years ago.
Sascha Schumann [Sun, 9 Jul 2000 13:41:12 +0000 (13:41 +0000)]
.

24 years agoRestore INI entries after the request shutdown of modules.
Sascha Schumann [Sun, 9 Jul 2000 13:20:27 +0000 (13:20 +0000)]
Restore INI entries after the request shutdown of modules.

This fixes the problems users of the session module encountered when
using a save handler other than files.

24 years agoFixed module / global shutdown for apache.
Andreas Karajannis [Sun, 9 Jul 2000 12:51:01 +0000 (12:51 +0000)]
Fixed module / global shutdown for apache.
GSHUTDOWN functions are now executed and MSHUTDOWN functions are executed on child process exit

24 years agoFix stupid bug.
Stanislav Malyshev [Sun, 9 Jul 2000 10:31:47 +0000 (10:31 +0000)]
Fix stupid bug.

24 years ago- Left debugging accidentally on...
Jouni Ahto [Sun, 9 Jul 2000 10:30:52 +0000 (10:30 +0000)]
- Left debugging accidentally on...

24 years ago(ibase_blob_import) It's good to have link handle available, if you want to
Jouni Ahto [Sun, 9 Jul 2000 10:27:41 +0000 (10:27 +0000)]
(ibase_blob_import) It's good to have link handle available, if you want to
                    use it...
(_php_ibase_exec)   On error situations, only xsqlda was freed, not its
                    contents.

24 years ago- I must be getting demented. Forgot to add and register list destructor
Jouni Ahto [Sun, 9 Jul 2000 07:30:15 +0000 (07:30 +0000)]
- I must be getting demented. Forgot to add and register list destructor
  function when creating new list entry type. Several other modifications
  too related to this. Blobs still not working.

24 years agoReentrancy fixes
Sam Ruby [Sun, 9 Jul 2000 04:16:31 +0000 (04:16 +0000)]
Reentrancy fixes

24 years agoFix for JDK1.2.2/Tomcat3.2
Sam Ruby [Sun, 9 Jul 2000 04:09:47 +0000 (04:09 +0000)]
Fix for JDK1.2.2/Tomcat3.2
(can't find beanInfo for interfaces which extend other interfaces)

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

24 years agoNEWS update
<changelog@php.net> [Sun, 9 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agoEliminated a typo.
Egon Schmid [Sat, 8 Jul 2000 22:55:40 +0000 (22:55 +0000)]
Eliminated a typo.

24 years ago@- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)
Andrei Zmievski [Sat, 8 Jul 2000 20:38:23 +0000 (20:38 +0000)]
@- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)

24 years agoUncomplete proto.
Egon Schmid [Sat, 8 Jul 2000 19:31:16 +0000 (19:31 +0000)]
Uncomplete proto.

24 years ago- Add zend_ulong
Andi Gutmans [Sat, 8 Jul 2000 15:49:39 +0000 (15:49 +0000)]
- Add zend_ulong

24 years agoAren't there some function names conflicts?
Egon Schmid [Sat, 8 Jul 2000 15:13:31 +0000 (15:13 +0000)]
Aren't there some function names conflicts?

24 years agoAdd experimental APIs to get and clear the last exception
Sam Ruby [Sat, 8 Jul 2000 10:35:50 +0000 (10:35 +0000)]
Add experimental APIs to get and clear the last exception

24 years ago* php4/ext/sockets.c, php4/ext/php_sockets.h:
Chris Vandomelen [Sat, 8 Jul 2000 01:50:34 +0000 (01:50 +0000)]
* php4/ext/sockets.c, php4/ext/php_sockets.h:
Numerous changes. Many prototypes changed to be more like the
appropriate *NIX counterparts. Many new prototypes defining many
more advanced socket routines. Better AF_UNIX socket support.
bind() now recognizes the socket type and acts appropriately,
instead of needing the AF_* for the socket passed in.
# Something I'd like to write yet is proper signal() support. Unfortunately,
# the last time I tried, doing anything with the signal except ignoring it
# caused PHP to segfault. And to have decent socket support.. at least, from
# my experience, having signals is a good thing. Only problem.. to implement
# it, some changes would have to be made to the parser - since that is where
# the problems lie on handling asynchronous signals.

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

24 years ago- Restore testing for Unicode charmap to what it was, it was working(?), this
Jouni Ahto [Fri, 7 Jul 2000 14:00:50 +0000 (14:00 +0000)]
- Restore testing for Unicode charmap to what it was, it was working(?), this
  shouldn't have any effect on other charmaps.
- Remove bogus message about not finding any Unicode mapping table.

24 years ago- Move away from encoding transaction number into link_id and use properly
Jouni Ahto [Fri, 7 Jul 2000 12:06:05 +0000 (12:06 +0000)]
- Move away from encoding transaction number into link_id and use properly
  resources instead for both.
- Some cleaning.

24 years agoRemove C++ commennts.
Stanislav Malyshev [Fri, 7 Jul 2000 09:50:50 +0000 (09:50 +0000)]
Remove C++ commennts.

24 years agoFix fgets re-allocation (add +1 to accomondate ending \0).
Stanislav Malyshev [Fri, 7 Jul 2000 09:06:47 +0000 (09:06 +0000)]
Fix fgets re-allocation (add +1 to accomondate ending \0).

24 years agoFix add_assoc_string functions.
Stanislav Malyshev [Fri, 7 Jul 2000 08:47:11 +0000 (08:47 +0000)]
Fix add_assoc_string functions.
add_assoc_string(l) last parameter is "duplicate", not string length.

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

24 years agoNEWS update
<changelog@php.net> [Fri, 7 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years ago- Remove code which has never been used (neither in PHP 3)
Andi Gutmans [Thu, 6 Jul 2000 23:31:19 +0000 (23:31 +0000)]
- Remove code which has never been used (neither in PHP 3)