]> granicus.if.org Git - php/log
php
21 years agoFixed typo
Moriyoshi Koizumi [Thu, 6 Mar 2003 16:55:00 +0000 (16:55 +0000)]
Fixed typo

21 years ago-german+english+.
Sebastian Bergmann [Thu, 6 Mar 2003 16:39:45 +0000 (16:39 +0000)]
-german+english+.

21 years agoD some TBDs
Sebastian Bergmann [Thu, 6 Mar 2003 16:30:21 +0000 (16:30 +0000)]
D some TBDs

21 years agoadded test for the memleak part from bug #19943
foobar [Thu, 6 Mar 2003 16:29:05 +0000 (16:29 +0000)]
added test for the memleak part from bug #19943

21 years agoFixed bug #19943 (the memleaks)
foobar [Thu, 6 Mar 2003 16:27:05 +0000 (16:27 +0000)]
Fixed bug #19943 (the memleaks)

21 years agoFixed typo
Moriyoshi Koizumi [Thu, 6 Mar 2003 16:20:08 +0000 (16:20 +0000)]
Fixed typo

21 years agoMore cleanup of the zend_strip() function.
Ilia Alshanetsky [Thu, 6 Mar 2003 15:38:28 +0000 (15:38 +0000)]
More cleanup of the zend_strip() function.
No longer strip __LINE__, since while it may become useless it could break
code where __LINE__ is passed as a function parameter.

21 years agoFixed in zend_strip() that corrupted heredoc.
Ilia Alshanetsky [Thu, 6 Mar 2003 14:47:13 +0000 (14:47 +0000)]
Fixed in zend_strip() that corrupted heredoc.
Optimized the writing routine by moving from putchar() to fwrite().
Changed hardcoded opcode # to it's defined name.

21 years agoChange opcode name
Zeev Suraski [Thu, 6 Mar 2003 14:42:36 +0000 (14:42 +0000)]
Change opcode name

21 years agoAdd class type hints
Zeev Suraski [Thu, 6 Mar 2003 14:31:17 +0000 (14:31 +0000)]
Add class type hints

21 years agoChangeLog update
<changelog@php.net> [Thu, 6 Mar 2003 01:33:18 +0000 (01:33 +0000)]
ChangeLog update

21 years agoAllow shared modules to be built using $(CXX)
Sascha Schumann [Wed, 5 Mar 2003 22:00:45 +0000 (22:00 +0000)]
Allow shared modules to be built using $(CXX)

21 years agoFix auto globals
Zeev Suraski [Wed, 5 Mar 2003 21:36:30 +0000 (21:36 +0000)]
Fix auto globals

21 years agoFixed a small leak in the convert filter code
Moriyoshi Koizumi [Wed, 5 Mar 2003 17:51:33 +0000 (17:51 +0000)]
Fixed a small leak in the convert filter code

21 years agoFixed bug #22550 (overflow protection for upload_max_filesize ini setting).
Ilia Alshanetsky [Wed, 5 Mar 2003 17:00:09 +0000 (17:00 +0000)]
Fixed bug #22550 (overflow protection for upload_max_filesize ini setting).

21 years agoAdded test case for bug #22544.
Ilia Alshanetsky [Wed, 5 Mar 2003 16:19:08 +0000 (16:19 +0000)]
Added test case for bug #22544.

21 years ago- Fix for some unixware compile problem. (comment by Sascha :)
foobar [Wed, 5 Mar 2003 16:12:23 +0000 (16:12 +0000)]
- Fix for some unixware compile problem. (comment by Sascha :)

21 years agoBetter identification of bundled GD library.
Ilia Alshanetsky [Wed, 5 Mar 2003 16:08:01 +0000 (16:08 +0000)]
Better identification of bundled GD library.

21 years agoFixed bug #22544 (missing fix from official gd).
Ilia Alshanetsky [Wed, 5 Mar 2003 15:57:28 +0000 (15:57 +0000)]
Fixed bug #22544 (missing fix from official gd).

21 years agoC++ -> C comments
Ben Mansell [Wed, 5 Mar 2003 15:01:13 +0000 (15:01 +0000)]
C++ -> C comments

21 years ago- Remove legacy non-streams code (as discussed with Brad).
Wez Furlong [Wed, 5 Mar 2003 14:23:56 +0000 (14:23 +0000)]
- Remove legacy non-streams code (as discussed with Brad).
- Make get_http_header_value() work using case-insensitive compares
  for the header names, as per relevant RFC's.
- General performance boost for get_http_headers().
- Fix a crash bug when a malformed URL is passed to the soap client.
- Implement https:// support in the the soap client. (does not verify
  the remote server certificate; it provides an encrypted link only).
- Provide a hook for libxml to parse files using any registered PHP
  wrapper, including https://, ftps:// and any user-space streams.

21 years agoImplement $obj::static_func()
Zeev Suraski [Wed, 5 Mar 2003 13:25:33 +0000 (13:25 +0000)]
Implement $obj::static_func()

21 years ago- Reverted emalloc(),efree() changed for persistant connection resources
Corne' Cornelius [Wed, 5 Mar 2003 13:17:00 +0000 (13:17 +0000)]
- Reverted emalloc(),efree() changed for persistant connection resources

21 years agoUpdate build instructions for Zeus web server
Ben Mansell [Wed, 5 Mar 2003 11:50:18 +0000 (11:50 +0000)]
Update build instructions for Zeus web server

21 years agoAdd support for interfaces
Zeev Suraski [Wed, 5 Mar 2003 11:14:44 +0000 (11:14 +0000)]
Add support for interfaces

21 years ago- Changed malloc() and free() to emalloc() and efree()
Corne' Cornelius [Wed, 5 Mar 2003 09:38:00 +0000 (09:38 +0000)]
- Changed malloc() and free() to emalloc() and efree()

21 years agoAdded missing phpinfo entry (Russian support)
Moriyoshi Koizumi [Wed, 5 Mar 2003 06:16:22 +0000 (06:16 +0000)]
Added missing phpinfo entry (Russian support)

21 years agoChangeLog update
<changelog@php.net> [Wed, 5 Mar 2003 01:33:51 +0000 (01:33 +0000)]
ChangeLog update

21 years agoUse stream locking support
Marcus Boerger [Tue, 4 Mar 2003 23:45:48 +0000 (23:45 +0000)]
Use stream locking support
# needs more testing

21 years agoMiscellaneous compilation warning, coding standards, build related,
Wez Furlong [Tue, 4 Mar 2003 23:01:24 +0000 (23:01 +0000)]
Miscellaneous compilation warning, coding standards, build related,
memory leak and segfault related fixes.

The simple soap client/server code examples now run without leaking or
segfaulting.

21 years agoAdded notes about locking functions.
Ilia Alshanetsky [Tue, 4 Mar 2003 21:46:33 +0000 (21:46 +0000)]
Added notes about locking functions.

21 years agoSupport all possible configurations and simplify includes
Marcus Boerger [Tue, 4 Mar 2003 20:31:42 +0000 (20:31 +0000)]
Support all possible configurations and simplify includes

21 years agofix dba by fixing key_len retrieval
Marcus Boerger [Tue, 4 Mar 2003 19:56:35 +0000 (19:56 +0000)]
fix dba by fixing key_len retrieval

21 years agoAdded a test case for bug #22510
Moriyoshi Koizumi [Tue, 4 Mar 2003 19:52:22 +0000 (19:52 +0000)]
Added a test case for bug #22510

21 years agodo not use $GLOBAL[]
Marcus Boerger [Tue, 4 Mar 2003 19:32:06 +0000 (19:32 +0000)]
do not use $GLOBAL[]

21 years agotypofix
foobar [Tue, 4 Mar 2003 18:59:16 +0000 (18:59 +0000)]
typofix

21 years agoIf this doesn't show "3.4" there is another error
Marcus Boerger [Tue, 4 Mar 2003 18:35:03 +0000 (18:35 +0000)]
If this doesn't show "3.4" there is another error

21 years ago64bit long fix
Moriyoshi Koizumi [Tue, 4 Mar 2003 17:18:40 +0000 (17:18 +0000)]
64bit long fix

21 years ago64bit long fix: patch by Dave Hill
Moriyoshi Koizumi [Tue, 4 Mar 2003 17:10:29 +0000 (17:10 +0000)]
64bit long fix: patch by Dave Hill

21 years agoFixed bug #22437.
Ilia Alshanetsky [Tue, 4 Mar 2003 16:34:52 +0000 (16:34 +0000)]
Fixed bug #22437.

21 years agoAdded support for http redirects to ftp.
Ilia Alshanetsky [Tue, 4 Mar 2003 16:04:05 +0000 (16:04 +0000)]
Added support for http redirects to ftp.
Fixed bug #22508 (Added protection against circular HTML redirects).

21 years agoSkip test if running under safe-mode.
Ilia Alshanetsky [Tue, 4 Mar 2003 14:37:38 +0000 (14:37 +0000)]
Skip test if running under safe-mode.

21 years agoThese are in the branch.
foobar [Tue, 4 Mar 2003 14:17:38 +0000 (14:17 +0000)]
These are in the branch.

21 years agows & CS
foobar [Tue, 4 Mar 2003 14:12:39 +0000 (14:12 +0000)]
ws & CS

21 years agoRemove legacy code
Zeev Suraski [Tue, 4 Mar 2003 13:52:03 +0000 (13:52 +0000)]
Remove legacy code

21 years agoremove this from here as it belongs elsewhere
foobar [Tue, 4 Mar 2003 13:50:24 +0000 (13:50 +0000)]
remove this from here as it belongs elsewhere

21 years agoMFB (make it really W3C compatible (unlink node, when in tree...))
Christian Stocker [Tue, 4 Mar 2003 13:38:38 +0000 (13:38 +0000)]
MFB (make it really W3C compatible (unlink node, when in tree...))

21 years agoRemove redundant code
Zeev Suraski [Tue, 4 Mar 2003 13:36:16 +0000 (13:36 +0000)]
Remove redundant code

21 years agoChangeLog update
<changelog@php.net> [Tue, 4 Mar 2003 01:33:08 +0000 (01:33 +0000)]
ChangeLog update

21 years agoCredits update.
Edin Kadribasic [Tue, 4 Mar 2003 00:10:11 +0000 (00:10 +0000)]
Credits update.

21 years agofixed bug in macro-definition
Georg Richter [Mon, 3 Mar 2003 22:50:56 +0000 (22:50 +0000)]
fixed bug in macro-definition

21 years agodisabled output of errormessages
Georg Richter [Mon, 3 Mar 2003 22:50:34 +0000 (22:50 +0000)]
disabled output of errormessages

21 years agoadded profiler support
Georg Richter [Mon, 3 Mar 2003 22:36:47 +0000 (22:36 +0000)]
added profiler support

21 years agoMFB: Enabled mcrypt_generic_deinit() on windows (#22520)
Edin Kadribasic [Mon, 3 Mar 2003 21:25:25 +0000 (21:25 +0000)]
MFB: Enabled mcrypt_generic_deinit() on windows (#22520)

21 years agoCompiler warning fix.
Ilia Alshanetsky [Mon, 3 Mar 2003 19:57:18 +0000 (19:57 +0000)]
Compiler warning fix.

21 years agoMore compiler warnings fixed.
Ilia Alshanetsky [Mon, 3 Mar 2003 19:46:16 +0000 (19:46 +0000)]
More compiler warnings fixed.

21 years agoCompiler warning fix.
Ilia Alshanetsky [Mon, 3 Mar 2003 19:41:36 +0000 (19:41 +0000)]
Compiler warning fix.

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Mon, 3 Mar 2003 19:37:09 +0000 (19:37 +0000)]
Fixed compiler warnings.

21 years agoAdded some tests for ZE2 features and their functionality.
Jay Smith [Mon, 3 Mar 2003 16:44:38 +0000 (16:44 +0000)]
Added some tests for ZE2 features and their functionality.

22 years agoAdding tests for ctor/dtor handling
Marcus Boerger [Mon, 3 Mar 2003 11:18:59 +0000 (11:18 +0000)]
Adding tests for ctor/dtor handling

22 years agoAdding tests for abstract static methods
Marcus Boerger [Mon, 3 Mar 2003 11:13:56 +0000 (11:13 +0000)]
Adding tests for abstract static methods

22 years agoAdding tests for final methods
Marcus Boerger [Mon, 3 Mar 2003 11:10:30 +0000 (11:10 +0000)]
Adding tests for final methods

22 years agoadd missing strtolower
Harald Radi [Mon, 3 Mar 2003 01:56:14 +0000 (01:56 +0000)]
add missing strtolower

22 years agoChangeLog update
<changelog@php.net> [Mon, 3 Mar 2003 01:32:58 +0000 (01:32 +0000)]
ChangeLog update

22 years agoadding placeholder for the new disable_classes directive
Harald Radi [Mon, 3 Mar 2003 01:30:27 +0000 (01:30 +0000)]
adding placeholder for the new disable_classes directive

22 years agoadding disable_classes ini directive based on the
Harald Radi [Mon, 3 Mar 2003 01:27:22 +0000 (01:27 +0000)]
adding disable_classes ini directive based on the
newly introduced zend_disable_class function

22 years agocommiting zend_disable_class patch for George:
Harald Radi [Mon, 3 Mar 2003 01:22:43 +0000 (01:22 +0000)]
commiting zend_disable_class patch for George:
disabled classes will be replaced by dummy classes
that print a warning upon instanciation

22 years ago(re)check in non ZendOptimizer version of test
Marcus Boerger [Mon, 3 Mar 2003 00:58:15 +0000 (00:58 +0000)]
(re)check in non ZendOptimizer version of test

22 years agoremove entry done already
Marcus Boerger [Mon, 3 Mar 2003 00:15:50 +0000 (00:15 +0000)]
remove entry done already

22 years agotypofix
foobar [Sun, 2 Mar 2003 18:52:29 +0000 (18:52 +0000)]
typofix

22 years agoSpecial case for MacosX..
foobar [Sun, 2 Mar 2003 18:50:45 +0000 (18:50 +0000)]
Special case for MacosX..

22 years agoFixed bug #22485 (hardcoded shared lib extensions)
foobar [Sun, 2 Mar 2003 18:47:35 +0000 (18:47 +0000)]
Fixed bug #22485 (hardcoded shared lib extensions)

22 years agoFix old variable names
Zeev Suraski [Sun, 2 Mar 2003 15:41:12 +0000 (15:41 +0000)]
Fix old variable names

22 years agoFix destructors some more
Zeev Suraski [Sun, 2 Mar 2003 15:24:04 +0000 (15:24 +0000)]
Fix destructors some more

22 years agofix problem in current HEAD
Marcus Boerger [Sun, 2 Mar 2003 15:12:12 +0000 (15:12 +0000)]
fix problem in current HEAD

# strange why on earth does $GLOBALS['cwd'] produce a warning here?
# however we already have a global declarations so we use it for cwd, too.

22 years agotypo fix
Wez Furlong [Sun, 2 Mar 2003 15:11:42 +0000 (15:11 +0000)]
typo fix

22 years ago*** empty log message ***
Uwe Schindler [Sun, 2 Mar 2003 13:45:23 +0000 (13:45 +0000)]
*** empty log message ***

22 years ago- Optimize $_REQUEST
Zeev Suraski [Sun, 2 Mar 2003 13:35:01 +0000 (13:35 +0000)]
- Optimize $_REQUEST
- Fix phpinfo()

22 years agoImprove infrastructure
Zeev Suraski [Sun, 2 Mar 2003 13:33:31 +0000 (13:33 +0000)]
Improve infrastructure

22 years agoBuild-performance tweaks
Wez Furlong [Sun, 2 Mar 2003 13:14:49 +0000 (13:14 +0000)]
Build-performance tweaks

22 years agoFix build for activescript sapi
Wez Furlong [Sun, 2 Mar 2003 13:09:48 +0000 (13:09 +0000)]
Fix build for activescript sapi

22 years ago- It was called _VARS, not _GLOBALS :-)
Derick Rethans [Sun, 2 Mar 2003 12:46:37 +0000 (12:46 +0000)]
- It was called _VARS, not _GLOBALS :-)

22 years agoAdd JIT initialization for _SERVER and _ENV
Zeev Suraski [Sun, 2 Mar 2003 10:19:15 +0000 (10:19 +0000)]
Add JIT initialization for _SERVER and _ENV
(it's less important for the others, even though it should be fairly
easy now too)

22 years agoAdd infrastructure for JIT initialization of auto globals
Zeev Suraski [Sun, 2 Mar 2003 10:04:53 +0000 (10:04 +0000)]
Add infrastructure for JIT initialization of auto globals

22 years agoFixed my silly mistake in the filter code
Moriyoshi Koizumi [Sun, 2 Mar 2003 08:39:01 +0000 (08:39 +0000)]
Fixed my silly mistake in the filter code

22 years agoNEWS update
<changelog@php.net> [Sun, 2 Mar 2003 01:32:38 +0000 (01:32 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 2 Mar 2003 01:32:28 +0000 (01:32 +0000)]
ChangeLog update

22 years agoFix mem leak
Zeev Suraski [Sat, 1 Mar 2003 19:08:41 +0000 (19:08 +0000)]
Fix mem leak

22 years agoReverted my previous commit
Moriyoshi Koizumi [Sat, 1 Mar 2003 18:47:18 +0000 (18:47 +0000)]
Reverted my previous commit

22 years agoEnsure that all fields are initialized to NULL.
Wez Furlong [Sat, 1 Mar 2003 17:27:23 +0000 (17:27 +0000)]
Ensure that all fields are initialized to NULL.

22 years agoFixed build
Moriyoshi Koizumi [Sat, 1 Mar 2003 15:49:06 +0000 (15:49 +0000)]
Fixed build

22 years agoFix two crash bugs when optional parameters are not specified.
Wez Furlong [Sat, 1 Mar 2003 15:40:06 +0000 (15:40 +0000)]
Fix two crash bugs when optional parameters are not specified.
Fix folding markers.

22 years agoDon't shutdown() unix sockets.
Wez Furlong [Sat, 1 Mar 2003 15:22:21 +0000 (15:22 +0000)]
Don't shutdown() unix sockets.
It causes the server end to close down/break.

22 years agoFolding fixes
Wez Furlong [Sat, 1 Mar 2003 15:20:42 +0000 (15:20 +0000)]
Folding fixes

22 years ago- Make __construct() have higher priority than class name functions
Andi Gutmans [Sat, 1 Mar 2003 14:57:49 +0000 (14:57 +0000)]
- Make __construct() have higher priority than class name functions
- for constructors.
- Fix problem with the engine allowing final/abstract for the same method.
- Both patches are by Marcus Börger.

22 years agoAdd streams headers to those used for shared extensions.
Wez Furlong [Sat, 1 Mar 2003 13:52:11 +0000 (13:52 +0000)]
Add streams headers to those used for shared extensions.

22 years agoChangeLog update
<changelog@php.net> [Sat, 1 Mar 2003 01:40:00 +0000 (01:40 +0000)]
ChangeLog update

22 years agoNew!
Wez Furlong [Sat, 1 Mar 2003 01:28:50 +0000 (01:28 +0000)]
New!

22 years agoupdate credits (ilia,myself)
Pierre Joye [Sat, 1 Mar 2003 01:28:10 +0000 (01:28 +0000)]
update credits (ilia,myself)

22 years agoExpose php_stream_copy_to_stream as stream_copy_to_stream(); a high
Wez Furlong [Sat, 1 Mar 2003 01:27:50 +0000 (01:27 +0000)]
Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high
performance alternative to looping reads and writes.