summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Source file does not end with a newline. Some old compilers don't like that.Sascha Schumann2000-05-011-1/+2
|
* Never mind on the error checkRasmus Lerdorf2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-0170-0/+70
|
* Large commit test IIISascha Schumann2000-05-0170-0/+168
|
* Large test commit IISascha Schumann2000-05-0120-0/+31
|
* Large test commit ISascha Schumann2000-05-019-0/+9
|
* Make posix module buildable as shared moduleSascha Schumann2000-05-013-10/+7
|
* Revamp config stuffSascha Schumann2000-05-012-53/+40
|
* .Sascha Schumann2000-05-011-0/+1
|
* Dynamically allocate points for ImagePolygon (Marc Pohl)Rasmus Lerdorf2000-05-011-5/+6
| | | | | @Dynamically allocate points for ImagePolygon (Marc Pohl)
* Use GCC's --print-libgcc-file-name flag to find libgcc's path.Sascha Schumann2000-05-011-2/+3
| | | | | Obtained from: mod_ssl
* It's nice to keep them alphabetized.Andrei Zmievski2000-05-011-21/+22
|
* Nother entry.Andrei Zmievski2000-05-011-0/+1
|
* Added a way to get all declared classes.Andrei Zmievski2000-05-011-2/+33
|
* New function.Andrei Zmievski2000-05-011-0/+1
|
* Fix attribution.Andrei Zmievski2000-05-011-3/+3
|
* Fix dependencySascha Schumann2000-05-011-1/+1
|
* oops wrong settings commited in project.Frank M. Kromann2000-05-011-2/+26
|
* adding calendar projectFrank M. Kromann2000-05-012-0/+133
|
* Small fix: Description still referred to package as PHP3.Joey Smith2000-05-011-1/+4
|
* Remove white-space, breaks UnixWare makeSascha Schumann2000-05-011-1/+1
|
* Forgot to mention: Added configure time checking for bcmath package. ↵Joey Smith2000-05-011-2/+2
| | | | | | | (Thanks, Sascha!) @ Added configure time checking for bcmath package
* There was already a perfectly good README-BCMATH, I just found the different ↵Joey Smith2000-05-012-6/+11
| | | | naming confusing.
* Shut up CVSJoey Smith2000-05-010-0/+0
|
* php_reentrancy.h is needed for strtok_rSascha Schumann2000-05-011-0/+1
|
* Ignore standard filesSascha Schumann2000-05-010-0/+0
|
* Rebuild xml, if libexpat changed.Sascha Schumann2000-05-012-2/+4
|
* Link expat into static and shared module.Sascha Schumann2000-05-011-1/+1
|
* Copy dynlib.mk to the build directory.Sascha Schumann2000-05-011-0/+1
|
* Get rid of old cruft. Broke build on Irix.Sascha Schumann2000-05-011-15/+0
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-0173-283/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* ChangeLog update2000-05-011-0/+175
|
* NEWS update2000-05-011-0/+1
|
* Added info about the swf moduleSterling Hughes2000-05-011-0/+2
| | | | | # Is this how should the entry should be?
* Allow the SWF module to compile as a dl.Sterling Hughes2000-04-301-0/+4
|
* Proto's and the such.Sterling Hughes2000-04-301-14/+202
|
* Ignore standard filesSascha Schumann2000-04-300-0/+0
|
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-308-15/+15
|
* Add LibSWF support to PHP, will be sending an e-mail on the files andSterling Hughes2000-04-305-0/+1208
| | | | | uses shortly.
* Add initial NSAPI module from Jayakumar MuthukumarasamyRasmus Lerdorf2000-04-303-0/+553
| | | | | @Add initial NSAPI module from Jayakumar Muthukumarasamy
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-302-11/+10
| | | | | | | | | - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((filename, flags)) - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).
* Debian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.Jouni Ahto2000-04-301-0/+1
|
* # Changes modules current statusJouni Ahto2000-04-301-1/+1
|
* Moving module to the high-performance API & fixing it for PHP4.Jouni Ahto2000-04-302-149/+136
|
* zeroing the variables fixes one crash...now crashes on memory allocation ↵Shane Caraveo2000-04-301-0/+4
| | | | during zend_compile_files
* Add UnixWare/OpenServer flagsSascha Schumann2000-04-301-2/+5
|
* sorry, do comments rightShane Caraveo2000-04-301-6/+6
|
* apache module now compiles under win32, apache loads, but crashes on line ↵Shane Caraveo2000-04-305-5/+226
| | | | 1167 main.c on page request
* Overall UNIX build system improvements:Sascha Schumann2000-04-3060-370/+67
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* (The first part of this commit died with a SIGPIPE from the CVS server.)Sascha Schumann2000-04-306-37/+6
| | | | | | | | | | | Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)