summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libmysql must use USE_TLS for multithreaded compilation on windows.Shane Caraveo2000-03-191-3/+3
|
* Fix build problems with UCD-SNMP 4.1.x.Sascha Schumann2000-03-192-1/+56
| | | | | | | | | | | | | First, we need to include default_store.h. Second, UCD-SNMP supports OpenSSL now, so we additionally need to link against that. The changes should be completely backwards-compatible. Partly suggested by: thor2001@gmx.net PR: #3451, #3668, #3868
* CleanupSascha Schumann2000-03-191-2/+0
|
* (var_dump) removed "refcount-hack" - comiles without warning again (&works).Thies C. Arntzen2000-03-191-32/+9
|
* fix some protosThies C. Arntzen2000-03-193-10/+10
|
* kill warningThies C. Arntzen2000-03-191-1/+1
|
* ChangeLog update2000-03-191-0/+30
|
* NEWS update2000-03-191-0/+1
|
* A small fix when checking for libjpegSander Steffann2000-03-181-0/+20
|
* @- Added --disable-pic for disabling generating PIC for shared objectsSascha Schumann2000-03-181-9/+35
| | | | | | | | on platforms which support it (i.e. Linux) (Sascha) Additionally, we enforce passing pthread_cflags to the compiler, if libtool chooses it as linker.
* Make it compileSascha Schumann2000-03-181-1/+1
|
* - Fix compile problem on FreeBSD.Andi Gutmans2000-03-181-1/+7
|
* - Fix compile problem on FreeBSDAndi Gutmans2000-03-181-1/+1
|
* - No reason for refcount to be signed and move to zend_* typedefsAndi Gutmans2000-03-181-3/+4
|
* *** empty log message ***Thies C. Arntzen2000-03-181-2/+2
|
* (serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.Thies C. Arntzen2000-03-182-4/+4
|
* renamed _string_value_() to __string_value().Thies C. Arntzen2000-03-181-1/+1
|
* *** empty log message ***Zeev Suraski2000-03-181-1/+2
|
* The third argument to define() wasn't working right, fixedZeev Suraski2000-03-181-1/+1
|
* false wouldn't automaticaly switch to an array type, which resulted in anZeev Suraski2000-03-181-0/+1
| | | | | incompatibility with PHP 3. Fixed.
* ChangeLog update2000-03-181-0/+16
|
* is_executable() for root fixedHartmut Holzgraefe2000-03-171-1/+3
| | | | | | | this is an intermediate patch, switching from stat() to access() for is_(readable|writable|executable) shall fix the whole topic once and for all
* - Fix Win32 compileAndi Gutmans2000-03-171-0/+1
|
* ChangeLog update2000-03-171-0/+67
|
* NEWS update2000-03-171-0/+6
|
* ftruncate returns 1 on success and 0 on failure instead of 0 on success and ↵Sterling Hughes2000-03-171-1/+1
| | | | -1 on failure.
* - Last one for today.Andi Gutmans2000-03-161-2/+12
|
* - Allow passing of a verify function. This way we can easily createAndi Gutmans2000-03-161-5/+21
| | | | | chdir() and expandpath() wrappers.
* - Note quite sure why this wasn't done.Andi Gutmans2000-03-161-3/+3
|
* CleanupSascha Schumann2000-03-161-3/+2
|
* Merge in local changesSascha Schumann2000-03-161-38/+50
|
* - php_is_dir_ok() should work on Windows now.Andi Gutmans2000-03-161-2/+5
|
* - Fix a leak (I think)Andi Gutmans2000-03-161-5/+6
|
* - Make it compile on Windows.Andi Gutmans2000-03-161-4/+11
|
* Use old_stateSascha Schumann2000-03-161-1/+1
|
* (php_check_dots) we don't need lenSascha Schumann2000-03-161-3/+1
|
* virtual_chdir:Sascha Schumann2000-03-161-35/+146
| | | | | | | | | * added error handling * fixed the special case where there were more DIRECTORY_UPs than directory parts (i.e. cwd is d:\foo and path is ../..) * no spaces between # and preprocessor directive - breaks some compilers # added directory-existence check (not activated)
* restore compilation on ZTS enabled environments (like Windows)Sam Ruby2000-03-161-0/+1
|
* - Add initial virtual_getcwd() and virtual_chdir() for discussing with theAndi Gutmans2000-03-161-0/+112
| | | | | rest of the folks
* @ Added is_numeric() that returns true if the argument is a numberAndrei Zmievski2000-03-162-0/+34
| | | | | @ or a numeric string. (Andrei)
* share some thoughtsThies C. Arntzen2000-03-161-0/+7
|
* *** empty log message ***Thies C. Arntzen2000-03-161-0/+2
|
* @- serialize()/unserialize() now call _sleep_() and _wakeup_() whenThies C. Arntzen2000-03-161-9/+86
| | | | | | | @ working on objects. (Thies) @- renamed to_string() method to _string_value_() for consistency. @ (Thies, Zend library)
* renamed "to_string" -> "_string_value_"Thies C. Arntzen2000-03-161-14/+1
|
* ChangeLog update2000-03-161-0/+45
|
* Adding .cvsignore to ext/recodeJoey Smith2000-03-150-0/+0
|
* Use CPPFLAGS for reentrancy/thread flagsSascha Schumann2000-03-151-1/+1
|
* - WIN32 -> PHP_WIN32Andi Gutmans2000-03-151-1/+1
|
* - Fix newly introduced problem reported by Sam RubyZeev Suraski2000-03-153-16/+24
|
* Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.Andrei Zmievski2000-03-152-14/+18
|