summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* NEWS update2002-07-181-0/+2
|
* ChangeLog update2002-07-182-0/+74
|
* removing tclink extension so it can be moved to pear/peclDan Helfman2002-07-179-3783/+0
|
* new credit card processing module for TrustCommerceDan Helfman2002-07-179-0/+3783
| | | | | http://trustcommerce.com/tclink.html
* We have a macro for checking -R, etc. switches. (exactly same code)foobar2002-07-171-26/+3
|
* Fix DL entry point.Andrei Zmievski2002-07-171-0/+6
|
* - Remove code which wasn't supposed to go into the patch.Andi Gutmans2002-07-171-3/+0
|
* - Rejuggle some code.Andi Gutmans2002-07-172-5/+11
|
* Remove evil quotesfoobar2002-07-171-1/+1
|
* even more items on the TODO listChristian Stocker2002-07-171-2/+2
|
* nodename is not always set, check if it really is.Christian Stocker2002-07-171-1/+3
|
* Zend Engine behaviour is affected by setlocale() due to use ofHartmut Holzgraefe2002-07-172-0/+35
| | | | | locale aware functions like strtod(), atof(), tolower(), toupper() :(
* - set_time_limit() now returns whether it succeeded in changing the timeDerick Rethans2002-07-171-2/+6
| | | | | limit.
* Fixed build.Yasuo Ohgaki2002-07-171-2/+2
|
* unbreak the shared build..againfoobar2002-07-171-6/+7
|
* Accoding to safe_mode.h, php_checkuid() has six modes.Yasuo Ohgaki2002-07-171-1/+3
|
* Added safe_mode & open_basedir checks for pg_lo_export()Yasuo Ohgaki2002-07-171-0/+8
| | | | | @Added safe_mode & open_basedir checks for pg_lo_export() (Yasuo)
* Added open_basedir check.Yasuo Ohgaki2002-07-171-0/+4
| | | | | @ Added open_basedir check for pg_lo_import() (Yasuo)
* Fixed open_basedir note - thanks to Sander. I also notice I have to modify ↵Yasuo Ohgaki2002-07-172-2/+2
| | | | pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.
* This was mentioned already above (with an example too :)foobar2002-07-171-1/+0
|
* NEWS update2002-07-171-0/+1
|
* ChangeLog update2002-07-172-0/+67
|
* Changed configure option order to make it clear option dependecy to users.Yasuo Ohgaki2002-07-171-8/+9
|
* Disable input encoding tranlation by default.Yasuo Ohgaki2002-07-171-2/+2
|
* Added note for open_basedirYasuo Ohgaki2002-07-172-0/+2
|
* This is the real world..foobar2002-07-161-15/+8
|
* fix protosfoobar2002-07-161-2/+2
|
* - Before I forget to list it, this was also added.Andi Gutmans2002-07-161-0/+1
|
* - Syntactic sugar - Add "public" as a synonym for "var".Andi Gutmans2002-07-161-0/+5
| | | | | | | | | | | | | | | - Now we have the three P's. You can do: <? class MyClass { public $a; private $b; protected $c; } ?>
* refineSascha Schumann2002-07-161-0/+3
|
* added mysql changes:Georg Richter2002-07-161-0/+7
| | | | | | | - php.ini option mysql.connect_timeout - optional parameter client_flags (mysql_connect, mysql_pconnect) - automatic rollback for non commited transactions
* @Fixed infinite recursion crash bug in ticks (Jason)Jason Greene2002-07-161-20/+29
| | | | | | | | | | | | | | | | | | | | | | | Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: <?php register_tick_function(a); declare(ticks=1) { function a() { print "blah\n"; } ; ; ; ; } ?>
* Added support for php.ini parameter "mysql.connect_timeout"Georg Richter2002-07-162-0/+13
|
* Added php.ini option "mysql_connection.timeout"Georg Richter2002-07-162-0/+6
|
* ChangeLog update2002-07-162-0/+49
|
* - MFH of the crap removalDerick Rethans2002-07-151-6/+0
|
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-158-31/+101
| | | | | | | | | - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around.
* Fix bug #16985 (wrong count of GET/POST variables).Edin Kadribasic2002-07-151-8/+11
|
* use Zend API to access llist countStefan Esser2002-07-151-1/+1
|
* mysql_create_db and mysql_drop_db disabled for NetWareAnantha Kesari H Y2002-07-151-0/+6
|
* Clean up code a little (Remove a use of magic number)Yasuo Ohgaki2002-07-151-12/+12
| | | | | Change/add appropriate comments.
* - Really implement bool increment/decrement as flip-flop.Andi Gutmans2002-07-151-8/+2
|
* Fixed newsYasuo Ohgaki2002-07-151-1/+1
|
* header sounds like http header. header -> header fileYasuo Ohgaki2002-07-151-1/+1
|
* NEWS update2002-07-151-0/+8
|
* ChangeLog update2002-07-152-0/+107
|
* make this work with wsdl alsoShane Caraveo2002-07-141-3/+12
|
* Fix Bug #18341.Andrei Zmievski2002-07-141-2/+3
| | | | | | @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei)
* a few fixesShane Caraveo2002-07-144-38/+49
| | | | | | | | fix __isfault fix decimal encoding fix a couple crashers in release builds by initializing variables set http to 1.0 since 1.1 features are not really supported
* A start towards porting interop tests to php-soapShane Caraveo2002-07-1421-0/+2647
|