summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the SWF module compile again + 1 stylistic change.Sterling Hughes2000-05-182-4/+6
|
* - Make non-threaded project build on Win32Andi Gutmans2000-05-171-5/+0
|
* - Fix Win32 buildAndi Gutmans2000-05-171-1/+1
|
* proto correctedHartmut Holzgraefe2000-05-171-1/+1
|
* Fixed the format.Egon Schmid2000-05-171-2/+3
|
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-2/+3
|
* proto takeover from php3Hartmut Holzgraefe2000-05-171-1/+2
|
* proto-takeover from php3Hartmut Holzgraefe2000-05-173-3/+15
|
* typo fixHartmut Holzgraefe2000-05-171-1/+1
|
* correctionHartmut Holzgraefe2000-05-171-2/+2
|
* - Nuke dlist.[ch] from Win32 build.Andi Gutmans2000-05-171-8/+0
|
* - Remove dlist from buildAndi Gutmans2000-05-171-1/+1
|
* - Remove dlist.[ch]. Should not be needed anymoreAndi Gutmans2000-05-172-561/+0
|
* Add debug.log facility. If there are any obscure bugs in our build system,Sascha Schumann2000-05-173-0/+52
| | | | | this will give us enough information to find and fix it.
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-3/+35
|
* - Add support for string_compare_function() and number_compare_function().Andi Gutmans2000-05-172-0/+48
| | | | | UNTESTED!
* Second parameter is optional.Egon Schmid2000-05-171-1/+1
|
* took over missing prototypes from php3 sourceHartmut Holzgraefe2000-05-171-2/+87
| | | | | (copied them only, didn't check for parameter changes!)
* name in proto should be name of real function, not aliasHartmut Holzgraefe2000-05-171-1/+1
|
* Normalize results of compare_function()Zeev Suraski2000-05-171-4/+12
|
* Fix build against recent thttpd versionsSascha Schumann2000-05-171-1/+1
|
* .Sascha Schumann2000-05-171-4/+5
|
* Fix 64-bit issue in gethostbyaddr().Sascha Schumann2000-05-171-2/+3
|
* Fix crash if %> is encountered in HTML while ASP-tags are disabledZeev Suraski2000-05-171-1/+2
|
* - fixed wrong interpretation of last parameter of swf_rotate()Uwe Steinmann2000-05-172-5/+8
| | | | | - add MOD_COLOR and MOD_MATRIX constants
* - test script to test creation of flash filesUwe Steinmann2000-05-171-0/+120
|
* Only allow loading of extensions only during .ini file parsingZeev Suraski2000-05-171-12/+22
|
* Fix orderAndi Gutmans2000-05-171-1/+1
|
* Let's cast it.Andrei Zmievski2000-05-171-1/+2
|
* @- Improved round() to allow specification of rounding precision.Andrei Zmievski2000-05-172-28/+41
| | | | | @ (Andrei, Todd Kirby <kirbyt@yahoo.com>)
* Fix crash when server_context is not longer valid (e.g., whenZeev Suraski2000-05-171-0/+4
| | | | | coming from php_apache_request_shutdown)
* ChangeLog update2000-05-171-0/+31
|
* Add missing prototypeSascha Schumann2000-05-171-0/+1
|
* ANSIfy declarations/prototypesSascha Schumann2000-05-162-4/+4
|
* s/normal/SUSV2/Sascha Schumann2000-05-161-2/+2
|
* Remove extra declarations of cwd_globals(_id)Sascha Schumann2000-05-161-2/+0
|
* - Small optimization. Filling up the Cache helps performance.Zeev Suraski2000-05-161-0/+15
|
* - Reverse the patch until I have time to look at it. The global id shouldAndi Gutmans2000-05-162-4/+3
| | | | | be defined by ZEND_DECLARE_GLOBALS(cwd)
* - Commit Sascha's patch to the virtual_cwd code. Will test it on WindowsAndi Gutmans2000-05-162-3/+4
| | | | | soon.
* Fix PHP_EXTENSION argumentSascha Schumann2000-05-161-1/+1
| | | | | PR: #4458
* - fixed prototypeUwe Steinmann2000-05-161-1/+1
|
* ChangeLog update2000-05-161-0/+45
|
* NEWS update2000-05-161-0/+2
|
* Fix pointer to FAQ entry.Sascha Schumann2000-05-151-1/+1
| | | | | PR: #4451
* Fix wording (not "to apxs", but "of apxs").Sascha Schumann2000-05-151-1/+1
|
* Complain loudly and stop configuration, if we cannot run apxs.Sascha Schumann2000-05-151-0/+7
|
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-156-18/+15
|
* Cosmetic changesSascha Schumann2000-05-151-3/+3
|
* Complain, if write(2) failed.Sascha Schumann2000-05-151-1/+4
|
* @- NULL values are now preserved in the return value of mysql_fetch_array()Andrei Zmievski2000-05-151-2/+5
| | | | | @ and mysql_fetch_object(). (Andrei)