]> granicus.if.org Git - php/log
php
24 years ago- Fix windows build
Andi Gutmans [Sat, 2 Sep 2000 15:56:18 +0000 (15:56 +0000)]
- Fix windows build

24 years agoUnitialized variable causes trap on Windows
Sam Ruby [Sat, 2 Sep 2000 15:54:18 +0000 (15:54 +0000)]
Unitialized variable causes trap on Windows

24 years ago- indent before someone shoots me
Andi Gutmans [Sat, 2 Sep 2000 15:26:13 +0000 (15:26 +0000)]
- indent before someone shoots me

24 years ago- Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check
Andi Gutmans [Sat, 2 Sep 2000 15:24:18 +0000 (15:24 +0000)]
- Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check
  for threads

24 years ago- Make TSRM compile stand-alone again
Andi Gutmans [Sat, 2 Sep 2000 15:11:45 +0000 (15:11 +0000)]
- Make TSRM compile stand-alone again

24 years ago- Define TSRM_WIN32 in Windows dsp
Andi Gutmans [Sat, 2 Sep 2000 15:04:57 +0000 (15:04 +0000)]
- Define TSRM_WIN32 in Windows dsp

24 years ago- Use TSRM_WIN32
Andi Gutmans [Sat, 2 Sep 2000 15:03:19 +0000 (15:03 +0000)]
- Use TSRM_WIN32

24 years agoAllow TSRM to be built on Windows platforms
Sam Ruby [Sat, 2 Sep 2000 14:39:48 +0000 (14:39 +0000)]
Allow TSRM to be built on Windows platforms

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

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

24 years ago# corrected my e-mail address
David Eriksson [Fri, 1 Sep 2000 22:29:04 +0000 (22:29 +0000)]
# corrected my e-mail address

24 years ago- Initial submission of CORBA extension for PHP: Satellite
David Eriksson [Fri, 1 Sep 2000 22:10:15 +0000 (22:10 +0000)]
- Initial submission of CORBA extension for PHP: Satellite

24 years ago@- Added support for user defined 'tick' callback functions. This helps
Andrei Zmievski [Fri, 1 Sep 2000 16:10:17 +0000 (16:10 +0000)]
@- Added support for user defined 'tick' callback functions. This helps
@  emulate background processing. (Andrei)

24 years agoExtend HTTP headers for private-caching and add a new PHP function
Sascha Schumann [Fri, 1 Sep 2000 15:56:26 +0000 (15:56 +0000)]
Extend HTTP headers for private-caching and add a new PHP function
session_cache_limiter.

Submitted by: Jon Parise <jon@csh.rit.edu>

24 years agos/PATH_MAX/MAXPATHLEN/
Sascha Schumann [Fri, 1 Sep 2000 15:47:53 +0000 (15:47 +0000)]
s/PATH_MAX/MAXPATHLEN/

24 years agoSpeed up standard php encoding function and add new php_binary serializer.
Sascha Schumann [Fri, 1 Sep 2000 15:24:58 +0000 (15:24 +0000)]
Speed up standard php encoding function and add new php_binary serializer.

24 years ago- Fix dir.c
Zeev Suraski [Fri, 1 Sep 2000 12:06:52 +0000 (12:06 +0000)]
- Fix dir.c
- Begin cleanup of php_error_cb()

24 years agoHopefully last round of fixing varargs use.
Sascha Schumann [Fri, 1 Sep 2000 09:54:32 +0000 (09:54 +0000)]
Hopefully last round of fixing varargs use.

We don't need to create the log message twice, and by doing it only
once we also avoid the orig_args trap.

24 years agoSolaris/x86 insists of having a large buffer for storing the result of
Sascha Schumann [Fri, 1 Sep 2000 09:38:19 +0000 (09:38 +0000)]
Solaris/x86 insists of having a large buffer for storing the result of
readdir_r(), otherwise it will segfault.

PR: #6479

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

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

24 years ago- This should fix the performance problem with Release builds
Andi Gutmans [Thu, 31 Aug 2000 23:49:36 +0000 (23:49 +0000)]
- This should fix the performance problem with Release builds

24 years ago- Support for always building TSRM into PHP
Andi Gutmans [Thu, 31 Aug 2000 23:44:10 +0000 (23:44 +0000)]
- Support for always building TSRM into PHP

24 years ago- Always include TSRM in PHP build. This will enable us to move virtual
Andi Gutmans [Thu, 31 Aug 2000 23:43:51 +0000 (23:43 +0000)]
- Always include TSRM in PHP build. This will enable us to move virtual
- cwd to TSRM.
- BTW, if I comile with --enable-experimental-zts not from php4/ but from
- php4/cgi (ran ../configure there) then the build doesn't work also b4
- this patch.

24 years ago- Use emalloc() for opened_path now. This was a potential leak before.
Andi Gutmans [Thu, 31 Aug 2000 22:24:20 +0000 (22:24 +0000)]
- Use emalloc() for opened_path now. This was a potential leak before.
- This patch has potential to break stuff but I tested it as much as I
- could. Fixes should be easy.

24 years ago* all tests should pass now (expect for the interbase stuff that I haven't
Stig Bakken [Thu, 31 Aug 2000 22:21:47 +0000 (22:21 +0000)]
* all tests should pass now (expect for the interbase stuff that I haven't
  had the chance to test)

24 years ago*** empty log message ***
Andi Gutmans [Thu, 31 Aug 2000 19:52:34 +0000 (19:52 +0000)]
*** empty log message ***

24 years ago- Remove support for __string_value() in print $obj
Andi Gutmans [Thu, 31 Aug 2000 19:50:19 +0000 (19:50 +0000)]
- Remove support for __string_value() in print $obj

24 years ago- Remove redundant IS_SLASH
Andi Gutmans [Thu, 31 Aug 2000 19:49:36 +0000 (19:49 +0000)]
- Remove redundant IS_SLASH
- Reverse config.w32.h patches
- Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c

24 years agoAttemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with...
Frank M. Kromann [Thu, 31 Aug 2000 19:25:31 +0000 (19:25 +0000)]
Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with php and mssql server.

24 years ago- Change license of .c and .h files of TSRM. It's still not the complete
Andi Gutmans [Thu, 31 Aug 2000 19:02:14 +0000 (19:02 +0000)]
- Change license of .c and .h files of TSRM. It's still not the complete
- text like in the PHP headers because we don't have it on the web yet but
- it should be enough to allow Sascha to touch TSRM :)

24 years agoAdded detection of Netscape LDAP SDK 4.1
Stig Venaas [Thu, 31 Aug 2000 16:46:33 +0000 (16:46 +0000)]
Added detection of Netscape LDAP SDK 4.1

24 years agoMake main.c compile again
Stanislav Malyshev [Thu, 31 Aug 2000 16:15:31 +0000 (16:15 +0000)]
Make main.c compile again

24 years agoremoved some NSLDAP #if's giving more detailed error reporting
Stig Venaas [Thu, 31 Aug 2000 16:14:35 +0000 (16:14 +0000)]
removed some NSLDAP #if's giving more detailed error reporting

24 years agoSafer shutdown process. Continue to shut down even if we bail out in the middle...
Zeev Suraski [Thu, 31 Aug 2000 16:02:51 +0000 (16:02 +0000)]
Safer shutdown process.  Continue to shut down even if we bail out in the middle of a certain part.

24 years agoSafer shutdown process
Zeev Suraski [Thu, 31 Aug 2000 16:01:31 +0000 (16:01 +0000)]
Safer shutdown process

24 years agoMade ingres extension use --with--ingres instead of --with-ii.
Hénot David [Thu, 31 Aug 2000 15:10:16 +0000 (15:10 +0000)]
Made ingres extension use --with--ingres instead of --with-ii.
Andi actualy changed only the help line.

24 years ago@- Fixed problem with having $this as the XML parser object. (Andrei)
Andrei Zmievski [Thu, 31 Aug 2000 14:09:59 +0000 (14:09 +0000)]
@- Fixed problem with having $this as the XML parser object. (Andrei)

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

24 years agoupdated with db and mhash
Daniel Beulshausen [Wed, 30 Aug 2000 21:14:17 +0000 (21:14 +0000)]
updated with db and mhash

24 years agodsp for mhash
Daniel Beulshausen [Wed, 30 Aug 2000 21:11:09 +0000 (21:11 +0000)]
dsp for mhash
# guess i'll have to add some readme's soon...

24 years agoshould be easier when compiling the modules
Daniel Beulshausen [Wed, 30 Aug 2000 21:07:16 +0000 (21:07 +0000)]
should be easier when compiling the modules

24 years agodsp for the db(m) extension
Daniel Beulshausen [Wed, 30 Aug 2000 21:05:50 +0000 (21:05 +0000)]
dsp for the db(m) extension

24 years ago- Missed a space
Andi Gutmans [Wed, 30 Aug 2000 20:32:29 +0000 (20:32 +0000)]
- Missed a space

24 years ago- Fix bug when using safe_mode and doc_root together
Andi Gutmans [Wed, 30 Aug 2000 20:31:17 +0000 (20:31 +0000)]
- Fix bug when using safe_mode and doc_root together

24 years agoThis is no longer relevant...
Zeev Suraski [Wed, 30 Aug 2000 18:06:17 +0000 (18:06 +0000)]
This is no longer relevant...

24 years ago- Truly fix varargs handling - the current situation was a sure-fire crash in most...
Zeev Suraski [Wed, 30 Aug 2000 18:02:00 +0000 (18:02 +0000)]
- Truly fix varargs handling - the current situation was a sure-fire crash in most platforms
  (the older code worked, even though it didn't compile well for some very odd reason, probably
  a compiler bug;  The new code would cause PHP to crash if both display_errors/log_errors and
  track_errors were enabled)

24 years agomore info for phpinfo()
Colin Viebrock [Wed, 30 Aug 2000 15:52:07 +0000 (15:52 +0000)]
more info for phpinfo()

24 years agoRemove single quote from HTMLSpecialChars() ... use addslashes(),
Colin Viebrock [Wed, 30 Aug 2000 15:27:23 +0000 (15:27 +0000)]
Remove single quote from HTMLSpecialChars() ... use addslashes(),
htmlentities(), strtr() instead.

24 years agoRemoving placeholder.
Andrei Zmievski [Wed, 30 Aug 2000 13:09:08 +0000 (13:09 +0000)]
Removing placeholder.

24 years ago* added regression tests for the XML extension
Stig Bakken [Wed, 30 Aug 2000 01:58:58 +0000 (01:58 +0000)]
* added regression tests for the XML extension

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

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

24 years agoStart on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS
Andrei Zmievski [Tue, 29 Aug 2000 19:44:44 +0000 (19:44 +0000)]
Start on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS
file update script, it'll be removed after the first entry is there.

24 years ago- To configure with ingres should be --with-ingres and not --with-ii
Andi Gutmans [Tue, 29 Aug 2000 18:21:07 +0000 (18:21 +0000)]
- To configure with ingres should be --with-ingres and not --with-ii
- Changing it for 4.0.2 so that we don't have backwards compatibility
- problems later on

24 years ago- Close NEWS file for release.
Andi Gutmans [Tue, 29 Aug 2000 15:49:47 +0000 (15:49 +0000)]
- Close NEWS file for release.

24 years agoGo 4.0.2
Zeev Suraski [Tue, 29 Aug 2000 15:49:44 +0000 (15:49 +0000)]
Go 4.0.2

24 years ago- Update Zend version.
Andi Gutmans [Tue, 29 Aug 2000 15:48:55 +0000 (15:48 +0000)]
- Update Zend version.

24 years agoSet SG(request_info).path_translated to the path of the main script.
Sascha Schumann [Tue, 29 Aug 2000 15:09:44 +0000 (15:09 +0000)]
Set SG(request_info).path_translated to the path of the main script.

24 years agofix var_dump()s "}"-indention
Thies C. Arntzen [Tue, 29 Aug 2000 11:09:20 +0000 (11:09 +0000)]
fix var_dump()s "}"-indention

24 years ago@Added PHP API for Zend's ticks
Stig Bakken [Tue, 29 Aug 2000 09:18:48 +0000 (09:18 +0000)]
@Added PHP API for Zend's ticks
Added PHP API for registering tick functions.  Ticks is a per-instruction
callback in Zend that allows us to implement cooperative multitasking
within PHP.  Example:

In extension code:

php_add_tick_function(my_tick_func);

void my_tick_func(int count) {
    php_printf("[tick %d]", count);
}

In PHP code:
<?php

declare(ticks = 1) {
    print "there should be two ticks here.\n";
}

?>

24 years ago* Added "test" make target so you can do "make test" in any directory.
Stig Bakken [Tue, 29 Aug 2000 09:12:44 +0000 (09:12 +0000)]
* Added "test" make target so you can do "make test" in any directory.
* Added copyright header to run-test.php

24 years agoAll (three) current DB tests pass.
Stig Bakken [Tue, 29 Aug 2000 09:10:44 +0000 (09:10 +0000)]
All (three) current DB tests pass.

24 years agoAdd reflect.java to the list of java classes to be compiled
Sam Ruby [Tue, 29 Aug 2000 01:42:58 +0000 (01:42 +0000)]
Add reflect.java to the list of java classes to be compiled

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

24 years ago* renamed toString method to __string_value
Stig Bakken [Mon, 28 Aug 2000 23:09:36 +0000 (23:09 +0000)]
* renamed toString method to __string_value

24 years ago- Change spaces to tab
Andi Gutmans [Mon, 28 Aug 2000 19:31:56 +0000 (19:31 +0000)]
- Change spaces to tab

24 years ago- updated on new zend_api
Uwe Steinmann [Mon, 28 Aug 2000 15:19:23 +0000 (15:19 +0000)]
- updated on new zend_api

24 years ago- fixed prototyp
Uwe Steinmann [Mon, 28 Aug 2000 13:04:40 +0000 (13:04 +0000)]
- fixed prototyp

24 years agoMissed a couple of center attributes
Rasmus Lerdorf [Mon, 28 Aug 2000 09:01:54 +0000 (09:01 +0000)]
Missed a couple of center attributes

24 years agoI said I had not _tested_ this on windows, didn't I? :-)
Stig Bakken [Mon, 28 Aug 2000 07:03:51 +0000 (07:03 +0000)]
I said I had not _tested_ this on windows, didn't I? :-)

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

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

24 years agoFix up the implementation.
Sterling Hughes [Sun, 27 Aug 2000 22:53:33 +0000 (22:53 +0000)]
Fix up the implementation.

# it was getting hacky already.

24 years agoSome minor cleanup to make W3C's tidy validator happy
Rasmus Lerdorf [Sun, 27 Aug 2000 22:46:40 +0000 (22:46 +0000)]
Some minor cleanup to make W3C's tidy validator happy

24 years agoCompute absolute path to script
Sascha Schumann [Sun, 27 Aug 2000 20:53:10 +0000 (20:53 +0000)]
Compute absolute path to script

24 years agosizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwd
Sascha Schumann [Sun, 27 Aug 2000 20:51:30 +0000 (20:51 +0000)]
sizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwd
was not set correctly.

24 years ago- Use do_alloca()/free_alloca() for old_cwd. This will ensure speed in
Andi Gutmans [Sun, 27 Aug 2000 19:56:22 +0000 (19:56 +0000)]
- Use do_alloca()/free_alloca() for old_cwd. This will ensure speed in
- non-ISAPI environments but in ISAPI will use emalloc()/efree() to save
- stack space. MS only gives us 10KB those bastards.

24 years ago- Reverting Sascha's patch although I don't like doing these kind of things
Andi Gutmans [Sun, 27 Aug 2000 19:51:50 +0000 (19:51 +0000)]
- Reverting Sascha's patch although I don't like doing these kind of things
- but as it is Sascha who has reverted a zillion patches I don't feel that
- bad about it :)
- The patch is morally incorrect and it actually also has a crash bug which
- I won't point out because it shouldn't be there.
- SG(path_translated) should be set by the SAPI module correctly and if it
- isn't the SAPI module should be fixed and not add code to PHP. There is
- enough special case code in PHP and I would like to clean it up and not
- add more.
- Last but not least, old_cwd takes 4KB of stack space. We should probably
- malloc() it because in ISAPI we only have 10KB of stack space.

24 years agoundid the undoing of Sascha's last commit
Stig Bakken [Sun, 27 Aug 2000 19:49:15 +0000 (19:49 +0000)]
undid the undoing of Sascha's last commit

24 years ago@PHP 3 regression testing framework re-born (Stig)
Stig Bakken [Sun, 27 Aug 2000 19:46:06 +0000 (19:46 +0000)]
@PHP 3 regression testing framework re-born (Stig)
Took the old PHP 3 regression testing framework and rewrote it in PHP.
Should work on both Windows and UNIX, however I have not tested it on
Windows.  See tests/README for how to write tests.  Added the PHP 3
tests and converted most of them.

24 years ago@Added php_uname() function (Stig)
Stig Bakken [Sun, 27 Aug 2000 19:42:45 +0000 (19:42 +0000)]
@Added php_uname() function (Stig)
Added php_uname() function.

24 years agoInitializing new_path once is enough
Sascha Schumann [Sun, 27 Aug 2000 19:40:21 +0000 (19:40 +0000)]
Initializing new_path once is enough

24 years agoIf a SAPI module does not pass an absolute path as primary_file to
Sascha Schumann [Sun, 27 Aug 2000 19:38:18 +0000 (19:38 +0000)]
If a SAPI module does not pass an absolute path as primary_file to
php_execute_script(), we will now change the filename to point to
the absolute path.

24 years agoExport IS_ABSOLUTE_PATH to the outside world.
Sascha Schumann [Sun, 27 Aug 2000 19:36:35 +0000 (19:36 +0000)]
Export IS_ABSOLUTE_PATH to the outside world.

24 years agoReal fix for this rule.
Sascha Schumann [Sun, 27 Aug 2000 19:32:28 +0000 (19:32 +0000)]
Real fix for this rule.

24 years ago- This should be more efficient.
Andi Gutmans [Sun, 27 Aug 2000 19:20:53 +0000 (19:20 +0000)]
- This should be more efficient.
- Post 4.0.2 it's time to move the whole opened_path and virtual stuff
- to emalloc() and friends including some alloca() improvements where
- possible but I don't want to break anything before

24 years agoFix internal_functions.c rule. This should also work better with BSD make's
Sascha Schumann [Sun, 27 Aug 2000 18:54:28 +0000 (18:54 +0000)]
Fix internal_functions.c rule. This should also work better with BSD make's
VPATH support.

24 years ago- Remove some unused stuff.
Andi Gutmans [Sun, 27 Aug 2000 18:27:37 +0000 (18:27 +0000)]
- Remove some unused stuff.

24 years ago- Test commit msg. This is Andi and it seems to come from Zeev.
Andi Gutmans [Sun, 27 Aug 2000 18:18:34 +0000 (18:18 +0000)]
- Test commit msg. This is Andi and it seems to come from Zeev.

24 years ago- Forgot to fix non-ZTS CHDIR_FILE macro
Zeev Suraski [Sun, 27 Aug 2000 18:06:12 +0000 (18:06 +0000)]
- Forgot to fix non-ZTS CHDIR_FILE macro

24 years ago- Try and fix problem with opening wrong file.
Andi Gutmans [Sun, 27 Aug 2000 18:01:17 +0000 (18:01 +0000)]
- Try and fix problem with opening wrong file.

24 years agoTaking responsibility for the IMAP and MCAL extensions, so there's at least
Chuck Hagenbuch [Sun, 27 Aug 2000 17:08:06 +0000 (17:08 +0000)]
Taking responsibility for the IMAP and MCAL extensions, so there's at least
a point of contact.

24 years agofixing the license header and updating some prototypes/variable names in the
Chuck Hagenbuch [Sun, 27 Aug 2000 17:05:53 +0000 (17:05 +0000)]
fixing the license header and updating some prototypes/variable names in the
mcal extension.

24 years agoFix install-local-data target in VPATH mode. PEAR.php is generated and
Sascha Schumann [Sun, 27 Aug 2000 11:10:38 +0000 (11:10 +0000)]
Fix install-local-data target in VPATH mode. PEAR.php is generated and
stored in builddir.

24 years agoRemove obsolete note about Makefile.am
Sascha Schumann [Sun, 27 Aug 2000 10:05:23 +0000 (10:05 +0000)]
Remove obsolete note about Makefile.am

24 years agoFix strlcpy use at this place.
Sascha Schumann [Sun, 27 Aug 2000 09:48:03 +0000 (09:48 +0000)]
Fix strlcpy use at this place.

24 years agoRefine PHP_STRLCPY comment
Sascha Schumann [Sun, 27 Aug 2000 09:38:33 +0000 (09:38 +0000)]
Refine PHP_STRLCPY comment

24 years agonewtype has a length of newlen+1, 'len' refers to the length of *mimetype
Sascha Schumann [Sun, 27 Aug 2000 09:32:23 +0000 (09:32 +0000)]
newtype has a length of newlen+1, 'len' refers to the length of *mimetype
here.

24 years agoAdd PHP_STRLCPY macro. This macro should be used in new code instead of
Sascha Schumann [Sun, 27 Aug 2000 09:30:15 +0000 (09:30 +0000)]
Add PHP_STRLCPY macro. This macro should be used in new code instead of
strlcpy/strlcat which are intended for fixing broken code.