9deab411 | 19-Apr-1999 |
Andi Gutmans |
Add a couple of ZEND_API's |
edf17b2a | 19-Apr-1999 |
Stig Bakken |
include the right header files |
7d9c4da4 | 19-Apr-1999 |
Stig Bakken |
generate acconfig.h from acconfig.h.in and ext/*/config.h.stub |
dd03a7a2 | 19-Apr-1999 |
Andi Gutmans |
Support =unset as arguments |
7dee737f | 19-Apr-1999 |
Stig Bakken |
moved odbc into ext/ |
aac5a431 | 19-Apr-1999 |
Stig Bakken |
keep old files if they are not modified |
269877fd | 19-Apr-1999 |
Stig Bakken |
moved dbase into ext/ |
6094128a | 19-Apr-1999 |
Stig Bakken |
moved dbase into ext/ along with the bundled library dbase programs are no longer included |
b515f34d | 19-Apr-1999 |
Stig S. Bakken |
removed -lnsl and -lsocket checks from zend |
39123189 | 19-Apr-1999 |
Stig Bakken |
run automake and run autoconf in libzend |
1390eadc | 18-Apr-1999 |
Zeev Suraski |
Ah, so that file is generated too |
1ae9891e | 18-Apr-1999 |
Zeev Suraski |
AiCount needs to be decreased here |
cc5e008b | 18-Apr-1999 |
Zeev Suraski |
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath wor
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath work again * Minor UNIX bugfixes
show more ...
|
5e8c3228 | 18-Apr-1999 |
Zeev Suraski |
Make Win32 happy with the recent changes. |
f432c05c | 18-Apr-1999 |
Zeev Suraski |
Forgot to add these - Win32 registry support |
342c6e0b | 18-Apr-1999 |
Zeev Suraski |
Whatnot: * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) |
2e8fb4e3 | 18-Apr-1999 |
Zeev Suraski |
Win32 registry support |
593e603e | 17-Apr-1999 |
Andi Gutmans |
- Make gettype() behave like it used to where it returned "object" for objects. |
1e2474b1 | 17-Apr-1999 |
Stig Bakken |
Apache module compiles again |
f4f53c85 | 17-Apr-1999 |
Stig Bakken |
this file is now generated |
4f7b0a0c | 17-Apr-1999 |
Stig Bakken |
make sure the images on the phpinfo() page point to PHP-enabled pages |
74fb12ef | 17-Apr-1999 |
Stig Bakken |
this file is now generated |
257de2ba | 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|
2127ede1 | 16-Apr-1999 |
Stig Bakken |
updated GD from php3 repository, using it as a test extension for the new directory structure |
8cf2d74b | 16-Apr-1999 |
Andi Gutmans |
- Make the memory leak message print PHP4. |