]> granicus.if.org Git - php/log
php
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)

24 years ago- Make is_method_call() static and remove a couple of old lines
Andi Gutmans [Thu, 6 Jul 2000 23:28:05 +0000 (23:28 +0000)]
- Make is_method_call() static and remove a couple of old lines

24 years ago- Yet another fix...
Andi Gutmans [Thu, 6 Jul 2000 23:00:46 +0000 (23:00 +0000)]
- Yet another fix...

24 years ago- One more...
Andi Gutmans [Thu, 6 Jul 2000 22:38:01 +0000 (22:38 +0000)]
- One more...

24 years ago- One more fix for the latest patch
Andi Gutmans [Thu, 6 Jul 2000 22:29:06 +0000 (22:29 +0000)]
- One more fix for the latest patch

24 years ago- One dumb bug in my latest patch
Andi Gutmans [Thu, 6 Jul 2000 22:21:24 +0000 (22:21 +0000)]
- One dumb bug in my latest patch

24 years ago- Complex fix for solving a problem with objects & method calls.
Andi Gutmans [Thu, 6 Jul 2000 22:08:22 +0000 (22:08 +0000)]
- Complex fix for solving a problem with objects & method calls.
- Previous version is tagged PRE_METHOD_CALL_SEPERATE_FIX_PATCH.
- I need to check this fix on a server so if it doesn't work I will revert
- it.

24 years agoWDDX now implements __sleep()/__wakeup() functionality.
Andrei Zmievski [Thu, 6 Jul 2000 21:00:18 +0000 (21:00 +0000)]
WDDX now implements __sleep()/__wakeup() functionality.

24 years agopreg_replace() can be non-greedy now.
Andrei Zmievski [Thu, 6 Jul 2000 19:32:22 +0000 (19:32 +0000)]
preg_replace() can be non-greedy now.

24 years agoFix #5432: should register all variables. Thanks jeroen@darius.demon.nl.
Stanislav Malyshev [Thu, 6 Jul 2000 17:40:18 +0000 (17:40 +0000)]
Fix #5432: should register all variables. Thanks jeroen@darius.demon.nl.

24 years ago- Fix problem with newlines not being recognized under certain conditions
Andi Gutmans [Thu, 6 Jul 2000 16:19:36 +0000 (16:19 +0000)]
- Fix problem with newlines not being recognized under certain conditions

24 years ago- still an error in my last patch (thanks Andi)
Uwe Steinmann [Thu, 6 Jul 2000 14:56:52 +0000 (14:56 +0000)]
- still an error in my last patch (thanks Andi)

24 years ago- Use #ifdef PHP_WIN32 to detect Windows
Andi Gutmans [Thu, 6 Jul 2000 14:47:02 +0000 (14:47 +0000)]
- Use #ifdef PHP_WIN32 to detect Windows

24 years ago@- Fixed crash in gzopen(). (Thies)
Thies C. Arntzen [Thu, 6 Jul 2000 11:25:24 +0000 (11:25 +0000)]
@- Fixed crash in gzopen(). (Thies)
# hmm - this should be rethought as one should be able to do
# gzopen("http://..")

24 years agoApplied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>
Stig Bakken [Thu, 6 Jul 2000 08:38:12 +0000 (08:38 +0000)]
Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>

24 years agoApplied multiple character set support diff by Rob Goodwin
Stig Bakken [Thu, 6 Jul 2000 08:13:33 +0000 (08:13 +0000)]
Applied multiple character set support diff by Rob Goodwin
@Multiple character set support in gdttf.c (Rob Goodwin)

24 years ago- last commit indroduced a new compile warning, should be fixed now
Uwe Steinmann [Thu, 6 Jul 2000 05:36:54 +0000 (05:36 +0000)]
- last commit indroduced a new compile warning, should be fixed now

24 years ago- fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)
Uwe Steinmann [Thu, 6 Jul 2000 05:30:06 +0000 (05:30 +0000)]
- fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)

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

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

24 years ago- Still one misssing zend_list_addref() and small fix in pg_close.
Jouni Ahto [Wed, 5 Jul 2000 22:17:30 +0000 (22:17 +0000)]
- Still one misssing zend_list_addref() and small fix in pg_close.
  Fixes #5349 (but not the way reporter wants...).

# There's something in the way database_connect/close functions behave when
# implemented the way as in mysql module that I find a bit strange... because
# of that extra zend_list_addref() there to prevent default link disappearing
# if it's not assigned to variable, when it is, I guess its' reference count
# is at this point 2, I can do: open a db link and assign it to a variable,
# close the link and still use it afterwards.

24 years ago- Test pg_encoding_to_char instead (it's existence in libpq means that
Jouni Ahto [Wed, 5 Jul 2000 21:28:16 +0000 (21:28 +0000)]
- Test pg_encoding_to_char instead (it's existence in libpq means that
  PostgreSQL was compiled with multibyte support and client encoding
  functions do something meaningful). Fixes #5417.

24 years agoThat's no bug, it's quite fine the way it is (if id is
Zeev Suraski [Wed, 5 Jul 2000 20:41:06 +0000 (20:41 +0000)]
That's no bug, it's quite fine the way it is (if id is
set to -1, it's ignored, and the passed_id argument is used).

If you're experiencing trouble with mysql_close(), please give me a
reproducing script.  If there's a bug, it's not as simple as that.

24 years ago- Discoverd possible bug. Could somebody have a look.
Uwe Steinmann [Wed, 5 Jul 2000 19:48:24 +0000 (19:48 +0000)]
- Discoverd possible bug. Could somebody have a look.

24 years ago- Link is now of type RESOURCE and not LONG
Uwe Steinmann [Wed, 5 Jul 2000 19:47:43 +0000 (19:47 +0000)]
- Link is now of type RESOURCE and not LONG

24 years ago- Increase allowed number of columns from 256 to 384.
Danny Heijl [Wed, 5 Jul 2000 19:37:45 +0000 (19:37 +0000)]
- Increase allowed number of columns from 256 to 384.

24 years agoFixed some protos.
Egon Schmid [Wed, 5 Jul 2000 18:33:32 +0000 (18:33 +0000)]
Fixed some protos.

24 years agoWhen using HTTP auth from PHP, fill in the %u custom log field so the
Rasmus Lerdorf [Wed, 5 Jul 2000 18:02:42 +0000 (18:02 +0000)]
When using HTTP auth from PHP, fill in the %u custom log field so the
authenticated used id will get logged in the Apache access_log
@- When using HTTP auth from PHP, fill in the %u custom log field so the
@  authenticated used id will get logged in the Apache access_log (Rasmus)

24 years agoFix attribution on NEWS.
Andrei Zmievski [Wed, 5 Jul 2000 15:18:26 +0000 (15:18 +0000)]
Fix attribution on NEWS.

24 years ago- Support for pdflib 3.01
Uwe Steinmann [Wed, 5 Jul 2000 14:30:51 +0000 (14:30 +0000)]
- Support for pdflib 3.01

24 years agoFix typo. A shutdown function is of course called, when the server
Sascha Schumann [Wed, 5 Jul 2000 11:27:24 +0000 (11:27 +0000)]
Fix typo. A shutdown function is of course called, when the server
exits.

24 years ago- Note about FDF working again
Uwe Steinmann [Wed, 5 Jul 2000 08:59:19 +0000 (08:59 +0000)]
- Note about FDF working again

24 years ago- fixed handling of fdf data (application/vnd.fdf)
Uwe Steinmann [Wed, 5 Jul 2000 08:57:37 +0000 (08:57 +0000)]
- fixed handling of fdf data (application/vnd.fdf)

24 years ago- First try at getting interbase to compile and work in ZTS-mode. Compiles.
Jouni Ahto [Wed, 5 Jul 2000 04:21:00 +0000 (04:21 +0000)]
- First try at getting interbase to compile and work in ZTS-mode. Compiles.

24 years ago(PHP session_destroy) return the error condition from storage handler's
Sascha Schumann [Wed, 5 Jul 2000 01:26:22 +0000 (01:26 +0000)]
(PHP session_destroy) return the error condition from storage handler's
session_destroy method.

Submitted by: juhl@eisenstein.dk

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

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

24 years agoNot every argument type is mixed.
Egon Schmid [Tue, 4 Jul 2000 20:31:54 +0000 (20:31 +0000)]
Not every argument type is mixed.

24 years agoMissed a two liner.
Egon Schmid [Tue, 4 Jul 2000 19:41:31 +0000 (19:41 +0000)]
Missed a two liner.

24 years ago(PHP date) Added new 'O' format modifier for printing out the GMT Offset in
Mike Waychison [Tue, 4 Jul 2000 16:16:32 +0000 (16:16 +0000)]
(PHP date) Added new 'O' format modifier for printing out the GMT Offset in
           the same manner as emails have in their Date: header.  The format
           is similar to [+-]HHMM of offset.
@- Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
@  (eg: Pacific time is -0700).  This is useful for things such as Date: mail
@  headers.
#  Um, this should have existed LONG time ago...   much better than that gmt
#   offset in seconds modifier :)

24 years agoAdded "html_errors" directive to optionally disable HTML formatting of error
Stig Bakken [Tue, 4 Jul 2000 09:15:06 +0000 (09:15 +0000)]
Added "html_errors" directive to optionally disable HTML formatting of error
messages.  The default is on. (Stig)

24 years agoMake script work on POSIX sh
Sascha Schumann [Tue, 4 Jul 2000 05:15:33 +0000 (05:15 +0000)]
Make script work on POSIX sh

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

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

24 years agoFix logic (thanks to Dean Bennett)
Zeev Suraski [Mon, 3 Jul 2000 22:04:10 +0000 (22:04 +0000)]
Fix logic (thanks to Dean Bennett)

24 years ago- Informix driver : Changes for new "main" directory (win32 build)
Danny Heijl [Mon, 3 Jul 2000 19:27:28 +0000 (19:27 +0000)]
- Informix driver : Changes for new "main" directory (win32 build)

24 years ago- Fix bug #4120
Andi Gutmans [Mon, 3 Jul 2000 19:17:57 +0000 (19:17 +0000)]
- Fix bug #4120

24 years agoFix typo. Thanks to Adam Trachtenberg for noticing it!
Sam Ruby [Mon, 3 Jul 2000 17:34:41 +0000 (17:34 +0000)]
Fix typo.  Thanks to Adam Trachtenberg for noticing it!

24 years agoUnblock SIGPROF signal when starting timer.
Stanislav Malyshev [Mon, 3 Jul 2000 16:53:39 +0000 (16:53 +0000)]
Unblock SIGPROF signal when starting timer.
On Linux, this signal is blocked by default after first signal is run

24 years ago@- Fixed crash on OCI?Logon() failure. (thies)
Thies C. Arntzen [Mon, 3 Jul 2000 15:05:46 +0000 (15:05 +0000)]
@- Fixed crash on OCI?Logon() failure. (thies)

24 years agoAdd suggestions for dealing with difficult installations, based on feedback
Sam Ruby [Mon, 3 Jul 2000 09:00:54 +0000 (09:00 +0000)]
Add suggestions for dealing with difficult installations, based on feedback
from multiple people.  The .bashrc suggestion was from Rael Dornfest.

24 years agoIdentifiers which begin with an underscore are reserved. Changed
Sascha Schumann [Mon, 3 Jul 2000 06:45:07 +0000 (06:45 +0000)]
Identifiers which begin with an underscore are reserved. Changed
_PHP_SOCKETS_H to PHP_SOCKETS_H.

24 years agoUse AC_CHECK_HEADERS(unistd.h) instead
Rasmus Lerdorf [Mon, 3 Jul 2000 05:25:00 +0000 (05:25 +0000)]
Use AC_CHECK_HEADERS(unistd.h) instead

24 years ago* ext/sockets/.cvsignore
Chris Vandomelen [Mon, 3 Jul 2000 04:45:21 +0000 (04:45 +0000)]
* ext/sockets/.cvsignore
- Forgot to import into repository.

24 years ago* Makefile.in
Chris Vandomelen [Mon, 3 Jul 2000 04:35:57 +0000 (04:35 +0000)]
* Makefile.in
  config.m4
  php_sockets.h
  sockets.c
  sockets.php:
  - Added files needed for Unix-style sockets support in PHP.

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

24 years agoReplace macros which begin with an underscore through an appropiately
Sascha Schumann [Mon, 3 Jul 2000 00:55:36 +0000 (00:55 +0000)]
Replace macros which begin with an underscore through an appropiately
named macro.

24 years agoRename macros which begin with underscore to valid macros.
Sascha Schumann [Mon, 3 Jul 2000 00:45:21 +0000 (00:45 +0000)]
Rename macros which begin with underscore to valid macros.

24 years agoRename macros which begin with underscore to appropiate macros. The general
Sascha Schumann [Mon, 3 Jul 2000 00:41:19 +0000 (00:41 +0000)]
Rename macros which begin with underscore to appropiate macros. The general
rule is:

macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`