Skip to content

Commit 4d2b071

Browse files
committed
libzend -> Zend
1 parent b4b39c6 commit 4d2b071

40 files changed

+147
-144
lines changed

ChangeLog

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
* build.mk
247247
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
249249
and TSRM, the core code of these configures was separated into extra m4
250250
files which we can now include into PHP's configure. Advantages:
251251

@@ -875,7 +875,7 @@
875875

876876
* ext/standard/config.h.stub
877877
ext/standard/dl.c
878-
ext/standard/dl.h: in libzend).
878+
ext/standard/dl.h: in Zend).
879879

880880
1999-12-04 Sascha Schumann <sascha@schumann.cx>
881881

@@ -1292,7 +1292,7 @@
12921292
* sapi/servlet/config.m4: use new PHP_BUILD_THREAD_SAFE macro
12931293

12941294
* 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
12961296

12971297
1999-12-01 Thies C. Arntzen <thies@digicol.de>
12981298

@@ -1432,7 +1432,7 @@
14321432
1999-11-29 Sascha Schumann <sascha@schumann.cx>
14331433

14341434
* sapi/aolserver/aolserver.c:
1435-
Revert last patch (leak in libzend is fixed now)
1435+
Revert last patch (leak in Zend is fixed now)
14361436

14371437
1999-11-29 Stig Bakken <ssb@fast.no>
14381438

@@ -2181,7 +2181,7 @@
21812181

21822182
* NEWS
21832183
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.
21852185

21862186
1999-11-14 Andi Gutmans <andi@php.net>
21872187

@@ -2538,7 +2538,7 @@
25382538
- PHP-specific changes are easier to maintain
25392539
- it removes one dependency for users (i.e. GNU vs. FreeBSD ports)
25402540

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
25422542
depend on a local version of libtool.
25432543

25442544
* ext/snmp/snmp.c:
@@ -3248,7 +3248,7 @@
32483248
* build.mk: (build.mk) fix suggested by sascha.
32493249

32503250
* 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.
32523252

32533253
1999-10-10 Sascha Schumann <sascha@schumann.cx>
32543254

@@ -4156,7 +4156,7 @@
41564156

41574157
* configure.in.in
41584158
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
41604160
contain extra config scripts which pass the necessary libs back
41614161
to our Makefile.
41624162

@@ -6797,7 +6797,7 @@
67976797
ext/com/COM.c: - Fix the new operator incompatibility.
67986798
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
67996799
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.
68016801

68026802
1999-07-25 Stig Bakken <ssb@fast.no>
68036803

@@ -6947,7 +6947,7 @@
69476947

69486948
1999-07-23 Zeev Suraski <zeev@php.net>
69496949

6950-
* ext/gd/gd.c: Fix bug #1807 (requires libzend update)
6950+
* ext/gd/gd.c: Fix bug #1807 (requires Zend update)
69516951

69526952
1999-07-23 Sascha Schumann <sascha@schumann.cx>
69536953

@@ -7028,7 +7028,7 @@
70287028
1999-07-22 Stig Bakken <ssb@fast.no>
70297029

70307030
* 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
70327032

70337033
1999-07-22 Sascha Schumann <sascha@schumann.cx>
70347034

@@ -8553,13 +8553,13 @@
85538553

85548554
* Makefile.in
85558555
configure.in.in: - fix APXS VPATH build
8556-
- libzend/TSRM build in their own directories
8556+
- Zend/TSRM build in their own directories
85578557
- ext/Makefile was generated twice
85588558

85598559
****NOTE******
85608560

85618561
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.
85638563

85648564
1999-05-29 Zeev Suraski <zeev@php.net>
85658565

@@ -8825,7 +8825,7 @@
88258825

88268826
* cgi_main.c
88278827
main.c: * Minor fixes
8828-
* Better handling for multiple repeated memory leaks (libzend updated)
8828+
* Better handling for multiple repeated memory leaks (Zend updated)
88298829

88308830
* ext/apache/apache.c
88318831
apMakefile.tmpl
@@ -9279,7 +9279,7 @@
92799279
php_regex.h
92809280
request_info.c
92819281
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
92839283
the Apache module, so we can #include any php/Zend header.
92849284
* Rename config.h to php_config.h
92859285

@@ -9498,7 +9498,7 @@
94989498

94999499
* acconfig.h.in
95009500
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
95029502
PHP does #include zend_config.h
95039503

95049504
1999-05-03 Zeev Suraski <zeev@php.net>
@@ -9823,7 +9823,7 @@
98239823
configure.in.in
98249824
ext/ldap/config.m4: Ok, this beast compiles via --with-apxs
98259825
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
98279827
today.
98289828

98299829
1999-04-25 Sascha Schumann <sascha@schumann.cx>
@@ -10548,7 +10548,7 @@
1054810548

1054910549
1999-04-19 Stig Bakken <ssb@fast.no>
1055010550

10551-
* buildconf: convert libzend to automake
10551+
* buildconf: convert Zend to automake
1055210552

1055310553
1999-04-19 Andi Gutmans <andi@php.net>
1055410554

@@ -10603,7 +10603,7 @@
1060310603
moved dbase into ext/ along with the bundled library
1060410604
dbase programs are no longer included
1060510605

10606-
* buildconf: run automake and run autoconf in libzend
10606+
* buildconf: run automake and run autoconf in Zend
1060710607

1060810608
1999-04-18 Zeev Suraski <zeev@php.net>
1060910609

@@ -10759,10 +10759,10 @@
1075910759
sub-directories and started to move extension code into ext/<name>. For now,
1076010760
I have moved the "standard" extension (which is quite a mix of everything
1076110761
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.
1076610766
The Apache module doesn't compile right now, but a fix for that is
1076710767
coming up.
1076810768

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AUTOMAKE_OPTIONS = foreign
22

3-
ZEND_DIR = $(srcdir)/libzend
4-
SUBDIRS = libzend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
3+
ZEND_DIR = $(srcdir)/Zend
4+
SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
55

66
BUILDLDFLAGS = $(EXTRA_LDFLAGS) $(LDFLAGS)
77

@@ -14,7 +14,7 @@ libphp4_la_SOURCES = \
1414
strlcat.c mergesort.c reentrancy.c
1515

1616
libphp4_la_DEPENDENCIES = \
17-
libzend/libzend.la \
17+
Zend/libZend.la \
1818
sapi/$(PHP_SAPI)/libphpsapi_$(PHP_SAPI).la \
1919
$(REGEX_LIB) \
2020
$(EXT_LTLIBS) \

Zend/Makefile.am

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
#CLEANFILES = zend-parser.c zend-parser.h zend-scanner.c zend-parser.output
44

55
AUTOMAKE_OPTIONS=foreign
6-
EXTRA_LTLIBRARIES=libzend_cc.la libzend_c.la
7-
noinst_LTLIBRARIES=$(ZEND_SCANNER) libzend.la
6+
EXTRA_LTLIBRARIES=libZend_cc.la libZend_c.la
7+
noinst_LTLIBRARIES=$(ZEND_SCANNER) libZend.la
88

9-
libzend_cc_la_SOURCES=zend-scanner-cc.cc
10-
libzend_c_la_SOURCES=zend-scanner.c
9+
libZend_cc_la_SOURCES=zend-scanner-cc.cc
10+
libZend_c_la_SOURCES=zend-scanner.c
1111

12-
libzend_la_SOURCES=\
12+
libZend_la_SOURCES=\
1313
zend-parser.y \
1414
zend_alloc.c zend_compile.c zend_constants.c \
1515
zend_execute.c zend_execute_API.c zend_highlight.c zend_llist.c \
1616
zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
1717
zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
1818
zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c
1919

20-
libzend_la_LIBADD = $(ZEND_SCANNER)
21-
libzend_la_LDFLAGS = @EXTRA_LIBS@
22-
libzend_la_DEPENDENCIES = $(ZEND_SCANNER)
20+
libZend_la_LIBADD = $(ZEND_SCANNER)
21+
libZend_la_LDFLAGS = @EXTRA_LIBS@
22+
libZend_la_DEPENDENCIES = $(ZEND_SCANNER)
2323

2424
# automake isn't too clever about "non-standard" use of lex and yacc
2525

Zend/libzend.dsp renamed to Zend/Zend.dsp

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Zend/libzend.m4 renamed to Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ else
159159
ZEND_SCANNER_TYPE=c
160160
fi
161161
162-
ZEND_SCANNER="libzend_${ZEND_SCANNER_TYPE}.la"
162+
ZEND_SCANNER="libZend_${ZEND_SCANNER_TYPE}.la"
163163
164164
if test "$ZEND_MEMORY_LIMIT" = "yes"; then
165165
AC_DEFINE(MEMORY_LIMIT, 1, [Memory limit])

0 commit comments

Comments
 (0)