]>
granicus.if.org Git - php/log
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.
Andi Gutmans [Mon, 4 Sep 2000 04:18:38 +0000 (04:18 +0000)]
- Added macros
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
Andi Gutmans [Mon, 4 Sep 2000 04:02:17 +0000 (04:02 +0000)]
- Remove two tabs
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
<changelog@php.net> [Mon, 4 Sep 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 4 Sep 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update
foobar [Sun, 3 Sep 2000 21:14:50 +0000 (21:14 +0000)]
oops.
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.
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.
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().
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.
Andi Gutmans [Sun, 3 Sep 2000 19:43:09 +0000 (19:43 +0000)]
- Remove php_virtual_cwd.[ch] from Windows project
Stig Venaas [Sun, 3 Sep 2000 19:12:28 +0000 (19:12 +0000)]
Added timeout argument, but not used yet
Andi Gutmans [Sun, 3 Sep 2000 18:58:46 +0000 (18:58 +0000)]
- More TSRM work
Andi Gutmans [Sun, 3 Sep 2000 18:49:35 +0000 (18:49 +0000)]
- Add new files to TSRM windows project
Andi Gutmans [Sun, 3 Sep 2000 18:47:35 +0000 (18:47 +0000)]
- Make TSRM work on Windows.
Andi Gutmans [Sun, 3 Sep 2000 18:45:02 +0000 (18:45 +0000)]
- Move to virtual cwd in 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.
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
Zeev Suraski [Sun, 3 Sep 2000 15:58:50 +0000 (15:58 +0000)]
Make gcc happy
Zeev Suraski [Sun, 3 Sep 2000 15:56:54 +0000 (15:56 +0000)]
Fix init bug
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 :-).
Sterling Hughes [Sun, 3 Sep 2000 13:31:45 +0000 (13:31 +0000)]
ucd -> sablot.
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.)
Stanislav Malyshev [Sun, 3 Sep 2000 09:37:20 +0000 (09:37 +0000)]
Remove deprecated call-time reference
Stig Venaas [Sun, 3 Sep 2000 09:34:33 +0000 (09:34 +0000)]
Added 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
Stanislav Malyshev [Sun, 3 Sep 2000 09:31:25 +0000 (09:31 +0000)]
Fix quoted_printable_decode (also should fix #6511)
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.
Stanislav Malyshev [Sun, 3 Sep 2000 09:12:22 +0000 (09:12 +0000)]
Remove deprecated call-time reference
Stanislav Malyshev [Sun, 3 Sep 2000 09:11:25 +0000 (09:11 +0000)]
tests look for skipif.inc, so add it
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
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.
<changelog@php.net> [Sun, 3 Sep 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 3 Sep 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Sat, 2 Sep 2000 18:40:41 +0000 (18:40 +0000)]
- Remove another TSRM->Zend dependency
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)
Andi Gutmans [Sat, 2 Sep 2000 16:28:50 +0000 (16:28 +0000)]
- Revert change of defining TSRM_WIN32 in dsp
Andi Gutmans [Sat, 2 Sep 2000 16:28:25 +0000 (16:28 +0000)]
- Defining TSRM_WIN32 in each and every dsp sucked. Revert this change
Andi Gutmans [Sat, 2 Sep 2000 16:08:24 +0000 (16:08 +0000)]
- Get rid of unused code and stop including PHP's win95nt.h
Andi Gutmans [Sat, 2 Sep 2000 16:02:53 +0000 (16:02 +0000)]
- More Windows build fixes
Andi Gutmans [Sat, 2 Sep 2000 15:56:18 +0000 (15:56 +0000)]
- Fix windows build
Sam Ruby [Sat, 2 Sep 2000 15:54:18 +0000 (15:54 +0000)]
Unitialized variable causes trap on Windows
Andi Gutmans [Sat, 2 Sep 2000 15:26:13 +0000 (15:26 +0000)]
- indent before someone shoots me
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
Andi Gutmans [Sat, 2 Sep 2000 15:11:45 +0000 (15:11 +0000)]
- Make TSRM compile stand-alone again
Andi Gutmans [Sat, 2 Sep 2000 15:04:57 +0000 (15:04 +0000)]
- Define TSRM_WIN32 in Windows dsp
Andi Gutmans [Sat, 2 Sep 2000 15:03:19 +0000 (15:03 +0000)]
- Use TSRM_WIN32
Sam Ruby [Sat, 2 Sep 2000 14:39:48 +0000 (14:39 +0000)]
Allow TSRM to be built on Windows platforms
<changelog@php.net> [Sat, 2 Sep 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 2 Sep 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
David Eriksson [Fri, 1 Sep 2000 22:29:04 +0000 (22:29 +0000)]
# corrected my e-mail address
David Eriksson [Fri, 1 Sep 2000 22:10:15 +0000 (22:10 +0000)]
- Initial submission of CORBA extension for PHP: Satellite
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)
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>
Sascha Schumann [Fri, 1 Sep 2000 15:47:53 +0000 (15:47 +0000)]
s/PATH_MAX/MAXPATHLEN/
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.
Zeev Suraski [Fri, 1 Sep 2000 12:06:52 +0000 (12:06 +0000)]
- Fix dir.c
- Begin cleanup of php_error_cb()
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.
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
<changelog@php.net> [Fri, 1 Sep 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 1 Sep 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Andi Gutmans [Thu, 31 Aug 2000 23:49:36 +0000 (23:49 +0000)]
- This should fix the performance problem with Release builds
Andi Gutmans [Thu, 31 Aug 2000 23:44:10 +0000 (23:44 +0000)]
- Support for always building TSRM into PHP
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.
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.
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)
Andi Gutmans [Thu, 31 Aug 2000 19:52:34 +0000 (19:52 +0000)]
*** empty log message ***
Andi Gutmans [Thu, 31 Aug 2000 19:50:19 +0000 (19:50 +0000)]
- Remove support for __string_value() in print $obj
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
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.
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 :)
Stig Venaas [Thu, 31 Aug 2000 16:46:33 +0000 (16:46 +0000)]
Added detection of Netscape LDAP SDK 4.1
Stanislav Malyshev [Thu, 31 Aug 2000 16:15:31 +0000 (16:15 +0000)]
Make main.c compile again
Stig Venaas [Thu, 31 Aug 2000 16:14:35 +0000 (16:14 +0000)]
removed some NSLDAP #if's giving more detailed error reporting
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.
Zeev Suraski [Thu, 31 Aug 2000 16:01:31 +0000 (16:01 +0000)]
Safer shutdown process
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.
Andrei Zmievski [Thu, 31 Aug 2000 14:09:59 +0000 (14:09 +0000)]
@- Fixed problem with having $this as the XML parser object. (Andrei)
<changelog@php.net> [Thu, 31 Aug 2000 01:09:06 +0000 (01:09 +0000)]
ChangeLog update
Daniel Beulshausen [Wed, 30 Aug 2000 21:14:17 +0000 (21:14 +0000)]
updated with db and 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...
Daniel Beulshausen [Wed, 30 Aug 2000 21:07:16 +0000 (21:07 +0000)]
should be easier when compiling the modules
Daniel Beulshausen [Wed, 30 Aug 2000 21:05:50 +0000 (21:05 +0000)]
dsp for the db(m) extension
Andi Gutmans [Wed, 30 Aug 2000 20:32:29 +0000 (20:32 +0000)]
- Missed a space
Andi Gutmans [Wed, 30 Aug 2000 20:31:17 +0000 (20:31 +0000)]
- Fix bug when using safe_mode and doc_root together
Zeev Suraski [Wed, 30 Aug 2000 18:06:17 +0000 (18:06 +0000)]
This is no longer relevant...
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)
Colin Viebrock [Wed, 30 Aug 2000 15:52:07 +0000 (15:52 +0000)]
more info for phpinfo()
Colin Viebrock [Wed, 30 Aug 2000 15:27:23 +0000 (15:27 +0000)]
Remove single quote from HTMLSpecialChars() ... use addslashes(),
htmlentities(), strtr() instead.
Andrei Zmievski [Wed, 30 Aug 2000 13:09:08 +0000 (13:09 +0000)]
Removing placeholder.
Stig Bakken [Wed, 30 Aug 2000 01:58:58 +0000 (01:58 +0000)]
* added regression tests for the XML extension
<changelog@php.net> [Wed, 30 Aug 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 30 Aug 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
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.
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
Andi Gutmans [Tue, 29 Aug 2000 15:49:47 +0000 (15:49 +0000)]
- Close NEWS file for release.
Zeev Suraski [Tue, 29 Aug 2000 15:49:44 +0000 (15:49 +0000)]
Go 4.0.2
Andi Gutmans [Tue, 29 Aug 2000 15:48:55 +0000 (15:48 +0000)]
- Update Zend version.