|
245 | 245 |
|
246 | 246 | * build.mk
|
247 | 247 | configure.in:
|
248 |
| - Build structure change. Instead of using an external configure for libzend |
| 248 | + Build structure change. Instead of using an external configure for Zend |
249 | 249 | and TSRM, the core code of these configures was separated into extra m4
|
250 | 250 | files which we can now include into PHP's configure. Advantages:
|
251 | 251 |
|
|
875 | 875 |
|
876 | 876 | * ext/standard/config.h.stub
|
877 | 877 | ext/standard/dl.c
|
878 |
| - ext/standard/dl.h: in libzend). |
| 878 | + ext/standard/dl.h: in Zend). |
879 | 879 |
|
880 | 880 | 1999-12-04 Sascha Schumann <sascha@schumann.cx>
|
881 | 881 |
|
|
1292 | 1292 | * sapi/servlet/config.m4: use new PHP_BUILD_THREAD_SAFE macro
|
1293 | 1293 |
|
1294 | 1294 | * ext/standard/parsedate.y:
|
1295 |
| - libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows |
| 1295 | + Zend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows |
1296 | 1296 |
|
1297 | 1297 | 1999-12-01 Thies C. Arntzen <thies@digicol.de>
|
1298 | 1298 |
|
|
1432 | 1432 | 1999-11-29 Sascha Schumann <sascha@schumann.cx>
|
1433 | 1433 |
|
1434 | 1434 | * sapi/aolserver/aolserver.c:
|
1435 |
| - Revert last patch (leak in libzend is fixed now) |
| 1435 | + Revert last patch (leak in Zend is fixed now) |
1436 | 1436 |
|
1437 | 1437 | 1999-11-29 Stig Bakken <ssb@fast.no>
|
1438 | 1438 |
|
|
2181 | 2181 |
|
2182 | 2182 | * NEWS
|
2183 | 2183 | ext/standard/array.c:
|
2184 |
| - (PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core. |
| 2184 | + (PHP k[r]sort) now use compare_function from Zend to be consistent with the language-core. |
2185 | 2185 |
|
2186 | 2186 | 1999-11-14 Andi Gutmans <andi@php.net>
|
2187 | 2187 |
|
|
2538 | 2538 | - PHP-specific changes are easier to maintain
|
2539 | 2539 | - it removes one dependency for users (i.e. GNU vs. FreeBSD ports)
|
2540 | 2540 |
|
2541 |
| - I have not removed the libtool check in buildconf, since libzend/TSRM still |
| 2541 | + I have not removed the libtool check in buildconf, since Zend/TSRM still |
2542 | 2542 | depend on a local version of libtool.
|
2543 | 2543 |
|
2544 | 2544 | * ext/snmp/snmp.c:
|
|
3248 | 3248 | * build.mk: (build.mk) fix suggested by sascha.
|
3249 | 3249 |
|
3250 | 3250 | * build.mk:
|
3251 |
| - (build.mk) make cvsclean now also deletes the libzend & TSRM symlinks. |
| 3251 | + (build.mk) make cvsclean now also deletes the Zend & TSRM symlinks. |
3252 | 3252 |
|
3253 | 3253 | 1999-10-10 Sascha Schumann <sascha@schumann.cx>
|
3254 | 3254 |
|
|
4156 | 4156 |
|
4157 | 4157 | * configure.in.in
|
4158 | 4158 | Makefile.in:
|
4159 |
| - Now thread safe version builds out of the box. libzend/TSRM |
| 4159 | + Now thread safe version builds out of the box. Zend/TSRM |
4160 | 4160 | contain extra config scripts which pass the necessary libs back
|
4161 | 4161 | to our Makefile.
|
4162 | 4162 |
|
|
6797 | 6797 | ext/com/COM.c: - Fix the new operator incompatibility.
|
6798 | 6798 | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
|
6799 | 6799 | win32 from compiling. This needs to be fixed!!!
|
6800 |
| - - Check out libzend to compile the tree now. |
| 6800 | + - Check out Zend to compile the tree now. |
6801 | 6801 |
|
6802 | 6802 | 1999-07-25 Stig Bakken <ssb@fast.no>
|
6803 | 6803 |
|
|
6947 | 6947 |
|
6948 | 6948 | 1999-07-23 Zeev Suraski <zeev@php.net>
|
6949 | 6949 |
|
6950 |
| - * ext/gd/gd.c: Fix bug #1807 (requires libzend update) |
| 6950 | + * ext/gd/gd.c: Fix bug #1807 (requires Zend update) |
6951 | 6951 |
|
6952 | 6952 | 1999-07-23 Sascha Schumann <sascha@schumann.cx>
|
6953 | 6953 |
|
|
7028 | 7028 | 1999-07-22 Stig Bakken <ssb@fast.no>
|
7029 | 7029 |
|
7030 | 7030 | * buildconf:
|
7031 |
| - add checks for autoconf, automake and whether libzend/TSRM is around |
| 7031 | + add checks for autoconf, automake and whether Zend/TSRM is around |
7032 | 7032 |
|
7033 | 7033 | 1999-07-22 Sascha Schumann <sascha@schumann.cx>
|
7034 | 7034 |
|
|
8553 | 8553 |
|
8554 | 8554 | * Makefile.in
|
8555 | 8555 | configure.in.in: - fix APXS VPATH build
|
8556 |
| - - libzend/TSRM build in their own directories |
| 8556 | + - Zend/TSRM build in their own directories |
8557 | 8557 | - ext/Makefile was generated twice
|
8558 | 8558 |
|
8559 | 8559 | ****NOTE******
|
8560 | 8560 |
|
8561 | 8561 | If you use any kind of VPATH, you need to do a "make distclean" in your
|
8562 |
| - libzend/TSRM directory, before running configure again. |
| 8562 | + Zend/TSRM directory, before running configure again. |
8563 | 8563 |
|
8564 | 8564 | 1999-05-29 Zeev Suraski <zeev@php.net>
|
8565 | 8565 |
|
|
8825 | 8825 |
|
8826 | 8826 | * cgi_main.c
|
8827 | 8827 | main.c: * Minor fixes
|
8828 |
| - * Better handling for multiple repeated memory leaks (libzend updated) |
| 8828 | + * Better handling for multiple repeated memory leaks (Zend updated) |
8829 | 8829 |
|
8830 | 8830 | * ext/apache/apache.c
|
8831 | 8831 | apMakefile.tmpl
|
|
9279 | 9279 | php_regex.h
|
9280 | 9280 | request_info.c
|
9281 | 9281 | snprintf.c: * Get Apache to work. POST doesn't work yet.
|
9282 |
| - * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for |
| 9282 | + * There are now -I directives for the absolute path of php4, php4/Zend and the builddir for |
9283 | 9283 | the Apache module, so we can #include any php/Zend header.
|
9284 | 9284 | * Rename config.h to php_config.h
|
9285 | 9285 |
|
|
9498 | 9498 |
|
9499 | 9499 | * acconfig.h.in
|
9500 | 9500 | configure.in.in: ZTS fixes
|
9501 |
| - Stig - --enable-thread-safety belongs in libzend, since libzend doesn't #include config.h, whereas |
| 9501 | + Stig - --enable-thread-safety belongs in Zend, since Zend doesn't #include config.h, whereas |
9502 | 9502 | PHP does #include zend_config.h
|
9503 | 9503 |
|
9504 | 9504 | 1999-05-03 Zeev Suraski <zeev@php.net>
|
|
9823 | 9823 | configure.in.in
|
9824 | 9824 | ext/ldap/config.m4: Ok, this beast compiles via --with-apxs
|
9825 | 9825 | Not sure if it actually works yet though. I have a feeling there are
|
9826 |
| - some -fpic flags missing in the libzend build. Will test later on |
| 9826 | + some -fpic flags missing in the Zend build. Will test later on |
9827 | 9827 | today.
|
9828 | 9828 |
|
9829 | 9829 | 1999-04-25 Sascha Schumann <sascha@schumann.cx>
|
|
10548 | 10548 |
|
10549 | 10549 | 1999-04-19 Stig Bakken <ssb@fast.no>
|
10550 | 10550 |
|
10551 |
| - * buildconf: convert libzend to automake |
| 10551 | + * buildconf: convert Zend to automake |
10552 | 10552 |
|
10553 | 10553 | 1999-04-19 Andi Gutmans <andi@php.net>
|
10554 | 10554 |
|
|
10603 | 10603 | moved dbase into ext/ along with the bundled library
|
10604 | 10604 | dbase programs are no longer included
|
10605 | 10605 |
|
10606 |
| - * buildconf: run automake and run autoconf in libzend |
| 10606 | + * buildconf: run automake and run autoconf in Zend |
10607 | 10607 |
|
10608 | 10608 | 1999-04-18 Zeev Suraski <zeev@php.net>
|
10609 | 10609 |
|
@@ -10759,10 +10759,10 @@
|
10759 | 10759 | sub-directories and started to move extension code into ext/<name>. For now,
|
10760 | 10760 | I have moved the "standard" extension (which is quite a mix of everything
|
10761 | 10761 | right now) and the GD extension into their own subdirs in ext/.
|
10762 |
| - The configure script now also runs configure in the libzend directory |
10763 |
| - automatically and makes sure php4 and libzend use the same config.cache file. |
10764 |
| - To avoid running configure in libzend, use the --no-recursion option. |
10765 |
| - "make" in php4 also builds libzend now. |
| 10762 | + The configure script now also runs configure in the Zend directory |
| 10763 | + automatically and makes sure php4 and Zend use the same config.cache file. |
| 10764 | + To avoid running configure in Zend, use the --no-recursion option. |
| 10765 | + "make" in php4 also builds Zend now. |
10766 | 10766 | The Apache module doesn't compile right now, but a fix for that is
|
10767 | 10767 | coming up.
|
10768 | 10768 |
|
|
0 commit comments