#
30569aac |
| 02-Aug-1999 |
Zeev Suraski |
Go Beta 2 |
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
830be36b |
| 23-Jul-1999 |
Stig Bakken |
required for the Windows build, re-adding |
#
8bf949b5 |
| 23-Jul-1999 |
Stig Bakken |
generated file |
Revision tags: php-4.0b1 |
|
#
64ed8f71 |
| 23-Jul-1999 |
Andrey Hristov |
Changeloggin' |
#
64dae03e |
| 22-Jul-1999 |
Andrey Hristov |
-Ported all remaining date() options -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet |
#
d9f52fe0 |
| 21-Jul-1999 |
Stig Bakken |
First cut at standard way of making dynamically loadable extensions on UNIX. Examples on how to test: ./configure --with-xml static ./configure --with-xml=/opt
First cut at standard way of making dynamically loadable extensions on UNIX. 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.
show more ...
|
#
e8832835 |
| 14-Jul-1999 |
Zeev Suraski |
* Update logos * Move from PreAlpha 1 to Beta 1. |
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
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 ...
|
Revision tags: BEFORE_STACK_PATCH, CLOSED_BETA |
|
#
aceaabce |
| 07-Apr-1999 |
Zeev Suraski |
PHP 4.0 |