Changeset 9
- Timestamp:
- 12/11/04 05:23:48 (4 years ago)
- Files:
-
- eaccelerator/trunk/eaccelerator.c (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.h (modified) (1 diff)
- eaccelerator/trunk/encoder.c (modified) (1 diff)
- eaccelerator/trunk/execute.c (modified) (1 diff)
- eaccelerator/trunk/loader.c (modified) (1 diff)
- eaccelerator/trunk/opcodes.c (modified) (1 diff)
- eaccelerator/trunk/opcodes.h (modified) (1 diff)
- eaccelerator/trunk/optimize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/eaccelerator.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|7 +----------------------------------------------------------------------+5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | 9 9 | modify it under the terms of the GNU General Public License | eaccelerator/trunk/eaccelerator.h
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|7 +----------------------------------------------------------------------+5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | 9 9 | modify it under the terms of the GNU General Public License | eaccelerator/trunk/encoder.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|7 +----------------------------------------------------------------------+5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | 9 9 | modify it under the terms of the GNU General Public License | eaccelerator/trunk/execute.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | eaccelerator/trunk/loader.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | eaccelerator/trunk/opcodes.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|3 | eAccelerator project | 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or | eaccelerator/trunk/opcodes.h
r8 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | eAccelerator project |3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 5 | Copyright (c) 2004 eAccelerator | eaccelerator/trunk/optimize.c
r4 r9 1 1 /* 2 2 +----------------------------------------------------------------------+ 3 | Turck MMCache for PHP Version 4|3 | eAccelerator project | 4 4 +----------------------------------------------------------------------+ 5 | Copyright (c) 200 2-2003 TurckSoft, St. Petersburg|6 | http:// www.turcksoft.com|5 | Copyright (c) 2004 eAccelerator | 6 | http://eaccelerator.sourceforge.net | 7 7 +----------------------------------------------------------------------+ 8 8 | This program is free software; you can redistribute it and/or |