summaryrefslogtreecommitdiff
path: root/main/php_version.h
Commit message (Collapse)AuthorAgeFilesLines
* Version updateZeev Suraski1999-09-031-1/+1
|
* Go beta 2 (final)Andi Gutmans1999-08-091-1/+1
|
* Go Beta 2Zeev Suraski1999-08-021-1/+1
|
* required for the Windows build, re-addingStig Bakken1999-07-231-0/+3
|
* generated fileStig Bakken1999-07-231-3/+0
|
* Changeloggin'Andrey Hristov1999-07-231-1/+3
|
* -Ported all remaining date() optionsAndrey Hristov1999-07-221-3/+1
| | | | | | | -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet
* First cut at standard way of making dynamically loadable extensions on UNIX.Stig Bakken1999-07-211-1/+3
| | | | | | | | | | | | | | | | | | Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt static ./configure --with-xml=shared shared ./configure --with-xml=shared,/opt shared The difference between these two is that when the extension is shared, it is not merged into libphpext.a. The shared extension is currently always built. I can't find a way to do just one or the other with automake/libtool, if someone has a clever idea, please come forward. :-) "make install" installs the .so (as well as a lot of other cruft) in $prefix/lib/php.
* * Update logosZeev Suraski1999-07-141-1/+1
| | | | | * Move from PreAlpha 1 to Beta 1.
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-1/+1
| | | | | | | | | | | | | 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.
* PHP 4.0Zeev Suraski1999-04-071-0/+1