Zeev Suraski
388170ffa5
3rd time's a charm
2000-09-04 20:47:52 +00:00
Zeev Suraski
4396093666
Fix ISAPI compilation
2000-09-04 20:46:46 +00:00
Zeev Suraski
b47050630b
Fix the fix
2000-09-04 20:46:10 +00:00
Zeev Suraski
925f7854bb
update NEWS
2000-09-04 20:33:33 +00:00
Zeev Suraski
ed453cc9b4
Fix the file upload security problem with no side effects (untested)
2000-09-04 19:07:50 +00:00
Sascha Schumann
96128460b7
Include "php.h", otherwise we don't have access to the PHP and autoconf
...
macros.
2000-09-04 12:58:08 +00:00
Rasmus Lerdorf
43fefff150
Quick-fix for the file upload security alert
...
@Quick-fix for the file upload security alert (Rasmus)
2000-09-04 05:09:46 +00:00
Andi Gutmans
6bfed632c7
- 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.
2000-09-04 04:22:47 +00:00
Andi Gutmans
07cfd5754e
- Added macros
2000-09-04 04:18:38 +00:00
Andi Gutmans
341a0d465a
- Found my bug and managed to move the V_* macros to TSRM
2000-09-04 04:18:04 +00:00
Andi Gutmans
85181ac512
- Remove two tabs
2000-09-04 04:02:17 +00:00
Sterling Hughes
3ed5b2dadd
Convert 2 internal functions to follow naming conventions.
...
Revert small patch made earlier
2000-09-04 03:49:58 +00:00
2c051912b3
ChangeLog update
2000-09-04 01:09:12 +00:00
c33ddea610
NEWS update
2000-09-04 01:09:09 +00:00
foobar
b48b561b97
oops.
2000-09-03 21:14:50 +00:00
foobar
e5394bbafe
This makes flex and bison not to add those #line directives which
...
cause trouble with some compilers.
2000-09-03 21:07:10 +00:00
Sterling Hughes
6a5ee2a538
If the user wants to use more than one handle reuse the old handle.
2000-09-03 19:58:12 +00:00
Andi Gutmans
e47d4fe249
- 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().
2000-09-03 19:57:06 +00:00
Andi Gutmans
799a00f19a
- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
...
is broken by this.
2000-09-03 19:44:35 +00:00
Andi Gutmans
4a17400b0a
- Remove php_virtual_cwd.[ch] from Windows project
2000-09-03 19:43:09 +00:00
Stig Venaas
f0962c33a1
Added timeout argument, but not used yet
2000-09-03 19:12:28 +00:00
Andi Gutmans
1109b9ab57
- More TSRM work
2000-09-03 18:58:46 +00:00
Andi Gutmans
da19ff78f3
- Add new files to TSRM windows project
2000-09-03 18:49:35 +00:00
Andi Gutmans
03432bf61f
- Make TSRM work on Windows.
2000-09-03 18:47:35 +00:00
Andi Gutmans
6c6471b160
- Move to virtual cwd in TSRM
2000-09-03 18:45:02 +00:00
Andi Gutmans
daf926cf5b
- Move virtual cwd to TSRM.
...
In the least this still doesn't work on Windows.
2000-09-03 18:18:13 +00:00
Derick Rethans
b378ecda30
- Changed appname from "PHP 3.0" to "PHP 4.0"
...
Fix for #6517
2000-09-03 17:43:13 +00:00
Zeev Suraski
2183e2b0be
Make gcc happy
2000-09-03 15:58:50 +00:00
Zeev Suraski
48f13455be
Fix init bug
2000-09-03 15:56:54 +00:00
Sterling Hughes
7089540ec7
Just when you got something working they decide to change the API
...
on you :-).
2000-09-03 14:03:51 +00:00
Sterling Hughes
ce71143fd0
ucd -> sablot.
2000-09-03 13:31:45 +00:00
Sterling Hughes
89b77bfb47
@-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.)
2000-09-03 13:00:08 +00:00
Stanislav Malyshev
f34430de8a
Remove deprecated call-time reference
2000-09-03 09:37:20 +00:00
Stig Venaas
7f8917932f
Added network.c
2000-09-03 09:34:33 +00:00
Stig Venaas
ad95450fc4
To be included by code using functions in network.c
2000-09-03 09:33:14 +00:00
Stanislav Malyshev
a103b94876
Fix quoted_printable_decode (also should fix #6511 )
2000-09-03 09:31:25 +00:00
Stig Venaas
c94933b2fa
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.
2000-09-03 09:30:41 +00:00
Stanislav Malyshev
bdde2b4303
Remove deprecated call-time reference
2000-09-03 09:12:22 +00:00
Stanislav Malyshev
a6aef18606
tests look for skipif.inc, so add it
2000-09-03 09:11:25 +00:00
foobar
436ca5d9bb
@- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
...
# Bug #6254
2000-09-03 04:09:48 +00:00
foobar
a666910848
Fixed bug #6409 .
...
# And propably numerous other..? Either I am wrong or the documentation is.
2000-09-03 03:50:59 +00:00
6ff7c9afd8
ChangeLog update
2000-09-03 01:09:09 +00:00
459052572f
NEWS update
2000-09-03 01:09:06 +00:00
Andi Gutmans
299d1295b6
- Remove another TSRM->Zend dependency
2000-09-02 18:40:41 +00:00
Zeev Suraski
cf8e389799
@- Added support for an optional output handler function for output
...
@ buffering. This enables transparent rendering of XML through XSL,
@ transparent compression, etc. (Zeev)
2000-09-02 18:03:58 +00:00
Andi Gutmans
77b55ad07d
- Revert change of defining TSRM_WIN32 in dsp
2000-09-02 16:28:50 +00:00
Andi Gutmans
570e7e9a13
- Defining TSRM_WIN32 in each and every dsp sucked. Revert this change
2000-09-02 16:28:25 +00:00
Andi Gutmans
97d509cc95
- Get rid of unused code and stop including PHP's win95nt.h
2000-09-02 16:08:24 +00:00
Andi Gutmans
5bc9f72e85
- More Windows build fixes
2000-09-02 16:02:53 +00:00
Andi Gutmans
8d7faf6c12
- Fix windows build
2000-09-02 15:56:18 +00:00