]> granicus.if.org Git - php/log
php
24 years ago- Get rid of build warning on Windows
Andi Gutmans [Thu, 7 Sep 2000 14:11:38 +0000 (14:11 +0000)]
- Get rid of build warning on Windows

24 years agomake ZTS mode compile
Thies C. Arntzen [Thu, 7 Sep 2000 12:32:47 +0000 (12:32 +0000)]
make ZTS mode compile

24 years agoSend $HTTP_POST_FILES to the right place
Zeev Suraski [Thu, 7 Sep 2000 04:12:31 +0000 (04:12 +0000)]
Send $HTTP_POST_FILES to the right place

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

24 years ago- Centralize some configuration stuff
Andi Gutmans [Wed, 6 Sep 2000 20:27:12 +0000 (20:27 +0000)]
- Centralize some configuration stuff
- Use inline in my strtok_r implementation

24 years ago- Save two lines
Andi Gutmans [Wed, 6 Sep 2000 18:42:06 +0000 (18:42 +0000)]
- Save two lines

24 years ago- Fix header
Andi Gutmans [Wed, 6 Sep 2000 18:38:36 +0000 (18:38 +0000)]
- Fix header

24 years agoUnless overwritten, default to no optimization in debug mode.
Sascha Schumann [Wed, 6 Sep 2000 18:37:39 +0000 (18:37 +0000)]
Unless overwritten, default to no optimization in debug mode.

24 years ago4.0.3-dev
Sascha Schumann [Wed, 6 Sep 2000 16:52:33 +0000 (16:52 +0000)]
4.0.3-dev

24 years agoAdd TSRM include dirs
Sascha Schumann [Wed, 6 Sep 2000 15:41:40 +0000 (15:41 +0000)]
Add TSRM include dirs

24 years agoConvert some more "complex" expressions manually to Z_* macros.
Sascha Schumann [Wed, 6 Sep 2000 14:25:47 +0000 (14:25 +0000)]
Convert some more "complex" expressions manually to Z_* macros.

24 years agoRename symbols whose first character was an underscore.
Sascha Schumann [Wed, 6 Sep 2000 14:16:12 +0000 (14:16 +0000)]
Rename symbols whose first character was an underscore.

24 years agoConvert to Z_* macros
Sascha Schumann [Wed, 6 Sep 2000 14:13:31 +0000 (14:13 +0000)]
Convert to Z_* macros

24 years agoA little script for converting source files to the Z_* macros
Sascha Schumann [Wed, 6 Sep 2000 14:12:53 +0000 (14:12 +0000)]
A little script for converting source files to the Z_* macros

24 years agofix #6552 & #6577
Thies C. Arntzen [Wed, 6 Sep 2000 13:50:09 +0000 (13:50 +0000)]
fix #6552 & #6577
thanx to Blake Schwendiman" <blake@intechra.net>

24 years agodeleted unnecessary defines
Daniel Beulshausen [Wed, 6 Sep 2000 10:00:34 +0000 (10:00 +0000)]
deleted unnecessary defines
i also plan to let windows build with crypt() support

24 years agoadded LIBGD define
Daniel Beulshausen [Wed, 6 Sep 2000 09:53:05 +0000 (09:53 +0000)]
added LIBGD define
# what's with the 'PHPAPI' on line 274 in gd.c, should it get exported?
# it currently breaks the windows build

24 years agofixed debug build and removed dsw
Daniel Beulshausen [Wed, 6 Sep 2000 09:37:04 +0000 (09:37 +0000)]
fixed debug build and removed dsw

24 years agofix build
Daniel Beulshausen [Wed, 6 Sep 2000 09:15:31 +0000 (09:15 +0000)]
fix build

24 years agolittle fix for the debug extension
Daniel Beulshausen [Wed, 6 Sep 2000 09:10:50 +0000 (09:10 +0000)]
little fix for the debug extension

24 years agoFix ordering
Zeev Suraski [Wed, 6 Sep 2000 04:56:22 +0000 (04:56 +0000)]
Fix ordering

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

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

24 years agoWhy make it more complex than necessary?
Sascha Schumann [Wed, 6 Sep 2000 00:50:01 +0000 (00:50 +0000)]
Why make it more complex than necessary?

These changes should have been committed right after Zeev made the
original change to use the PHP_INI system months ago.

Instead of working around the system, we make proper use of it now.

This includes using php_alter_ini_entry(), so that we change the values
in the php_ps_globals struct indirectly.

24 years agoNow it should not crash, though still leaks
Stanislav Malyshev [Tue, 5 Sep 2000 22:42:45 +0000 (22:42 +0000)]
Now it should not crash, though still leaks
# I'll continue with it tomorrow

24 years agoThis fix wasn't quite right and is no longer necessary after the recent php_ini optim...
Zeev Suraski [Tue, 5 Sep 2000 21:31:56 +0000 (21:31 +0000)]
This fix wasn't quite right and is no longer necessary after the recent php_ini optimizations

24 years ago- Fix leak
Zeev Suraski [Tue, 5 Sep 2000 21:18:00 +0000 (21:18 +0000)]
- Fix leak
- Remove redundant php_ini code

24 years agobroken logic fixed. I'm getting old
Zeev Suraski [Tue, 5 Sep 2000 20:50:41 +0000 (20:50 +0000)]
broken logic fixed.  I'm getting old

24 years agoFix crash
Stanislav Malyshev [Tue, 5 Sep 2000 19:29:03 +0000 (19:29 +0000)]
Fix crash
# This is getting worse... Seems that more work is needed

24 years ago- Remove track_vars - it is now always on
Zeev Suraski [Tue, 5 Sep 2000 19:06:29 +0000 (19:06 +0000)]
- Remove track_vars - it is now always on
- Make the various $HTTP_*_VARS[] arrays be defined always,
  even if they're empty
- Fix Win32 build and warnings

24 years agoTry to fix session INI variables handling
Stanislav Malyshev [Tue, 5 Sep 2000 18:41:46 +0000 (18:41 +0000)]
Try to fix session INI variables handling
This should also fix #6538.
# This code gets really hairy, I do not like it,
# but it's the only working thing I could come with.
# If original creator reviews and cleans it up, it'd be great

24 years agoMore fixes fo ini_ handling functions
Stanislav Malyshev [Tue, 5 Sep 2000 18:33:02 +0000 (18:33 +0000)]
More fixes fo ini_ handling functions

24 years agostr_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...
Colin Viebrock [Tue, 5 Sep 2000 18:25:58 +0000 (18:25 +0000)]
str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...
Hope no one disagrees. :)

24 years ago- back out unneeded patch (danny).
Danny Heijl [Tue, 5 Sep 2000 18:22:01 +0000 (18:22 +0000)]
- back out unneeded patch (danny).

24 years ago- Commiting Sterling's new multi_convert* functions
Andi Gutmans [Tue, 5 Sep 2000 17:55:57 +0000 (17:55 +0000)]
- Commiting Sterling's new multi_convert* functions

24 years agousing emalloc and efree, instead of malloc and free
Stig Venaas [Tue, 5 Sep 2000 17:37:44 +0000 (17:37 +0000)]
using emalloc and efree, instead of malloc and free

24 years agoAdd EscapeShellArg() function which turns a b into 'a b' and
Rasmus Lerdorf [Tue, 5 Sep 2000 16:55:32 +0000 (16:55 +0000)]
Add EscapeShellArg() function which turns a b into 'a b' and
a'b into 'a'\''b'
@Add EscapeShellArg() function (Rasmus)

24 years agorenamed hostconnect() to php_hostconnect()
Stig Venaas [Tue, 5 Sep 2000 16:36:56 +0000 (16:36 +0000)]
renamed hostconnect() to php_hostconnect()

24 years agousing the new hostconnect() for the http wrapper
Stig Venaas [Tue, 5 Sep 2000 15:59:08 +0000 (15:59 +0000)]
using the new hostconnect() for the http wrapper

24 years agoAdded check for getaddrinfo()
Stig Venaas [Tue, 5 Sep 2000 15:35:52 +0000 (15:35 +0000)]
Added check for getaddrinfo()

24 years agoFix memory overrun.
Andrei Zmievski [Tue, 5 Sep 2000 14:58:14 +0000 (14:58 +0000)]
Fix memory overrun.

24 years agoFix ini_restore variable length
Stanislav Malyshev [Tue, 5 Sep 2000 14:23:16 +0000 (14:23 +0000)]
Fix ini_restore variable length

24 years agohostconnect now supports IPv6 if getaddrinfo exists, and also tries to
Stig Venaas [Tue, 5 Sep 2000 13:56:11 +0000 (13:56 +0000)]
hostconnect now supports IPv6 if getaddrinfo exists, and also tries to
connect to all addresses of a host before giving up. It should also be
thread safe when using getaddrinfo.

24 years agoFix crash with trigger_error having no args (#6549)
Stanislav Malyshev [Tue, 5 Sep 2000 12:08:41 +0000 (12:08 +0000)]
Fix crash with trigger_error having no args (#6549)

24 years agoMissed the Zend..fixed.
foobar [Tue, 5 Sep 2000 05:25:33 +0000 (05:25 +0000)]
Missed the Zend..fixed.

24 years agoAdd:
Sterling Hughes [Tue, 5 Sep 2000 01:12:10 +0000 (01:12 +0000)]
Add:
Support for multiple processors (re-using the old one).
Support for basic functions when a processor is in use.

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

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

24 years agoThis should fix the multiple-line problem.
Sterling Hughes [Tue, 5 Sep 2000 00:26:15 +0000 (00:26 +0000)]
This should fix the multiple-line problem.

24 years agoProtect arrays as well.
Zeev Suraski [Mon, 4 Sep 2000 22:26:01 +0000 (22:26 +0000)]
Protect arrays as well.

24 years agoAdd the session.use_trans_sid option to php.ini file.
Sterling Hughes [Mon, 4 Sep 2000 22:22:16 +0000 (22:22 +0000)]
Add the session.use_trans_sid option to php.ini file.

24 years ago@Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Sterling)
Sterling Hughes [Mon, 4 Sep 2000 22:21:10 +0000 (22:21 +0000)]
@Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Sterling)

24 years agoPrevent exploit in [tmp_name] as well
Zeev Suraski [Mon, 4 Sep 2000 22:05:00 +0000 (22:05 +0000)]
Prevent exploit in [tmp_name] as well

24 years agoFix the logic. Tested.
Zeev Suraski [Mon, 4 Sep 2000 21:23:41 +0000 (21:23 +0000)]
Fix the logic.  Tested.

24 years ago- remove a memory leak warning and fix a crash when tempnam()
Danny Heijl [Mon, 4 Sep 2000 21:18:07 +0000 (21:18 +0000)]
- remove a memory leak warning and fix a crash when tempnam()
  failed for some reason (danny).

24 years ago3rd time's a charm
Zeev Suraski [Mon, 4 Sep 2000 20:47:52 +0000 (20:47 +0000)]
3rd time's a charm

24 years agoFix ISAPI compilation
Zeev Suraski [Mon, 4 Sep 2000 20:46:46 +0000 (20:46 +0000)]
Fix ISAPI compilation

24 years agoFix the fix
Zeev Suraski [Mon, 4 Sep 2000 20:46:10 +0000 (20:46 +0000)]
Fix the fix

24 years agoupdate NEWS
Zeev Suraski [Mon, 4 Sep 2000 20:33:33 +0000 (20:33 +0000)]
update NEWS

24 years agoFix the file upload security problem with no side effects (untested)
Zeev Suraski [Mon, 4 Sep 2000 19:07:50 +0000 (19:07 +0000)]
Fix the file upload security problem with no side effects (untested)

24 years agoInclude "php.h", otherwise we don't have access to the PHP and autoconf
Sascha Schumann [Mon, 4 Sep 2000 12:58:08 +0000 (12:58 +0000)]
Include "php.h", otherwise we don't have access to the PHP and autoconf
macros.

24 years agoQuick-fix for the file upload security alert
Rasmus Lerdorf [Mon, 4 Sep 2000 05:09:46 +0000 (05:09 +0000)]
Quick-fix for the file upload security alert
@Quick-fix for the file upload security alert (Rasmus)

24 years ago- This shouldn't have been commited.
Andi Gutmans [Mon, 4 Sep 2000 04:22:47 +0000 (04:22 +0000)]
- This shouldn't have been commited.
  There are quite a few modules which are using VIRTUAL_DIR. I don't think
  this should be happening.

24 years ago- Added macros
Andi Gutmans [Mon, 4 Sep 2000 04:18:38 +0000 (04:18 +0000)]
- Added macros

24 years ago- Found my bug and managed to move the V_* macros to TSRM
Andi Gutmans [Mon, 4 Sep 2000 04:18:04 +0000 (04:18 +0000)]
- Found my bug and managed to move the V_* macros to TSRM

24 years ago- Remove two tabs
Andi Gutmans [Mon, 4 Sep 2000 04:02:17 +0000 (04:02 +0000)]
- Remove two tabs

24 years agoConvert 2 internal functions to follow naming conventions.
Sterling Hughes [Mon, 4 Sep 2000 03:49:58 +0000 (03:49 +0000)]
Convert 2 internal functions to follow naming conventions.
Revert small patch made earlier

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

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

24 years agooops.
foobar [Sun, 3 Sep 2000 21:14:50 +0000 (21:14 +0000)]
oops.

24 years agoThis makes flex and bison not to add those #line directives which
foobar [Sun, 3 Sep 2000 21:07:10 +0000 (21:07 +0000)]
This makes flex and bison not to add those #line directives which
cause trouble with some compilers.

24 years agoIf the user wants to use more than one handle reuse the old handle.
Sterling Hughes [Sun, 3 Sep 2000 19:58:12 +0000 (19:58 +0000)]
If the user wants to use more than one handle reuse the old handle.

24 years ago- Increase buffers of output buffering to 40KB and 10KB increments which
Andi Gutmans [Sun, 3 Sep 2000 19:57:06 +0000 (19:57 +0000)]
- Increase buffers of output buffering to 40KB and 10KB increments which
  makes more sense when web pages are typically like 10KB-20KB.
  I think it would be best to change the reallocation algorithm at least to
  redoubling when it's full instead of incrementing and possibly use
  a data structure similar to Zend/zend_static_allocator which uses memory
  blocks and not realloc().

24 years ago- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
Andi Gutmans [Sun, 3 Sep 2000 19:44:35 +0000 (19:44 +0000)]
- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
  is broken by this.

24 years ago- Remove php_virtual_cwd.[ch] from Windows project
Andi Gutmans [Sun, 3 Sep 2000 19:43:09 +0000 (19:43 +0000)]
- Remove php_virtual_cwd.[ch] from Windows project

24 years agoAdded timeout argument, but not used yet
Stig Venaas [Sun, 3 Sep 2000 19:12:28 +0000 (19:12 +0000)]
Added timeout argument, but not used yet

24 years ago- More TSRM work
Andi Gutmans [Sun, 3 Sep 2000 18:58:46 +0000 (18:58 +0000)]
- More TSRM work

24 years ago- Add new files to TSRM windows project
Andi Gutmans [Sun, 3 Sep 2000 18:49:35 +0000 (18:49 +0000)]
- Add new files to TSRM windows project

24 years ago- Make TSRM work on Windows.
Andi Gutmans [Sun, 3 Sep 2000 18:47:35 +0000 (18:47 +0000)]
- Make TSRM work on Windows.

24 years ago- Move to virtual cwd in TSRM
Andi Gutmans [Sun, 3 Sep 2000 18:45:02 +0000 (18:45 +0000)]
- Move to virtual cwd in TSRM

24 years ago- Move virtual cwd to TSRM.
Andi Gutmans [Sun, 3 Sep 2000 18:18:13 +0000 (18:18 +0000)]
- Move virtual cwd to TSRM.
  In the least this still doesn't work on Windows.

24 years ago- Changed appname from "PHP 3.0" to "PHP 4.0"
Derick Rethans [Sun, 3 Sep 2000 17:43:13 +0000 (17:43 +0000)]
- Changed appname from "PHP 3.0" to "PHP 4.0"
  Fix for #6517

24 years agoMake gcc happy
Zeev Suraski [Sun, 3 Sep 2000 15:58:50 +0000 (15:58 +0000)]
Make gcc happy

24 years agoFix init bug
Zeev Suraski [Sun, 3 Sep 2000 15:56:54 +0000 (15:56 +0000)]
Fix init bug

24 years agoJust when you got something working they decide to change the API
Sterling Hughes [Sun, 3 Sep 2000 14:03:51 +0000 (14:03 +0000)]
Just when you got something working they decide to change the API
on you :-).

24 years agoucd -> sablot.
Sterling Hughes [Sun, 3 Sep 2000 13:31:45 +0000 (13:31 +0000)]
ucd -> sablot.

24 years ago@-Add the Sablotron extension for XSL parsing. (Sterling)
Sterling Hughes [Sun, 3 Sep 2000 13:00:08 +0000 (13:00 +0000)]
@-Add the Sablotron extension for XSL parsing. (Sterling)

Folks, features include:

- Output Buffering Tie-ins
- Optional Descriptive error reporting (compile option)
- String Transformations
- File Transformations
- Logging
- SAX XML Processing support (slightly different from expat, even though
Sablotron uses expat to do the parsing.)

24 years agoRemove deprecated call-time reference
Stanislav Malyshev [Sun, 3 Sep 2000 09:37:20 +0000 (09:37 +0000)]
Remove deprecated call-time reference

24 years agoAdded network.c
Stig Venaas [Sun, 3 Sep 2000 09:34:33 +0000 (09:34 +0000)]
Added network.c

24 years agoTo be included by code using functions in network.c
Stig Venaas [Sun, 3 Sep 2000 09:33:14 +0000 (09:33 +0000)]
To be included by code using functions in network.c

24 years agoFix quoted_printable_decode (also should fix #6511)
Stanislav Malyshev [Sun, 3 Sep 2000 09:31:25 +0000 (09:31 +0000)]
Fix quoted_printable_decode (also should fix #6511)

24 years agoNetwork related functions, only for internal use by other PHP code. Tries
Stig Venaas [Sun, 3 Sep 2000 09:30:41 +0000 (09:30 +0000)]
Network related functions, only for internal use by other PHP code. Tries
to hide the details of address families/protocols, and to reduce duplication
of code.

24 years agoRemove deprecated call-time reference
Stanislav Malyshev [Sun, 3 Sep 2000 09:12:22 +0000 (09:12 +0000)]
Remove deprecated call-time reference

24 years agotests look for skipif.inc, so add it
Stanislav Malyshev [Sun, 3 Sep 2000 09:11:25 +0000 (09:11 +0000)]
tests look for skipif.inc, so add it

24 years ago@- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
foobar [Sun, 3 Sep 2000 04:09:48 +0000 (04:09 +0000)]
@- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
# Bug #6254

24 years agoFixed bug #6409.
foobar [Sun, 3 Sep 2000 03:50:59 +0000 (03:50 +0000)]
Fixed bug #6409.
# And propably numerous other..? Either I am wrong or the documentation is.

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

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

24 years ago- Remove another TSRM->Zend dependency
Andi Gutmans [Sat, 2 Sep 2000 18:40:41 +0000 (18:40 +0000)]
- Remove another TSRM->Zend dependency

24 years ago@- Added support for an optional output handler function for output
Zeev Suraski [Sat, 2 Sep 2000 18:03:58 +0000 (18:03 +0000)]
@- Added support for an optional output handler function for output
@  buffering.  This enables transparent rendering of XML through XSL,
@  transparent compression, etc. (Zeev)