mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
License update
This commit is contained in:
parent
42736999bc
commit
c5724cbd14
104 changed files with 994 additions and 1958 deletions
21
cgi_main.c
21
cgi_main.c
|
@ -1,3 +1,24 @@
|
||||||
|
/*
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| PHP version 4.0 |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
|
| Stig Bakken <ssb@fast.no> |
|
||||||
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "php_globals.h"
|
#include "php_globals.h"
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Stig Sæther Bakken <ssb@guardian.no> |
|
| Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: |
|
| Authors: |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,29 +1,6 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| Modified for PHP by Andi Gutmans <andi@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
|
||||||
+----------------------------------------------------------------------+
|
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
|
||||||
| it under the terms of one of the following licenses: |
|
|
||||||
| |
|
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
|
||||||
| any later version. |
|
|
||||||
| |
|
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
|
||||||
| Modified for PHP by Andi Gutmans <andi@zend.com> |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
29
ext/db/db.c
29
ext/db/db.c
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Jim Winstead <jimw@php.net> |
|
| Jim Winstead <jimw@php.net> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Jim Winstead (jimw@php.net) |
|
| Authors: Jim Winstead (jimw@php.net) |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Jim Winstead <jimw@php.net> |
|
| Jim Winstead <jimw@php.net> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> |
|
| Authors: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Chad Robinson <chadr@brttech.com> |
|
| Authors: Chad Robinson <chadr@brttech.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
29
ext/gd/gd.c
29
ext/gd/gd.c
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Stig Bakken <ssb@guardian.no> |
|
| Stig Bakken <ssb@guardian.no> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Alex Plotnick <alex@wgate.com> |
|
| Author: Alex Plotnick <alex@wgate.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,25 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of the GNU General Public License as published by |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| the Free Software Foundation; either version 2 of the License, or |
|
| available at through the world-wide-web at |
|
||||||
| (at your option) any later version. |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| This program is distributed in the hope that it will be useful, |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of the GNU General Public License |
|
|
||||||
| along with this program; if not, write to the Free Software |
|
|
||||||
| Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Uwe Steinmann |
|
| Authors: Uwe Steinmann |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of the GNU General Public License as published by |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| the Free Software Foundation; either version 2 of the License, or |
|
| available at through the world-wide-web at |
|
||||||
| (at your option) any later version. |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| This program is distributed in the hope that it will be useful, |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of the GNU General Public License |
|
|
||||||
| along with this program; if not, write to the Free Software |
|
|
||||||
| Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Uwe Steinmann |
|
| Authors: Uwe Steinmann |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rex Logan <veebert@dimensional.com> |
|
| Authors: Rex Logan <veebert@dimensional.com> |
|
||||||
| Mark Musone <musone@afterfive.com> |
|
| Mark Musone <musone@afterfive.com> |
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Jouni Ahto <jah@cultnet.fi> |
|
| Authors: Jouni Ahto <jah@cultnet.fi> |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Amitay Isaacs <amitay@w-o-i.com> |
|
| Authors: Amitay Isaacs <amitay@w-o-i.com> |
|
||||||
| Eric Warnke <ericw@albany.edu> |
|
| Eric Warnke <ericw@albany.edu> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Sascha Schumann <sascha@schumann.2ns.de> |
|
| Authors: Sascha Schumann <sascha@schumann.2ns.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Sascha Schumann <sascha@schumann.2ns.de> |
|
| Authors: Sascha Schumann <sascha@schumann.2ns.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <bourbon@netvision.net.il> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
||||||
| Thies C. Arntzen <thies@digicol.de> |
|
| Thies C. Arntzen <thies@digicol.de> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
||||||
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
|
| Andreas Karajannis <Andreas.Karajannis@gmd.de> |
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Nikolay P. Romanyuk <mag@redcom.ru> |
|
| Authors: Nikolay P. Romanyuk <mag@redcom.ru> |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
||||||
| Mitch Golden <mgolden@interport.net> |
|
| Mitch Golden <mgolden@interport.net> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andrey Zmievski <andrey@ispi.net> |
|
| Authors: Andrey Zmievski <andrey@ispi.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> |
|
| Authors: Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
| Jouni Ahto <jah@cultnet.fi> (large object interface) |
|
| Jouni Ahto <jah@cultnet.fi> (large object interface) |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Zeev Suraski <zeev@zend.com> |
|
| Author: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Sascha Schumann <ss@2ns.de> |
|
| Authors: Sascha Schumann <ss@2ns.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Sascha Schumann <ss@2ns.de> |
|
| Authors: Sascha Schumann <ss@2ns.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Jim Winstead (jimw@php.net) |
|
| Author: Jim Winstead (jimw@php.net) |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,30 +1,19 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Bakken <ssb@gaurdian.no> |
|
| Authors: Stig Bakken <ssb@gaurdian.no> |
|
||||||
| Zeev Suraski <zeev@php.net> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Kirill Maximov (kir@rus.net |
|
| Authors: Kirill Maximov <kir@rus.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: |
|
| Authors: |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Brian Schaffner <brian@tool.net> |
|
| Authors: Brian Schaffner <brian@tool.net> |
|
||||||
| Shane Caraveo <shane@caraveo.com> |
|
| Shane Caraveo <shane@caraveo.com> |
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: |
|
| Authors: |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Rasmus Lerdorf |
|
| Author: Rasmus Lerdorf |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Jim Winstead <jimw@php.net> |
|
| Author: Jim Winstead <jimw@php.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Sascha Schumann <sas@schell.de> |
|
| Authors: Sascha Schumann <sas@schell.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Paul Panotzki - Bunyip Information Systems |
|
| Authors: Paul Panotzki - Bunyip Information Systems |
|
||||||
| Jim Winstead (jimw@php.net) |
|
| Jim Winstead (jimw@php.net) |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Jaakko Hyvätti <jaakko.hyvatti@iki.fi> |
|
| Jaakko Hyvätti <jaakko.hyvatti@iki.fi> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf |
|
| Authors: Rasmus Lerdorf |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Thies C. Arntzen (thies@digicol.de) |
|
| Authors: Thies C. Arntzen (thies@digicol.de) |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: |
|
| Authors: |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: |
|
| Authors: |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Lachlan Roche |
|
| Authors: Lachlan Roche |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Paul Panotzki - Bunyip Information Systems |
|
| Authors: Paul Panotzki - Bunyip Information Systems |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Chris Schneider <cschneid@relog.ch> |
|
| Authors: Chris Schneider <cschneid@relog.ch> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Jim Winstead <jimw@php.net> |
|
| Authors: Jim Winstead <jimw@php.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Kirill Maximov (kir@rus.net |
|
| Authors: Kirill Maximov <kir@rus.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,30 +1,19 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Zeev Suraski <zeev@zend.com |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
| Pedro Melo <melo@ip.pt> |
|
| Pedro Melo <melo@ip.pt> |
|
||||||
| |
|
| |
|
||||||
| Based on code from: Shawn Cokus <Cokus@math.washington.edu> |
|
| Based on code from: Shawn Cokus <Cokus@math.washington.edu> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Jim Winstead <jimw@php.net> |
|
| Jim Winstead <jimw@php.net> |
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Bjørn Borud - Guardian Networks AS <borud@guardian.no> |
|
| Author: Bjørn Borud - Guardian Networks AS <borud@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
|
@ -1,31 +1,20 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Stig Sæther Bakken <ssb@fast.no> |
|
| Stig Sæther Bakken <ssb@fast.no> |
|
||||||
| Zeev Suraski <bourbon@nevision.net.il> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,30 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf |
|
| Authors: Rasmus Lerdorf |
|
||||||
| |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
|
@ -1,29 +1,18 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Stig Sæther Bakken <ssb@guardian.no> |
|
| Author: Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Jim Winstead (jimw@php.net) |
|
| Author: Jim Winstead (jimw@php.net) |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Jani Lehtimäki <jkl@njet.net> |
|
| Authors: Jani Lehtimäki <jkl@njet.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
| Tom May <tom@go2net.com> |
|
| Tom May <tom@go2net.com> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Tom May <tom@go2net.com> |
|
| Authors: Tom May <tom@go2net.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Christian Cartus <chc@idgruppe.de> |
|
| Authors: Christian Cartus <chc@idgruppe.de> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
| Authors: Stig Sæther Bakken <ssb@fast.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
29
ext/yp/yp.c
29
ext/yp/yp.c
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stephanie Wehner <_@r4k.net> |
|
| Authors: Stephanie Wehner <_@r4k.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,22 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of the GNU General Public License as published by |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| the Free Software Foundation; either version 2 of the License, or |
|
| available at through the world-wide-web at |
|
||||||
| (at your option) any later version. |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| This program is distributed in the hope that it will be useful, |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of the GNU General Public License |
|
|
||||||
| along with this program; if not, write to the Free Software |
|
|
||||||
| Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Stefan Röhrich <sr@linux.de> |
|
| Stefan Röhrich <sr@linux.de> |
|
||||||
|
|
29
fhttpd.c
29
fhttpd.c
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Alex Belits <abelits@phobos.illtel.denver.co.us> |
|
| Author: Alex Belits <abelits@phobos.illtel.denver.co.us> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
29
main.h
29
main.h
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
17
main/SAPI.c
17
main/SAPI.c
|
@ -1,13 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Server API Abstraction Layer |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1998, 1999 SAPI Development Team |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This source file is subject to the Zend license, that is bundled |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| with this package in the file LICENSE. If you did not receive a |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| copy of the Zend license, please mail us at zend@zend.com so we can |
|
| available at through the world-wide-web at |
|
||||||
| send you a copy immediately. |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Design: Shane Caraveo <shane@caraveo.com> |
|
| Design: Shane Caraveo <shane@caraveo.com> |
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
|
|
21
main/SAPI.h
21
main/SAPI.h
|
@ -1,3 +1,22 @@
|
||||||
|
/*
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| PHP version 4.0 |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _NEW_SAPI_H
|
#ifndef _NEW_SAPI_H
|
||||||
#define _NEW_SAPI_H
|
#define _NEW_SAPI_H
|
||||||
|
|
||||||
|
@ -137,4 +156,4 @@ struct _sapi_module_struct {
|
||||||
|
|
||||||
SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
|
SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
|
||||||
|
|
||||||
#endif /* _NEW_SAPI_H */
|
#endif /* _NEW_SAPI_H */
|
||||||
|
|
|
@ -1,28 +1,17 @@
|
||||||
%{
|
%{
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -2,25 +2,19 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of the GNU General Public License as published by |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| the Free Software Foundation; either version 2 of the License, or |
|
| available at through the world-wide-web at |
|
||||||
| (at your option) any later version. |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| This program is distributed in the hope that it will be useful, |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of the GNU General Public License |
|
|
||||||
| along with this program; if not, write to the Free Software |
|
|
||||||
| Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Zeev Suraski <zeev@zend.com> |
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
| Jim Winstead <jimw@php.net> |
|
| Jim Winstead <jimw@php.net> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Jim Winstead <jimw@php.net> |
|
| Authors: Jim Winstead <jimw@php.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
34
main/main.c
34
main/main.c
|
@ -1,33 +1,23 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
|
||||||
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
|
29
main/php.h
29
main/php.h
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
|
@ -1,3 +1,22 @@
|
||||||
|
/*
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| PHP version 4.0 |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _PHP_GLOBALS_H
|
#ifndef _PHP_GLOBALS_H
|
||||||
#define _PHP_GLOBALS_H
|
#define _PHP_GLOBALS_H
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 4.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Zeev Suraski <zeev@zend.com> |
|
| Author: Zeev Suraski <zeev@zend.com> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
/*
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| PHP version 4.0 |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _PHP_INI_H
|
#ifndef _PHP_INI_H
|
||||||
#define _PHP_INI_H
|
#define _PHP_INI_H
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
| Authors: Stig Sæther Bakken <ssb@guardian.no> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
29
mod_php4.c
29
mod_php4.c
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@php.net> |
|
| Authors: Rasmus Lerdorf <rasmus@php.net> |
|
||||||
| (with helpful hints from Dean Gaudet <dgaudet@arctic.org> |
|
| (with helpful hints from Dean Gaudet <dgaudet@arctic.org> |
|
||||||
|
|
29
mod_php4.h
29
mod_php4.h
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Rasmus Lerdorf <rasmus@php.net> |
|
| Authors: Rasmus Lerdorf <rasmus@php.net> |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
14
output.c
14
output.c
|
@ -1,12 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Zend Engine |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1998, 1999 Andi Gutmans, Zeev Suraski |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| The contents of this source file is the sole property of Andi |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| Gutmans and Zeev Suraski, and may not be distributed without prior |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| written permission from both of them. |
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Authors: Andi Gutmans <andi@zend.com> |
|
| Authors: Andi Gutmans <andi@zend.com> |
|
||||||
| Zeev Suraski <zeev@zend.com> |
|
| Zeev Suraski <zeev@zend.com> |
|
||||||
|
|
21
output.h
21
output.h
|
@ -1,3 +1,22 @@
|
||||||
|
/*
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| PHP version 4.0 |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
|
| available at through the world-wide-web at |
|
||||||
|
| http://www.php.net/license/2_0.txt. |
|
||||||
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
| Authors: Zeev Suraski <zeev@zend.com> |
|
||||||
|
+----------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _OUTPUT_BUFFER
|
#ifndef _OUTPUT_BUFFER
|
||||||
#define _OUTPUT_BUFFER
|
#define _OUTPUT_BUFFER
|
||||||
|
|
||||||
|
@ -15,4 +34,4 @@ int zend_ob_get_buffer(pval *p);
|
||||||
/* HEAD support */
|
/* HEAD support */
|
||||||
void set_header_request(int value);
|
void set_header_request(int value);
|
||||||
|
|
||||||
#endif /* _OUTPUT_BUFFER */
|
#endif /* _OUTPUT_BUFFER */
|
||||||
|
|
|
@ -1,27 +1,16 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP HTML Embedded Scripting Language Version 3.0 |
|
| PHP version 4.0 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
|
| Copyright (c) 1997, 1998, 1999 The PHP Group |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| This program is free software; you can redistribute it and/or modify |
|
| This source file is subject to version 2.0 of the PHP license, |
|
||||||
| it under the terms of one of the following licenses: |
|
| that is bundled with this package in the file LICENSE, and is |
|
||||||
| |
|
| available at through the world-wide-web at |
|
||||||
| A) the GNU General Public License as published by the Free Software |
|
| http://www.php.net/license/2_0.txt. |
|
||||||
| Foundation; either version 2 of the License, or (at your option) |
|
| If you did not receive a copy of the PHP license and are unable to |
|
||||||
| any later version. |
|
| obtain it through the world-wide-web, please send a note to |
|
||||||
| |
|
| license@php.net so we can mail you a copy immediately. |
|
||||||
| B) the PHP License as published by the PHP Development Team and |
|
|
||||||
| included in the distribution in the file: LICENSE |
|
|
||||||
| |
|
|
||||||
| This program is distributed in the hope that it will be useful, |
|
|
||||||
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
||||||
| GNU General Public License for more details. |
|
|
||||||
| |
|
|
||||||
| You should have received a copy of both licenses referred to here. |
|
|
||||||
| If you did not, or have any questions about PHP licensing, please |
|
|
||||||
| contact core@php.net. |
|
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Author: Sander Steffann (sander@steffann.nl) |
|
| Author: Sander Steffann (sander@steffann.nl) |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue